diff --git a/cli.sh b/cli.sh index 587fe9c..24823f8 100755 --- a/cli.sh +++ b/cli.sh @@ -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