diff --git a/Brewfile b/Brewfile index 59a44ae..2d6817f 100644 --- a/Brewfile +++ b/Brewfile @@ -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" @@ -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" @@ -99,6 +100,7 @@ cask "pycharm" cask "slack" cask "spectacle" cask "teamviewer" +cask "turbo-boost-switcher" cask "twitch" cask "vagrant" cask "visual-studio-code" @@ -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" diff --git a/Brewmas b/Brewmas index 759de20..e7acf2a 100644 --- a/Brewmas +++ b/Brewmas @@ -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 @@ -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 diff --git a/_zsh/.zshenv b/_zsh/.zshenv index 8b2ea63..198e5e5 100644 --- a/_zsh/.zshenv +++ b/_zsh/.zshenv @@ -168,3 +168,8 @@ export PATH="/usr/local/opt/python@3.8/bin:$PATH" export LDFLAGS="-L/usr/local/opt/python@3.8/lib:$LDFLAGS" export PKG_CONFIG_PATH="/usr/local/opt/python@3.8/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"