X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=%2Bbin%2Fmadconf;h=a8d5d150e5cfc2d2b76cdfd2bd3c3faf55d3124a;hb=5544c321c2541b94753f34f9c6d7ca7500f2566c;hp=aae2ee263a316ed42af7bbcec86a7bd56f2baff9;hpb=425bf70af8bbf7dd4f55528842a46b68860df170;p=~madcoder%2Fdotfiles.git diff --git a/+bin/madconf b/+bin/madconf index aae2ee2..a8d5d15 100755 --- a/+bin/madconf +++ b/+bin/madconf @@ -21,6 +21,6 @@ find $dotfiles -mindepth 1 \( -name '[+.]*' -prune -o -not -type d -print \) | w dot_ln "$f" ".${f#$dotfiles/}" done -for cache in ssh zsh rlwrap ccache; do +for cache in mutt ssh gdb zsh rlwrap ccache; do mkdir -p "$HOME/.cache/$cache" done