https://github.com/trinitronx/dotfiles
🔧 My .files OS agnostic
https://github.com/trinitronx/dotfiles
hacktoberfest
Last synced: 8 months ago
JSON representation
🔧 My .files OS agnostic
- Host: GitHub
- URL: https://github.com/trinitronx/dotfiles
- Owner: trinitronx
- License: agpl-3.0
- Created: 2024-08-05T02:48:28.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-20T23:07:16.000Z (over 1 year ago)
- Last Synced: 2025-02-21T00:32:43.879Z (over 1 year ago)
- Topics: hacktoberfest
- Language: Shell
- Homepage: https://github.com/trinitronx/dotfiles
- Size: 576 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# .files
> 🔧 My dotfiles OS agnostic
## Usage
See [`chezmoi` official documentation](https://www.chezmoi.io/)
If you're not using `chezmoi`, you can simply copy and modify whatever
individual files you need, and adapt the filenames, because it uses it's own
[file naming scheme][1].
For example:
- `private_dot_local` maps to `~/.local`
- `private_dot_local/private_share` maps to `~/.local/share`
- `dot_config` maps to `~/.config`
- Some file named `executable_foo.sh` gets renamed to `foo.sh`
and made executable (e.g. `chmod +x foo.sh`)
## License
AGPLv3 © James Cuzella [@trinitronx](https://github.com/trinitronx)
See [LICENSE](./LICENSE)
[1]: https://www.chezmoi.io/user-guide/frequently-asked-questions/design/#why-does-chezmoi-use-weird-filenames