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

https://github.com/shateq/dotfiles

my config "." files and util scripts
https://github.com/shateq/dotfiles

dotfiles

Last synced: 2 months ago
JSON representation

my config "." files and util scripts

Awesome Lists containing this project

README

        

# ~/dotfiles

My configuration backup to be used with **GNU stow**. Man, I love symlinks so
much.

### folders ignored by stow

- `./scripts/` dir (which isn't copied), with my scripts.

- `./ref/` dir which contains referenced material.

## Using stow

Stow respects provided `.stow-local-ignore` file, as well as
`.stow-global-ignore` (should be in ~/) plus the files [ignored by
default](https://www.gnu.org/software/stow/manual/stow.html#Ignore-Lists).
Sometimes the `--adopt` flag is required, you can choose what to do with
conflicting files.

```sh
$ stow .
```

[manual](https://www.gnu.org/software/stow/manual/stow.html)

## Secrets not supported

I'll see what I can think of to put them here.