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
- Host: GitHub
- URL: https://github.com/shateq/dotfiles
- Owner: shateq
- License: mit
- Created: 2024-11-19T16:24:42.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-27T20:08:33.000Z (2 months ago)
- Last Synced: 2025-03-27T21:22:25.194Z (2 months ago)
- Topics: dotfiles
- Language: Shell
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.