https://github.com/cdpath/dotfiles
manage dotfiles with stow
https://github.com/cdpath/dotfiles
Last synced: 4 months ago
JSON representation
manage dotfiles with stow
- Host: GitHub
- URL: https://github.com/cdpath/dotfiles
- Owner: cdpath
- Created: 2016-01-26T09:44:17.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-02T09:22:03.000Z (over 10 years ago)
- Last Synced: 2025-07-04T03:06:03.746Z (11 months ago)
- Language: VimL
- Size: 30.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## stow · dotfiles
```bash
cd ~
brew install stow
git clone https://github.com/cdpath/dotfiles.git
cd dotfiles
stow bash && . ~/.bashrc
stow vim
git config --global core.excludesfile ~/.gitignore_global
stow git
...
```
## reference
[Ignoring files globally](https://help.github.com/articles/ignoring-files/)