Skip to content

Instantly share code, notes, and snippets.

@Leovaldez42
Last active August 20, 2022 15:33
Show Gist options
  • Save Leovaldez42/cb3be07739e70b7a984b43356dfe50e5 to your computer and use it in GitHub Desktop.
Save Leovaldez42/cb3be07739e70b7a984b43356dfe50e5 to your computer and use it in GitHub Desktop.
# gets all developer tools
xcode-select --install
# homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Zsh
sh -c "$(curl -fsSL https://raw.github.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
# Download font - Cascadia Code
# Casks
brew install --cask iterm2
# iterm2 settings -> colors, open previous directory, key bindings
brew install --cask rectangle
# alfred as cmd space
brew install --cask alfred
brew install --cask brave-browser
# brave browser settings, sync code
brew install --cask time-out
brew install --cask alt-tab
brew install --cask rectangle
brew install --cask visual-studio-code
brew install --cask miniforge
brew install --cask obsidian
# update iterm2 settings -> colors, keep directory open new shell, keyboard shortcuts
brew install fortune
brew install cowsay
brew install git
brew install vcprompt
# nvm for node manager
brew install nvm
nvm install latest
# .zshrc from dotfiles
npm install -g eslint
@Leovaldez42
Copy link
Author

For zsh-syntax-highlighting

git clone https://github.com/zsh-users/zsh-syntax-highlighting.git
echo "source ${(q-)PWD}/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ${ZDOTDIR:-$HOME}/.zshrc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment