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

https://github.com/yamanoku/dotfiles

yamanoku's dotfiles
https://github.com/yamanoku/dotfiles

dotfiles shell

Last synced: 6 months ago
JSON representation

yamanoku's dotfiles

Awesome Lists containing this project

README

          

# dotfiles

## Setting
Set zsh as your login shell:
```
chsh -s $(which zsh)
```
## Install
```
git clone git://github.com/yamanoku/dotfiles.git ~/dotfiles
```

Install rcm:
```
brew tap thoughtbot/formulae
brew install rcm
```

Install the dotfiles:
```
env RCRC=$HOME/dotfiles/rcrc rcup
```

## Update
```
rcup
```