Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/severen/dotfiles
My personal configuration files and scripts.
https://github.com/severen/dotfiles
chezmoi dotfiles emacs fish linux shell vim xdg
Last synced: 9 days ago
JSON representation
My personal configuration files and scripts.
- Host: GitHub
- URL: https://github.com/severen/dotfiles
- Owner: severen
- Created: 2016-04-05T05:20:35.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-01T07:44:36.000Z (18 days ago)
- Last Synced: 2024-11-01T08:26:09.915Z (18 days ago)
- Topics: chezmoi, dotfiles, emacs, fish, linux, shell, vim, xdg
- Language: GLSL
- Homepage:
- Size: 931 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
These are my personal configuration files and scripts, written primarily for use
on an Arch Linux system. My dotfiles are installed and managed by
[chezmoi][chezmoi].To declutter `$HOME`, I make an effort to ensure that the programs I use adhere
to the [XDG Base Directory][xdg] specification as much as possible.## Programs
If you are interested, some core programs I use are:
* Shell: fish (`exec`'d by bash)
* Window Manager: KWin
* Desktop Environment: KDE Plasma
* Browser: Firefox
* Password Manager: KeePass XC
* Music Player: Elisa
* Video Player: mpv
* Editor: Neovim, Emacs, and Visual Studio Code[chezmoi]: https://www.chezmoi.io/
[xdg]: https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html