add some more cli stuff

This commit is contained in:
Triston Armstrong 2024-11-10 22:06:00 -05:00
parent 48200a8794
commit e3055147e4

9
cli.sh
View File

@ -18,15 +18,18 @@ run_cli_install(){
echo "########################### Cli Tools #######################"
local cli_tools=(
"git"
"vim"
"helix"
"vim" # <-- second to helix
"helix" # <-- my fave editor
"typescript"
"typescript-language-server"
"bash-language-server"
"mingw-w64-x86_64-clang" # <-- expect failure
"flatpak"
"flatpak" # <-- good ol flatty, baby
"fish" # <-- shell
"less"
"nodejs" # <-- hawk tuah
"npm" # <-- need unfortunately for work stuff
"zellij" # <-- multplexer
)
for i in "${cli_tools[@]}"; do