diff options
-rwxr-xr-x | make | 2 | ||||
-rw-r--r-- | zshrc | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -4,7 +4,7 @@ dir=~/dotfiles olddir=~/dotfiles_old # Files to sync -files="vim mutt vifm bashrc zshrc xmodmap mynotes tmux.conf zathurarc offlineimaprc inputrc" +files="vim mutt vifm bashrc zshrc xmodmap mynotes tmux.conf zathurarc offlineimaprc inputrc crontab" rm -rf $olddir mkdir -p $olddir @@ -117,3 +117,5 @@ elif [ $h -lt 18 ]; then else xdotool key Alt+t p Down Return fi + +crontab ~/.crontab |