X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=%2Bbin%2Fmadconf;h=a8d5d150e5cfc2d2b76cdfd2bd3c3faf55d3124a;hb=64832b859e849d8c630b6f327aa88cc601eddd59;hp=1e35d64fbd0f8097bb11c51bb0400bdfa2b66ad4;hpb=5923f706617b966f114656c78bd60108d4ab1dde;p=~madcoder%2Fdotfiles.git diff --git a/+bin/madconf b/+bin/madconf index 1e35d64..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 zsh rlwrap ccache; do +for cache in mutt ssh gdb zsh rlwrap ccache; do mkdir -p "$HOME/.cache/$cache" done