https://github.com/severen/dotfiles
My personal configuration files and scripts.
https://github.com/severen/dotfiles
arch-linux atuin chezmoi dotfiles fish ghostty gnome jj jujutsu linux neovim shell starship vim xdg zed
Last synced: 8 days ago
JSON representation
My personal configuration files and scripts.
- Host: GitHub
- URL: https://github.com/severen/dotfiles
- Owner: severen
- License: cc0-1.0
- Created: 2016-04-05T05:20:35.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-04-22T11:21:52.000Z (9 days ago)
- Last Synced: 2025-04-22T12:33:16.782Z (9 days ago)
- Topics: arch-linux, atuin, chezmoi, dotfiles, fish, ghostty, gnome, jj, jujutsu, linux, neovim, shell, starship, vim, xdg, zed
- Language: GLSL
- Homepage:
- Size: 1.31 MB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Dotfiles
These are my personal configuration files and scripts, written primarily for use
on an Arch Linux system and installed and managed with [chezmoi][chezmoi].As I value a clean `$HOME`, I make an effort to ensure that the programs I use
adhere to the [XDG Base Directory][xdg] specification as much as possible. And
for fun, I also try to ensure that all programs switch between light mode and
dark mode in accordance with the current system preference.## Software
The core programs I use on a daily basis are:
* Desktop Environment: [Gnome](https://www.gnome.org/)
* Browser: [Firefox](https://www.mozilla.org/en-GB/firefox/new/)
* Terminal Emulator: [Ghostty](https://ghostty.org/)
* Shell: [Fish](https://fishshell.com/)
* Editor: [Neovim](https://neovim.io/) and [Zed](https://zed.dev/)
* Version Control System: [Jujutsu](https://github.com/jj-vcs/jj)None of the above are chosen randomly; they all make a positive impact on my
life and you should check them out![chezmoi]: https://www.chezmoi.io/
[xdg]: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html