diff options
author | Urbain Vaes <urbain@vaes.uk> | 2014-11-05 18:06:23 +0000 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2014-11-05 18:06:23 +0000 |
commit | 71ba6f931334fcaedbf471cc8181415a3b07b9e7 (patch) | |
tree | 97693f483ca08b00bf5972ec1e8cf03357b90843 | |
parent | 612ff427b1d96ea339e835f72ab514ac62f21fd3 (diff) |
adding the crontab
-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 |