added packages directory structure
This commit is contained in:
parent
89ee08940d
commit
fca3b93dd5
6 changed files with 5 additions and 3 deletions
0
create_user.sh
Normal file → Executable file
0
create_user.sh
Normal file → Executable file
|
@ -1,8 +1,6 @@
|
|||
init(){
|
||||
source create_user.sh
|
||||
source config_changes.sh
|
||||
source pacman.sh
|
||||
source install_yay.sh
|
||||
source aur.sh
|
||||
source packages/init.sh
|
||||
source xmonad_xmobar.sh
|
||||
}
|
||||
|
|
0
packages/aur/init.sh
Executable file
0
packages/aur/init.sh
Executable file
2
packages/init.sh
Executable file
2
packages/init.sh
Executable file
|
@ -0,0 +1,2 @@
|
|||
source pacman/init.sh
|
||||
source aur/init.sh
|
1
packages/pacman/fonts.sh
Executable file
1
packages/pacman/fonts.sh
Executable file
|
@ -0,0 +1 @@
|
|||
sudo pacman -S noto-fonts noto-fonts-cjk noto-fonts-emoji noto-fonts-extra
|
1
packages/pacman/init.sh
Executable file
1
packages/pacman/init.sh
Executable file
|
@ -0,0 +1 @@
|
|||
source fonts.sh
|
Loading…
Add table
Add a link
Reference in a new issue