add some more cli stuff
This commit is contained in:
parent
48200a8794
commit
e3055147e4
9
cli.sh
9
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
|
||||
|
Loading…
Reference in New Issue
Block a user