X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=setup.sh;h=234b17b6ad3dc0bfd75ee0da5b719628b1a85758;hb=7a1001f753aeddfd906aef906bd769f941a475fe;hp=51074e244875d53305688e700662d003c6f9e30d;hpb=614f9080ac810a2f4c0a5244bca856f3358e625e;p=config%2Fdotfiles.git diff --git a/setup.sh b/setup.sh index 51074e2..234b17b 100755 --- a/setup.sh +++ b/setup.sh @@ -63,6 +63,9 @@ if [ ! -d /sys/class/power_supply/BAT0 ]; then mv screenrc.tmp screenrc fi +# Htop overwrites the comments in its configuration file. +generate cat htoprc .in + # Link setup for shells. link shell ~/.shell link bash ~/.bash @@ -87,6 +90,9 @@ link screenrc ~/.screenrc if installed tmux; then link tmux.conf ~/.tmux.conf fi +if installed htop; then + link htoprc ~/.htoprc +fi # Create rlwrap history directory. mkdir -p shell/rlwrap