https://github.com/watson1978/dotfiles
https://github.com/watson1978/dotfiles
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/watson1978/dotfiles
- Owner: Watson1978
- Created: 2018-07-19T06:00:05.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2025-08-09T17:41:49.000Z (12 months ago)
- Last Synced: 2025-08-09T19:27:48.638Z (12 months ago)
- Language: Shell
- Size: 69.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# dotfiles
## Requirements
Set zsh as your login shell:
chsh -s $(which zsh)
Install
-------
Clone onto your laptop:
git clone https://github.com/Watson1978/dotfiles.git ~/dotfiles
Install [rcm](https://github.com/thoughtbot/rcm):
brew tap thoughtbot/formulae
brew install rcm
Install the dotfiles:
./setup.sh