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