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

@ -20,7 +20,7 @@ alias update-grub='sudo grub-mkconfig -o /boot/grub/grub.cfg'
alias c='clear'
alias w='~/dotfiles/scripts/updatewal.sh'
alias setkb='setxkbmap de;echo "Keyboard set back to de."'
alias instp='sudo pacman -S'
alias insty='yay -S'
@ -79,4 +79,4 @@ cat ~/.cache/wal/sequences
# -----------------------------------------------------
# NEOFETCH
# -----------------------------------------------------
neofetch
pfetch

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..."