Skip to content

Commit

Permalink
Updated tools list
Browse files Browse the repository at this point in the history
  • Loading branch information
bhanu-lab committed Dec 27, 2024
1 parent 5bd0a8d commit 808d42a
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions config/tools.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,13 @@
[
{
"name": "brew",
"install_command": "/bin/bash -c \"$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)\"",
"verify_command": "brew --version"
},
{
"name": "zsh",
"install_command": "brew install zsh",
"verify_command": "zsh --version"
},
{
"name": "omz",
"install_command": "brew install oh-my-zsh",
"verify_command": "omz --version"
},
{
"name": "powerlevel10k",
"install_command": "brew install powerlevel10k && echo \"source $(brew --prefix)/share/powerlevel10k/powerlevel10k.zsh-theme\" >>~/.zshrc",
"verify_command": "brew list powerlevel10k"
"install_command": "sh -c \"$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)\"",
"verify_command": "omz version"
},
{
"name": "git",
Expand Down Expand Up @@ -79,11 +69,6 @@
"install_command": "brew install gh",
"verify_command": "gh --version"
},
{
"name": "nvm",
"install_command": "curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash && export NVM_DIR=\"$HOME/.nvm\" && nvm install stable",
"verify_command": "nvm --version"
},
{
"name": "http",
"install_command": "brew install httpie",
Expand All @@ -96,7 +81,7 @@
},
{
"name": "aws",
"install_command": "brew install aws",
"install_command": "brew install awscli",
"verify_command": "aws --version"
},
{
Expand Down

0 comments on commit 808d42a

Please sign in to comment.