A collection of configuration files for frequently used applications, like terminal, zsh, Vim, i3 (window manager) and Irssi amongst others.
Folder | Description |
---|---|
bin | Binary files and scripts |
i3 | i3 config files |
irssi | Irssi config and theme |
polybar | polybar config and associated scripts |
termite | Termite config file and terminfo file |
vim | vimrc file and colours |
zsh | zsh config file and aliases |
I would recommend against cloning and using this repository as it is heavily customised for my use, instead I would fork it and customise to your liking, or simply copy out the bits you want.
My setup consists of either updating applications to reference the config files directly from the repository, or where that is not possible, I use a symlink to the applications default config location.
For example, to configure ZSH:
git clone [email protected]:danhead/dotfiles.git ~/.dotfiles
ln -s ~/.dotfiles/zsh/.zshrc ~/