Add preload and pfetch
This commit is contained in:
parent
9e37e7a6ff
commit
e69f24aff9
4
.bashrc
4
.bashrc
@ -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
|
||||
|
@ -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..."
|
||||
|
Loading…
Reference in New Issue
Block a user