Updates
This commit is contained in:
parent
873a53d7e8
commit
8dd1eda5b3
1
.bashrc
1
.bashrc
|
@ -58,6 +58,7 @@ alias gpf="git stash; git pull"
|
||||||
# SCRIPTS
|
# SCRIPTS
|
||||||
alias gr='python ~/dotfiles/scripts/growthrate.py'
|
alias gr='python ~/dotfiles/scripts/growthrate.py'
|
||||||
alias ChatGPT='python ~/mychatgpt/mychatgpt.py'
|
alias ChatGPT='python ~/mychatgpt/mychatgpt.py'
|
||||||
|
alias chat='python ~/mychatgpt/mychatgpt.py'
|
||||||
alias ascii='~/dotfiles/scripts/figlet.sh'
|
alias ascii='~/dotfiles/scripts/figlet.sh'
|
||||||
|
|
||||||
# VIRTUAL MACHINE
|
# VIRTUAL MACHINE
|
||||||
|
|
|
@ -44,7 +44,7 @@ done
|
||||||
echo ""
|
echo ""
|
||||||
echo "-> Install main packages"
|
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");
|
packagesYay=("brave-bin" "pfetch" "bibata-cursor-theme");
|
||||||
# pywal installation below
|
# pywal installation below
|
||||||
|
|
|
@ -41,7 +41,7 @@ echo ""
|
||||||
# ------------------------------------------------------
|
# ------------------------------------------------------
|
||||||
# Install required packages
|
# Install required packages
|
||||||
# ------------------------------------------------------
|
# ------------------------------------------------------
|
||||||
sudo --noconfirm pacman -S qtile
|
sudo pacman -S --noconfirm qtile
|
||||||
|
|
||||||
# ------------------------------------------------------
|
# ------------------------------------------------------
|
||||||
# Create symbolic links
|
# Create symbolic links
|
||||||
|
|
4
scripts/cleanup.sh
Executable file
4
scripts/cleanup.sh
Executable file
|
@ -0,0 +1,4 @@
|
||||||
|
yay -Scc
|
||||||
|
su -c 'pacman -Qtdq | pacman -Rns -'
|
||||||
|
su /c 'pacman -Qqd | pacman -Rsu -'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user