added packages directory structure

This commit is contained in:
Afonso Franco 2023-01-23 17:36:10 +00:00
parent 89ee08940d
commit fca3b93dd5
Signed by: afonso
GPG key ID: C459E0BB3DCEE899
6 changed files with 5 additions and 3 deletions

0
create_user.sh Normal file → Executable file
View file

View 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
View file

2
packages/init.sh Executable file
View file

@ -0,0 +1,2 @@
source pacman/init.sh
source aur/init.sh

1
packages/pacman/fonts.sh Executable file
View 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
View file

@ -0,0 +1 @@
source fonts.sh