This repo contains useful Linux configuration files and scripts.
Each application has its own directory containing all config files relevant to that application.
Below is a list of all included configs/scripts.
Applications | Scripts | Installation Path |
---|---|---|
Kakoune | kakrc | ~/.config/kak/kakrc |
Kakoune | custom/* | ~/.config/kak/custom/* |
Kakoune | rc/* | /usr/local/share/kak/rc/* |
Mintty | .minttyrc | ~/.minttyrc |
Sakura | sakura.conf | ~/.config/sakura/sakura.conf |
Tmux | .tmux.conf | ~/.tmux.conf |
Zshell | .zshrc | ~/.zshrc |
To compare all config files with default local paths:
./difflocal.sh
For files that differ, you can sync them with vimdiff:
vimdiff kakoune/kakrc ~/.config/kak/kakrc
vimdiff zshell/.zshrc ~/.zshrc