Skip to content
This repository was archived by the owner on Jun 6, 2024. It is now read-only.

Commit 668e3f6

Browse files
committed
default grub theme
1 parent f33c617 commit 668e3f6

File tree

4 files changed

+44
-15
lines changed

4 files changed

+44
-15
lines changed

src/airootfs/etc/default/grub

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ GRUB_DISABLE_OS_PROBER=false
4949

5050
# Uncomment one of them for the gfx desired, a image background or a gfxtheme
5151
#GRUB_BACKGROUND="/usr/share/grub/background.png"
52-
GRUB_THEME="/boot/grub/themes/starfield/theme.txt"
52+
#GRUB_THEME="/boot/grub/themes/starfield/theme.txt"
5353

5454
# Uncomment to get a beep at GRUB start
5555
#GRUB_INIT_TUNE="480 440 1"

src/airootfs/etc/skel/.zshrc

+33-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
######################################################
22
# Developed By Team Vitnix #
33
# Maintainer : G0urav <https://github.com/heapbytes #
4-
# ####################################################
4+
######################################################
55

66
export ZSH=$HOME/.oh-my-zsh
77
ZSH_THEME="robbyrussell"
@@ -18,6 +18,38 @@ source $ZSH/oh-my-zsh.sh
1818
alias l='lsd -la'
1919
alias ls='lsd'
2020

21+
#Pacman
22+
alias install='sudo pacman -S'
23+
alias upinstall='sudo pacman -Sy'
24+
alias update='sudo pacman -Syy'
25+
alias info='sudo pacman -Qi'
26+
alias upgrade='sudo pacman -Syyu'
27+
28+
#lunar vim
29+
#alias nvim='$HOME/.local/bin/lvim'
30+
31+
#Program compilation
32+
#---note: runc and runjava are simple binary programs,
33+
#-------- it saves time for you to manually write the compilation and running command,
34+
#-------- you can find those under ~/.config/vitunix-bin directory.
35+
alias rc='~/.config/vitunix-bin/runc'
36+
#alias rj='~/.config/vitunix-bin/runjava' # <----- please install java for this.
37+
38+
39+
#cd/ aliases
40+
alias home='cd ~'
41+
alias etc='cd /etc/'
42+
alias music='cd ~/Music'
43+
alias vids='cd ~/Videos'
44+
alias conf='cd ~/.config'
45+
alias desk='cd ~/Desktop'
46+
alias pics='cd ~/Pictures'
47+
alias downloads='cd ~/Downloads'
48+
alias docs='cd ~/Documents'
49+
alias sapps='cd /usr/share/applications'
50+
alias lapps='cd ~/.local/share/applications'
51+
52+
2153
#for extra line of space after each command.
2254
precmd(){
2355
precmd(){

src/packages.x86_64

+10-13
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ lvm2
6161
lynx
6262
man-db
6363
man-pages
64-
mc
64+
#mc
6565
mdadm
6666
#memtest86+
6767
mkinitcpio
@@ -115,7 +115,7 @@ udftools
115115
usb_modeswitch
116116
usbmuxd
117117
usbutils
118-
vim
118+
#vim
119119
virtualbox-guest-utils
120120
vpnc
121121
wireless-regdb
@@ -184,10 +184,10 @@ firefox
184184
#google-chrome
185185
networkmanager
186186
networkmanager-openvpn
187-
nethogs
187+
#nethogs
188188
nm-connection-editor
189189
net-tools
190-
neofetch
190+
191191

192192
# bluetooth #
193193

@@ -218,13 +218,11 @@ wmname
218218
calc
219219
networkmanager-dmenu-git
220220
rofi-power-menu
221+
neofetch
221222

222-
##Openbox dependences
223+
#--------- Openbox dependences
223224
openbox
224-
#gedit
225-
#gnome-calculator
226225
lxappearance-obconf
227-
#chrome
228226
parcellite
229227
gimp
230228
vlc
@@ -233,9 +231,9 @@ xfce4-terminal
233231

234232

235233
# -------- Printers -------- #
236-
234+
237235
cups
238-
gutenprint
236+
#gutenprint
239237

240238
# -------- Sound -------- #
241239

@@ -250,7 +248,7 @@ pulseaudio-equalizer-ladspa
250248
# -------- Files -------- #
251249

252250
highlight
253-
trash-cli
251+
#trash-cli
254252
ueberzug
255253
thunar
256254
thunar-archive-plugin
@@ -294,7 +292,6 @@ atril
294292
#geany-plugins
295293
vim
296294
neovim
297-
nano
298295
galculator
299296

300297
# -------- Fonts -------- #
@@ -417,7 +414,7 @@ betterlockscreen
417414
downgrade
418415
#i3lock-color
419416
ksuperkey
420-
light
417+
#light
421418
networkmanager-dmenu-git
422419
#obmenu-generator
423420
#perl-linux-desktopfiles

src/syslinux/splash.png

-17.9 KB
Loading

0 commit comments

Comments
 (0)