Those are some my config files. I keep them in separate repos, and then
aggregate them into this single repository for github, using git merge -s subtree
. I use arch linux with awesome as my window manager, and
systemd user services.
-
awesome/
: awesome setup. Includes some customized widgets, dropdown clients, notification boxes and a prompt similar to emacs ido-mode, and some helper functions to launch applications as transient systemd services. -
compton/
: compton configuration. -
dbus-1/
: dbus configuration. -
desktop/
: desktop environment configuration. -
shell/
: Shell related config files. This includes zsh configuration, with some personal aliases, a customized prompt, etc. -
spacemacs/
: My [spacemacs] configuration files, including org-mode, mu4e, etc. -
systemd/
: These are the configuration files in~/.config/systemd
) for systemd user services. Systemd is an awesome init system, that can be used to manage user owned daemons. -
vim/
: My vim configuration. I do use vim from time to time... -
zathura/
: Configuration for zathura, a pdf/djvu viewer with vim-style bindings.