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

https://github.com/superbil/dotfiles

my dotfiles
https://github.com/superbil/dotfiles

Last synced: about 1 year ago
JSON representation

my dotfiles

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)