Updated configuration structure

This commit is contained in:
Kevin Veen-Birkenbach 2020-05-03 21:11:08 +02:00
parent 9fa71fc5c9
commit fd5312df49
5 changed files with 17 additions and 18 deletions

View File

@ -0,0 +1,14 @@
## games
0ad
warzone2100
supertuxkart
gnuchess
sauerbraten
assaultcube
minetest
mari0
### retroarch
retroarch
retroarch-assets-xmb
retroarch-assets-ozone

View File

@ -78,18 +78,3 @@ ansible
# entertainment software
rhythmbox
## games
0ad
warzone2100
supertuxkart
gnuchess
sauerbraten
assaultcube
minetest
mari0
### retroarch
retroarch
retroarch-assets-xmb
retroarch-assets-ozone

View File

@ -13,9 +13,9 @@ info "Update packages..." &&
sudo pacman -Syyu || error "Package syncronisation failed."
info "Synchronizing pacman packages..." &&
get_packages "general" "client-pacman" | sudo pacman -S --needed - &&
get_packages "general" "client/pacman/general" "client/pacman/games" | sudo pacman -S --needed - &&
info "Synchronizing yay packages..." &&
get_packages "client-yay" | yay -S - || error "Syncronisation failed."
get_packages "client/yay/general" | yay -S - || error "Syncronisation failed."
FSTAB_SWAP_ENTRY="/swapfile none swap defaults 0 0"
SWAP_FILE="/swapfile"
@ -57,7 +57,7 @@ fi
if pacman -Qi "atom" > /dev/null ; then
info "Installing atom packages..." &&
get_packages "atom" | apm install --verbose -c - &&
get_packages "client/apm/general" | apm install --verbose -c - &&
info "Installing software which is required by atom..." &&
sudo npm i -g bash-language-server &&
python -m pip install 'python-language-server[all]' || error "Failed."