Add htop config to setup script
This commit is contained in:
parent
867b81c919
commit
39e60072bb
1 changed files with 3 additions and 0 deletions
3
setup
3
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"
|
||||
|
||||
|
|
Reference in a new issue