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

https://github.com/ziyi-yan/dotfiles


https://github.com/ziyi-yan/dotfiles

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# dotfiles

## Usage

Using [GNU Stow][gnu-stow] to symlink them to `~/` directory.

```bash
git clone https://github.com/ziyi-yan/dotfiles.git ~/.dotfiles
cd ~/.dotfiles

# install package for an specified configuration
stow
# uninstall
stow -D
# install to specified path
sudo stow git -t /
```

Inspired by
- [xero's dotfiles][xero-dotfiles]
- [unofficial guide to dotfiles on Github](http://dotfiles.github.io)

[gnu-stow]: http://www.gnu.org/software/stow/ "GNU Stow"
[xero-dotfiles]: https://github.com/xero/dotfiles "xero's dotfiles"