/dotfiles

My dotfiles !

Primary LanguageShell

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:

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! 😍