Skip to content

Commit

Permalink
[manjaro] Update installation scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
talayhan committed Oct 11, 2024
1 parent 43e3b03 commit 210c500
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 143 deletions.
8 changes: 8 additions & 0 deletions user_specific/manjaro/install_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,16 @@ tools=(
'(golang, go)'
'(golsp, gopls)'
'(ts_ls, typescript-language-server)'
'(npm, npm)'
'(vifm, vifm)'
);

npm_packages=(
'(cdk, aws-cdk)'
);

# TODO: Add AWS CDK/SDK

if [ ! -d "$HOME/.oh-my-zsh/" ]; then
debug_log "[+] Oh-my-zsh installing ..."
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
Expand Down
143 changes: 0 additions & 143 deletions user_specific/manjaro_tools.sh

This file was deleted.

0 comments on commit 210c500

Please sign in to comment.