Skip to content

Commit

Permalink
Update Brewfile, Brewmas, and .zshenv
Browse files Browse the repository at this point in the history
- Brewfile:
  - Change rustup-init to rustup
  - Add keyclu and turbo-boost-switcher casks
- Brewmas:
  - Remove Filmage Screen and Ghostery – Privacy Ad Blocker
  - Add Uninstall Ghostery
- .zshenv: Update to include foundry and cargo paths
  • Loading branch information
ujinyng committed Sep 15, 2024
1 parent d1912b5 commit c1d0186
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
5 changes: 4 additions & 1 deletion Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ brew "rclone"
brew "rename"
brew "ripgrep"
brew "rsync"
brew "rustup-init"
brew "rustup"
brew "stow"
brew "the_silver_searcher"
brew "tmux"
Expand Down Expand Up @@ -90,6 +90,7 @@ cask "iterm2"
cask "kapitainsky-rclone-browser"
cask "karabiner-elements"
cask "keka"
cask "keyclu"
cask "logitech-options"
cask "macs-fan-control"
cask "notable"
Expand All @@ -99,6 +100,7 @@ cask "pycharm"
cask "slack"
cask "spectacle"
cask "teamviewer"
cask "turbo-boost-switcher"
cask "twitch"
cask "vagrant"
cask "visual-studio-code"
Expand All @@ -116,6 +118,7 @@ vscode "ms-toolsai.vscode-jupyter-cell-tags"
vscode "ms-toolsai.vscode-jupyter-slideshow"
vscode "ms-vscode-remote.remote-containers"
vscode "ms-vscode.cpptools"
vscode "rogalmic.zsh-debug"
vscode "shd101wyy.markdown-preview-enhanced"
vscode "svelte.svelte-vscode"
vscode "vadimcn.vscode-lldb"
3 changes: 1 addition & 2 deletions Brewmas
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ mas "Allkdic", id: 1033453958
mas "Claquette", id: 587748131
mas "com.alice.mac.GetPlainText", id: 508368068
mas "EasyRes", id: 688211836
mas "Filmage Screen", id: 1475049179
mas "GarageBand", id: 682658836
mas "Ghostery – Privacy Ad Blocker", id: 1436953057
mas "GIPHY CAPTURE", id: 668208984
mas "Goodnotes", id: 1444383602
mas "Grammarly for Safari", id: 1462114288
Expand All @@ -24,5 +22,6 @@ mas "Scrap Paper", id: 1448441317
mas "Spark", id: 1176895641
mas "Telegram", id: 747648890
mas "TickTick", id: 966085870
mas "Uninstall Ghostery", id: 1436953057
mas "Xcode", id: 497799835
mas "xFormula", id: 1503622988
5 changes: 5 additions & 0 deletions _zsh/.zshenv
Original file line number Diff line number Diff line change
Expand Up @@ -168,3 +168,8 @@ export PATH="/usr/local/opt/[email protected]/bin:$PATH"
export LDFLAGS="-L/usr/local/opt/[email protected]/lib:$LDFLAGS"
export PKG_CONFIG_PATH="/usr/local/opt/[email protected]/lib/pkgconfig:$PKG_CONFIG_PATH"
export TERM=xterm-256color

export PATH="$PATH:/Users/ujinyoung/.foundry/bin"

export PATH="$PATH:/Users/ujinyoung/.foundry/bin"
. "$HOME/.cargo/env"

0 comments on commit c1d0186

Please sign in to comment.