]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - setup.sh
zsh/rc: Display running time for long running processes.
[config/dotfiles.git] / setup.sh
index d8c00fdee11499a214007c05086bac3e746efe33..be42a6a017f0ed89b24b48cb5e42f95f10d6ade2 100755 (executable)
--- a/setup.sh
+++ b/setup.sh
@@ -226,6 +226,9 @@ link zsh/rc ~/.zshrc
 link zsh/logout ~/.zlogout
 
 # Link setup for additional files.
+if installed crontab; then
+    link crontab.d ~/.crontab.d
+fi
 link lessfilter ~/.lessfilter
 if installed colordiff; then
     link colordiffrc ~/.colordiffrc
@@ -237,5 +240,8 @@ if installed tmux; then
 fi
 if installed htop; then
     link htoprc ~/.htoprc
+    # New location for htoprc. Use both for compatibility.
+    mkdir -p ~/.config/htop
+    link htoprc ~/.config/htop/htoprc
 fi