update packages
This commit is contained in:
parent
eb9467d495
commit
6d7d2b24b8
4 changed files with 72 additions and 64 deletions
20
.install/packages/shell.sh
Normal file
20
.install/packages/shell.sh
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
packagesPacman=(
|
||||
"kitty"
|
||||
"zsh"
|
||||
"zsh-autosuggestions"
|
||||
"zsh-syntax-highlighting"
|
||||
"git"
|
||||
"github-cli"
|
||||
"lazygit"
|
||||
"neofetch"
|
||||
"ripgrep"
|
||||
"neovim"
|
||||
"ttf-jetbrains-mono-nerd"
|
||||
"btop"
|
||||
"cmatrix"
|
||||
)
|
||||
|
||||
packagesYay=(
|
||||
"asdf-vm"
|
||||
"cava"
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue