A bunch of impossible to live without config files.
git clone git://github.com/nickcharlton/dotfiles.git ~/.dotfiles
env RCRC=$HOME/.dotfiles/rcrc rcup
(Assumes you have rcm available.)
Install most things using the included Brewfile
:
brew tap homebrew/bundle
brew bundle
Gems that should be installed with all Rubies should go in
default-gems
.
There's a requirements.txt
for Python:
pip2 install -r requirements.txt
npm
doesn't provide a native way to handle global dependencies, so
there's an npm-globals.txt
which can be used with the following command:
xargs npm install -g < npm-globals.txt
Inspired by this StackOverflow answer.
Copyright (c) Nick Charlton 2011. Licensed under the MIT license.
Inspired by dotfiles from Zach Holman, Ryan Bates, Mathias Bynens, and many more since.