Add htop config to setup script
This commit is contained in:
parent
867b81c919
commit
39e60072bb
3
setup
3
setup
|
@ -67,6 +67,9 @@ links=(
|
||||||
# document viewer
|
# document viewer
|
||||||
"$dfp/apps/zathura/" "$XDG_CONFIG_HOME/zathura"
|
"$dfp/apps/zathura/" "$XDG_CONFIG_HOME/zathura"
|
||||||
|
|
||||||
|
# htop
|
||||||
|
"$dfp/apps/htop/rc" "$XDG_CONFIG_HOME/htop/htoprc"
|
||||||
|
|
||||||
# terminal emulator
|
# terminal emulator
|
||||||
"$dfp/apps/alacritty/" "$XDG_CONFIG_HOME/alacritty"
|
"$dfp/apps/alacritty/" "$XDG_CONFIG_HOME/alacritty"
|
||||||
|
|
||||||
|
|
Reference in a new issue