dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 8e7eb22a7932505d278239c812e012c27994fbae
parent a0ad2b54906cb95be87e5f33cfcd715b08b2d991
Author: Anders Damsgaard Christensen <adc@geo.au.dk>
Date:   Mon,  6 Jun 2016 09:47:34 -0700

create read-only cache folder

Diffstat:
Mcreate_symlinks.sh | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/create_symlinks.sh b/create_symlinks.sh @@ -57,3 +57,7 @@ mkdir -p ${XDG_CONFIG_HOME:=$HOME/.config} ln -s ~/.vim $XDG_CONFIG_HOME/nvim ln -s ~/.vimrc $XDG_CONFIG_HOME/nvim/init.vim cd - + +# Mutt cache folder +mkdir -p ~/.mutt/cache +chmod 0700 ~/.mutt/cache