https://github.com/yamanoku/dotfiles
yamanoku's dotfiles
https://github.com/yamanoku/dotfiles
dotfiles shell
Last synced: 2 months ago
JSON representation
yamanoku's dotfiles
- Host: GitHub
- URL: https://github.com/yamanoku/dotfiles
- Owner: yamanoku
- Created: 2019-10-22T11:28:21.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2025-08-31T01:49:22.000Z (10 months ago)
- Last Synced: 2025-08-31T03:34:57.960Z (10 months ago)
- Topics: dotfiles, shell
- Language: Shell
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- 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
```