dotfiles
A bunch of impossible to live without config files.
Install
git clone git://github.com/nickcharlton/dotfiles.git ~/.dotfiles
env RCRC=$HOME/.dotfiles/rcrc rcup
(Assumes you have rcm available.)
Dependencies
macOS
Install most things using the included Brewfile
:
brew tap homebrew/bundle
brew bundle
Ruby
Gems that should be installed with all Rubies should go in
default-gems
.
Python
There's a requirements.txt
for Python:
pip2 install -r requirements.txt
JavaScript
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.
License
Copyright (c) Nick Charlton 2011. Licensed under the MIT license.
Inspired by dotfiles from Zach Holman, Ryan Bates, Mathias Bynens, and many more since.