From 39e60072bb88408a945776adda9ed5fb3e178547 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Thu, 31 Oct 2019 10:46:50 -0500 Subject: [PATCH] Add htop config to setup script --- setup | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup b/setup index 5c1f0b8..52c4326 100755 --- a/setup +++ b/setup @@ -67,6 +67,9 @@ links=( # document viewer "$dfp/apps/zathura/" "$XDG_CONFIG_HOME/zathura" + # htop + "$dfp/apps/htop/rc" "$XDG_CONFIG_HOME/htop/htoprc" + # terminal emulator "$dfp/apps/alacritty/" "$XDG_CONFIG_HOME/alacritty"