]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - setup.sh
htoprc: Add, basic configuration file.
[config/dotfiles.git] / setup.sh
index 51074e244875d53305688e700662d003c6f9e30d..234b17b6ad3dc0bfd75ee0da5b719628b1a85758 100755 (executable)
--- 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