🔧 My configuration files.
Vim script Haskell Shell Python Ruby
Switch branches/tags
Nothing to show
Latest commit 27d0797 Apr 13, 2016 @ibab Update zsh config
Permalink
Failed to load latest commit information.
beets/.config/beets Update beets config Oct 19, 2013
dircolors
fontconfig/.config/fontconfig
ghci Add lots of small changes Oct 10, 2014
git
ipython/.config/ipython/profile_default Add lots of small changes Oct 10, 2014
maid/.maid
matplotlib/.matplotlib Small config changes Jul 29, 2013
mpd/.mpd
mutt Improve mutt config Aug 5, 2015
ncmpcpp/.ncmpcpp Change ncmpcpp settings May 7, 2015
offlineimap Add offlineimaprc to annex May 31, 2015
ssh/.ssh
systemd/.config/systemd/user
taffybar/.config/taffybar
terminfo/.terminfo Initial commit May 24, 2013
tmux Update tmux config Feb 16, 2016
vim Update airline config Feb 16, 2016
xcompose Add .XCompose to repo Mar 2, 2016
xmonad/.xmonad
xorg
zsh Update zsh config Apr 13, 2016
.gitignore
.screenshot.jpg Hide screenshot.jpg Jun 14, 2015
README.md Hide screenshot.jpg Jun 14, 2015

README.md

My configuration files

This repository contains my unix configuration files. Each directory groups together config files for a single application or purpose. The config files in each directory belong into $HOME.

I use GNU stow to link them into my home directory. For example, to set up vim on a new machine, I execute

git clone git@github.com:ibab/dotfiles ~/.dotfiles
cd ~/.dotfiles
stow vim

I also manage sensitive files like my email config and SSH keys through this repo, but they are stored on a separate server and accessed with git-annex. To set these up, I run

git annex enableremote $SECUREREMOTE
git annex get

on the server, where SECUREREMOTE is the name of the git-annex remote that stores my sensitive files.

Notes

This is where I document suggestions and tricks that might be useful for others.

terminfo

If you're using terminals like rxvt-unicode or st that have their own $TERM variable, you've probably noticed that many servers don't know about these by default and will refuse to open certain programs like htop, unless you set the TERM variable to something they know about (like xterm-256color). This can be fixed by installing the corresponding terminal on the server. But you might not want to install all the graphical dependencies of your terminal, or you might not have sudo access. In this case, it's convenient to place working terminfo database entries into your dotfiles, which allow a server to automatically recognize your TERM variable. This is the purpose of the terminfo directory in this repo. To set up something like this yourself, you can copy terminfo definitions from /usr/share/terminfo/.

Screenshot

Screenshot