Skip to content

Instantly share code, notes, and snippets.

@coreymcmahon
Last active January 24, 2022 04:39
Show Gist options
  • Save coreymcmahon/658b098804546a7554b3743869e6a92a to your computer and use it in GitHub Desktop.
Save coreymcmahon/658b098804546a7554b3743869e6a92a to your computer and use it in GitHub Desktop.
Setup new box
# Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Dev environment
brew install git iterm2 tmux neovim
# Source code pro
curl -LO https://github.com/adobe-fonts/source-code-pro/archive/release.zip
unzip release.zip
cp -a source-code-pro-release/TTF/* ~/Library/Fonts
# ...or Fira Code
brew tap homebrew/cask-fonts && brew install --cask \
font-fira-code \
font-fira-mono \
font-fira-mono-for-powerline \
font-fira-sans
# Languages
brew install node elixir php go
# Node
# @todo: nvm
# .dotfiles
cd ~
git clone git@github.com:coreymcmahon/dotfiles.git
# @todo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment