14 lines
365 B
Bash
Executable file
14 lines
365 B
Bash
Executable file
#!/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 ttf-jetbrains-mono-nerd \
|
|
sway swaybg swayidle swaylock mako wdisplays wofi \
|
|
neovim neovim-qt zk \
|
|
firefox \
|
|
claws-mail \
|
|
tmux \
|
|
age
|