-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Brewfile, Brewmas, and .zshenv
- 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
Showing
3 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" |