Skip to content

Instantly share code, notes, and snippets.

@stevenocchipinti
Created May 3, 2017 03:56
Show Gist options
  • Save stevenocchipinti/2ace03e8f3046dd68e49b2b1c13228c9 to your computer and use it in GitHub Desktop.
Save stevenocchipinti/2ace03e8f3046dd68e49b2b1c13228c9 to your computer and use it in GitHub Desktop.
Laptop bootstrap
# Homebrew
if ! hash brew 2> /dev/null; then
echo "You need brew, installing it now..."
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
fi
# Generic stuff
brew install cask wget tree nmap ctags git hub bash-completion
brew cask install iterm2 mattr-slate slack docker
# My stuff
git clone https://github.com/stevenocchipinti/homesync.git ~/.homesync
~/.homesync/install
# Vim
brew install macvim neovim/neovim/neovim
git clone https://github.com/stevenocchipinti/nvim ~/.config/nvim
nvim +PlugInstall +qall
# Ruby
brew install chruby ruby-install
ruby-install ruby --no-reinstall
# Javascript
brew install node
npm install -g n yarn
n latest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment