diegotoral / dotfiles

Diego's dotfiles
MIT License
1 stars 0 forks source link

Diego's dotfiles

Requirements

Set zsh as your login shell

$ chsh -s $(chich zsh)

Installation

  1. Clone this repository
    $ git clone https://github.com/diegotoral/dotfiles.git ~/.dotfiles
  2. Install rcm
    $ brew tap toughtbot/formulae
    $ brew install rcm
  3. Execute the installation
    $ env RCRC=$HOME/.dotfiles/rcrc rcup

Feedback

Suggestions or improvements are welcome. File a issue!