An open API service indexing awesome lists of open source software.

https://github.com/diegotoral/dotfiles

Diego's dotfiles
https://github.com/diegotoral/dotfiles

Last synced: about 2 months ago
JSON representation

Diego's dotfiles

Awesome Lists containing this project

README

        

# Diego's dotfiles

## Requirements

Set zsh as your login shell

```sh
$ chsh -s $(chich zsh)
```

## Installation
1. Clone this repository
```sh
$ git clone https://github.com/diegotoral/dotfiles.git ~/.dotfiles
```
2. Install [rcm](https://github.com/thoughtbot/rcm)
```sh
$ brew tap toughtbot/formulae
$ brew install rcm
```
3. Execute the installation
```sh
$ env RCRC=$HOME/.dotfiles/rcrc rcup
```

## Feedback
Suggestions or improvements are welcome. File a [issue](https://github.com/diegotoral/dotfiles/issues)!