https://github.com/superbil/dotfiles
my dotfiles
https://github.com/superbil/dotfiles
Last synced: about 1 year ago
JSON representation
my dotfiles
- Host: GitHub
- URL: https://github.com/superbil/dotfiles
- Owner: Superbil
- Created: 2013-09-11T15:20:50.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2025-03-04T15:36:56.000Z (over 1 year ago)
- Last Synced: 2025-04-13T05:56:33.468Z (about 1 year ago)
- Language: Shell
- Size: 615 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
## dotfiles ##
this is my dotfiles
I use [stow](http://www.gnu.org/software/stow/) to manager it.
## Use way ##
* install script
``` shell
sstow.sh ...
```
* manual install
`stow -t ~ `
alwasy set target is HOME
`package_name` is an folder
## Delete package
`$ stow -t ~ -D `
`package_name` is an folder
## How to use stow ##
You can read this [page](http://brandon.invergo.net/news/2012-05-26-using-gnu-stow-to-manage-your-dotfiles.html)