diff --git a/.bashrc b/.bashrc index a8a9297..b7acdbf 100644 --- a/.bashrc +++ b/.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 diff --git a/1-install.sh b/1-install.sh index 226a11b..29d44c1 100755 --- a/1-install.sh +++ b/1-install.sh @@ -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..."