Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yamanoku/dotfiles

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

dotfiles shell

Last synced: 5 days 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
```