Ecosyste.ms: Awesome
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: 5 days ago
JSON representation
yamanoku's dotfiles
- Host: GitHub
- URL: https://github.com/yamanoku/dotfiles
- Owner: yamanoku
- Created: 2019-10-22T11:28:21.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-17T03:27:32.000Z (about 3 years ago)
- Last Synced: 2024-11-03T05:42:15.216Z (about 2 months ago)
- Topics: dotfiles, shell
- Language: Shell
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```