Skip to content

Commit

Permalink
Updated commands
Browse files Browse the repository at this point in the history
  • Loading branch information
bhanu-lab committed Jan 8, 2025
1 parent 7bff996 commit a2cc4ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/tools.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
{
"name": "omz",
"install_command": "sh -c \"$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)\"",
"install_command": "sh -c \"$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)\" && export ZSH=$HOME/.oh-my-zsh",
"verify_command": "omz version",
"notes": "oh my zsh is a zsh framework"
},
Expand All @@ -25,7 +25,7 @@
},
{
"name": "ghostty",
"install_command": "brew install --cask ghostty",
"install_command": "brew install ghostty",
"verify_command": "ghostty --version",
"notes": "Ghostty is a terminal emulator"
},
Expand Down

0 comments on commit a2cc4ff

Please sign in to comment.