An open API service indexing awesome lists of open source software.

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

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/)