https://github.com/ziyi-yan/dotfiles
https://github.com/ziyi-yan/dotfiles
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ziyi-yan/dotfiles
- Owner: ziyi-yan
- Created: 2019-07-14T06:28:19.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-16T02:14:11.000Z (about 1 year ago)
- Last Synced: 2025-01-24T23:43:12.586Z (9 months ago)
- Language: Vim Script
- Size: 48.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"