diff options
Diffstat (limited to 'install.sh')
-rwxr-xr-x | install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -28,6 +28,9 @@ function install_dotfiles { mkdir -p mutt/temp mkdir -p mutt/cache mkdir -p mutt/cache/bodies + + cd ~/.config/zathura/ + ln -s /home/urbain/dotfiles/zathurarc } function clean { |