My dotfiles
Install
Install rcm:
- MacOS
brew tap thoughtbot/formulae
brew install rcm
- Ubuntu
sudo add-apt-repository ppa:martin-frost/thoughtbot-rcm
sudo apt-get update
sudo apt-get install rcm
Install the dotfiles:
git clone https://github.com/LoicMahieu/dotfiles.git $HOME/dotfiles
cd $HOME/dotfiles && git submodule update --init --recursive
env RCRC=$HOME/dotfiles/rcrc rcup
Usage
- Add new dotfile:
mkrc -d dotfiles ~/.foo
External dependencies
Manual
gcloud: Google Cloud Platform SDK
brew/apt
I don't know tools that can install brew/apt dependencies when new install of RC.
At this time, a list is good enough:
git-extras: brew install git-extraslnav: brew install lnavtree: brew install treexhyve: brew install xhyvedocker-machine-driver-xhyve: brew install docker-machine-driver-xhyvejqfzf: A command-line fuzzy finder
delta: A syntax-highlighting pager for git, diff, grep, and blame output
NPM
Same as brew/apt dependencies, here the list of global NPM dependencies:
- bower
- npm-check-updates
- node-inspector
- npmrc
- prettyjson
- gulp
- grunt
- cordova
- airtar
- airpaste
Inspirations
Really big thanks! ๐