Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prncss-xyz/dotfiles
personal dotfiles
https://github.com/prncss-xyz/dotfiles
Last synced: 9 days ago
JSON representation
personal dotfiles
- Host: GitHub
- URL: https://github.com/prncss-xyz/dotfiles
- Owner: prncss-xyz
- Created: 2021-07-14T21:04:36.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-08-16T18:13:08.000Z (3 months ago)
- Last Synced: 2024-08-16T19:35:54.444Z (3 months ago)
- Language: Lua
- Size: 1.59 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My personnal dotfiles
I've learned a lot about software architechture and system administration here. Some refactoring is still needed, but patterns are emerging, and it keeps getting simpler.
Workflow is based on [stow](https://www.gnu.org/software/stow/), with extra scripts to manage cross-application theming and system files (root). It is also useful to manage small configuration differences between my different hosts. My configuration also features [xplr](https://github.com/sayanarijit/xplr) file manager and [neovim](https://github.com/neovim/neovim) text editor. Neovim is the most mature part of this config. I use [syncthing](https://syncthing.net/) to sync data between machines and favor applications that are compatible with this replication model. Secrets, including ssh keys, api keys and passwords are keept with [gpg](https://gnupg.org/) and [pass](https://www.passwordstore.org/), and are so kept apart from dotfiles.
Commits are aweful as I often need to commit on the go to synchronise between machines. That need will eventually go away with next major refactoring.