Add preload and pfetch

This commit is contained in:
Stephan Raabe
2023-03-15 10:13:45 +01:00
parent 9e37e7a6ff
commit e69f24aff9
2 changed files with 9 additions and 4 deletions

View File

@@ -24,7 +24,12 @@ sudo pacman -S alacritty scrot nitrogen picom starship slock neomutt neovim rofi
# Install required packages
# ------------------------------------------------------
echo "-> Install AUR packages"
yay -S brave-bin pywal timeshift tela-circle-icon-theme-orange
yay -S brave-bin pywal timeshift tela-circle-icon-theme-orange pfetch preload
# ------------------------------------------------------
# Enable services
# ------------------------------------------------------
sudo systemctl enable preload
# ------------------------------------------------------
# Install Pip packages
@@ -70,4 +75,4 @@ git clone https://gitlab.com/stephan-raabe/wallpaper.git ~/wallpaper
# ------------------------------------------------------
wal -i ~/wallpaper/default.jpg -n
echo "DONE!"
echo "DONE! Reboot suggested..."