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
- Host: GitHub
- URL: https://github.com/yamanoku/dotfiles
- Owner: yamanoku
- Created: 2019-10-22T11:28:21.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2021-10-17T03:27:32.000Z (almost 4 years ago)
- Last Synced: 2025-02-13T18:19:24.340Z (8 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
```