/dev-config

Scripts and config files for front-end dev setup

Primary LanguageShell

Dev Config Stuffs

So I don't have to spend days getting everything set up when I get a new computer...

Homebrew

Install Homebrew and Caskroom

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew tap caskroom/cask

Packages

  • firefox
  • google-chrome
  • iterm2
  • sublime-text

Git

Autocomplete

Configure

git config --global user.name ...
git config --global user.email ...

Generate SSH Keys

ssh-keygen

Sublime Text

Package Control Theme - Cyanide Color Scheme - Monocyanide

Packages

  • Babel
  • DocBlockr
  • Sass
  • SublimeLinter