This commit is contained in:
Stephan Raabe 2023-05-12 14:19:19 +02:00
parent 873a53d7e8
commit 8dd1eda5b3
4 changed files with 7 additions and 2 deletions

View File

@ -58,6 +58,7 @@ alias gpf="git stash; git pull"
# SCRIPTS
alias gr='python ~/dotfiles/scripts/growthrate.py'
alias ChatGPT='python ~/mychatgpt/mychatgpt.py'
alias chat='python ~/mychatgpt/mychatgpt.py'
alias ascii='~/dotfiles/scripts/figlet.sh'
# VIRTUAL MACHINE

View File

@ -44,7 +44,7 @@ done
echo ""
echo "-> Install main packages"
packagesPacman=("alacritty" "scrot" "nitrogen" "picom" "starship" "slock" "neomutt" "neovim" "rofi" "dunst" "ueberzug" "mpv" "freerdp" "spotifyd" "xfce4-power-manager" "python-pip" "thunar" "mousepad" "ttf-font-awesome" "ttf-fira-sans" "ttf-fira-code" "ttf-firacode-nerd" "figlet" "cmatrix" "lxappearance" "polybar" "breeze" "breeze-gtk" "rofi-calc");
packagesPacman=("alacritty" "scrot" "nitrogen" "picom" "starship" "slock" "neomutt" "neovim" "rofi" "dunst" "ueberzug" "mpv" "freerdp" "spotifyd" "xfce4-power-manager" "python-pip" "thunar" "mousepad" "ttf-font-awesome" "ttf-fira-sans" "ttf-fira-code" "ttf-firacode-nerd" "figlet" "cmatrix" "lxappearance" "polybar" "breeze" "breeze-gtk" "rofi-calc" "vlc");
packagesYay=("brave-bin" "pfetch" "bibata-cursor-theme");
# pywal installation below

View File

@ -41,7 +41,7 @@ echo ""
# ------------------------------------------------------
# Install required packages
# ------------------------------------------------------
sudo --noconfirm pacman -S qtile
sudo pacman -S --noconfirm qtile
# ------------------------------------------------------
# Create symbolic links

4
scripts/cleanup.sh Executable file
View File

@ -0,0 +1,4 @@
yay -Scc
su -c 'pacman -Qtdq | pacman -Rns -'
su /c 'pacman -Qqd | pacman -Rsu -'