- Forked from Paul Irish and Modded slightly
git clone git@github.com:chrisamoore/dotfiles.git && cd dotfiles && sh ./install_deps.sh
# I recommend using iterm2 and importing the cam theme from the iterm2 dir in the repo
git clone git@github.com:chrisamoore/dotfiles.git && cd dotfiles && sh ./sync_dotfiles.sh
To update later on, just run the sync again.
My basic setup is captured in install-deps.sh
which adds homebrew, ruby etc.
Toss it into a file called .extra
which you do not commit to this repo and just keep in your ~/
I do something nice with my PATH
there:
# PATH like a bawss
PATH=/opt/local/bin
PATH=$PATH:/opt/local/sbin
PATH=$PATH:/bin
PATH=$PATH:~/.rvm/bin
PATH=$PATH:~/code/git-friendly
# ...
export PATH
When setting up a new Mac, you may want to set some sensible OS X defaults:
./.osx
I recommend getting a .jshintrc
and .editorconfig
defined for all your projects.
npm install -g strongloop ionic yo bower
.vimrc
,.vim
- vim config, obv.
install-deps.sh
- random apps i need installed.osx
- run on a fresh osx machine- `Brewfile - homebrew initialization
- `Caskfile - homebrew cask install apps initialization
.gitconfig.local
- (Optional) Put your private git settings (like username and email) here. They'll be used by Git, but won't be put into source control..git
.gitattributes
.gitconfig
.gitignore