Add script to install needed packages
This commit is contained in:
parent
712ea3171b
commit
7d8b430326
1 changed files with 13 additions and 0 deletions
13
home/run_onchange_before_install-packages.sh
Executable file
13
home/run_onchange_before_install-packages.sh
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo "Installing OS packages"
|
||||
|
||||
sudo pacman -Syu --needed \
|
||||
zsh zsh-autosuggestions zsh-completions zsh-syntax-highlighting \
|
||||
gitflow-avh gitflow-zshcompletion-avh \
|
||||
foot foot-terminfo \
|
||||
sway swaybg swayidle swaylock mako wdisplays wofi \
|
||||
neovim neovim-qt zk \
|
||||
firefox \
|
||||
claws-mail \
|
||||
tmux
|
||||
Loading…
Add table
Reference in a new issue