X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=%2Bbin%2Fmadconf;fp=%2Bbin%2Fmadconf;h=a8d5d150e5cfc2d2b76cdfd2bd3c3faf55d3124a;hb=855340bda827160d3ccb8002e0d9c4c37dc78fb9;hp=8426c434a96ecd841429f8dcc6e6f7fc3bfae197;hpb=24de7655198de1522cf4a33ee914fb371086bcd4;p=~madcoder%2Fdotfiles.git diff --git a/+bin/madconf b/+bin/madconf index 8426c43..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 gdb zsh rlwrap ccache; do +for cache in mutt ssh gdb zsh rlwrap ccache; do mkdir -p "$HOME/.cache/$cache" done