Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jonhoo/configs
My configuration files
https://github.com/jonhoo/configs
Last synced: about 13 hours ago
JSON representation
My configuration files
- Host: GitHub
- URL: https://github.com/jonhoo/configs
- Owner: jonhoo
- Created: 2011-01-31T13:21:49.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2024-11-23T09:13:58.000Z (20 days ago)
- Last Synced: 2024-12-06T12:13:32.343Z (7 days ago)
- Language: Shell
- Homepage: http://thesquareplanet.com
- Size: 1.13 MB
- Stars: 1,101
- Watchers: 33
- Forks: 176
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - jonhoo/configs - My configuration files (Shell)
README
The configuration files are managed with [GNU Stow].
Each top-level directory represents a "group" of configs, and you can
"install" (by symlinking) the configs of a group using```console
$ stow -Sv
```You can use `-n` to just show what it _would_ install.
Stow has a bunch of [shortcomings], but I haven't bothered to move to
anything else yet. In theory, the directory layout should be mostly
compatible with other tools like [chezmoi] that you may enjoy more,
though I have not tried them myself.[GNU Stow]: https://www.gnu.org/software/stow/
[shortcomings]: https://github.com/aspiers/stow/issues/33
[chezmoi]: https://www.chezmoi.io/