Skip to content

Commit

Permalink
Add cargo and ghq to Brewfile and zshrc
Browse files Browse the repository at this point in the history
  • Loading branch information
hironow committed Apr 14, 2024
1 parent 2c4e0be commit 7daab27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@ unset __conda_setup
export BUN_INSTALL="$HOME/.bun"
export PATH="$BUN_INSTALL/bin:$PATH"

# cargo
. "$HOME/.cargo/env"

# ngrok
if command -v ngrok &>/dev/null; then
eval "$(ngrok completion)"
Expand Down
1 change: 1 addition & 0 deletions dump/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ brew "pango"
brew "ffmpeg"
brew "flow-cli"
brew "gh"
brew "ghq"
brew "gibo"
brew "git"
brew "git-lfs"
Expand Down

0 comments on commit 7daab27

Please sign in to comment.