X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=setup.sh;h=be42a6a017f0ed89b24b48cb5e42f95f10d6ade2;hb=01837f58b576a29c8ac23058b97d0a71821258a6;hp=d8c00fdee11499a214007c05086bac3e746efe33;hpb=660bd92f28c522138775a62d5ef64e01ad3b8c06;p=config%2Fdotfiles.git diff --git a/setup.sh b/setup.sh index d8c00fd..be42a6a 100755 --- 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