htop support.

This commit is contained in:
Bartek Stalewski 2021-05-13 01:12:28 +02:00
parent 8448d1049b
commit a673842a88
2 changed files with 43 additions and 0 deletions

View file

@ -24,6 +24,10 @@ touch ~/.local/settings/fd
rm -rf ~/.config/tmux
ln -sf ~/.local/repos/dotfiles/tmux ~/.config/
## htop
rm -rf ~/.config/htop
ln -sf ~/.local/repos/dotfiles/htop ~/.config/
## zsh
echo "skip_global_compinit=1" > $HOME/.zshenv
echo "export XDG_DATA_HOME=$HOME/.local/share" >> $HOME/.zshenv