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