Skip to content

Instantly share code, notes, and snippets.

@fforres
Last active February 13, 2024 16:23
Show Gist options
  • Save fforres/662300ae41b06099d86867495bc08c3f to your computer and use it in GitHub Desktop.
Save fforres/662300ae41b06099d86867495bc08c3f to your computer and use it in GitHub Desktop.
Mac Setup

Install Brew

  • /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

Install Iterm2 - https://iterm2.com

  • brew install --cask iterm2

OhmyZSH

  • sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

Antidote

  • brew install antidote (Add to ./zshrc)
# source antidote
source ${ZDOTDIR:-~}/.antidote/antidote.zsh

# initialize plugins statically with ${ZDOTDIR:-~}/.zsh_plugins.txt
antidote load

Ensure zsh-defer is installed

  • brew install --cask rectangle

VsCode

  • brew install --cask visual-studio-code

Install antidote

brew install antidote

fnm

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