add conky

This commit is contained in:
2022-12-02 06:57:39 -05:00
parent d5d760eb74
commit a2dbd704a9
8 changed files with 126 additions and 8 deletions

View File

@@ -33,8 +33,8 @@ ln -s $HOME/.config/nvim/init.vim $HOME/.vimrc
ln -s $HOME/.config/zsh/.zshrc $HOME/.zshrc
ln -s $HOME/.config/tmux/tmux.conf $HOME/.tmux.conf
#Install powerline-fonts
which apt && $PKGINST fonts-powerline || which dnf && $PKGINST powerline-fonts
##Install powerline-fonts
#which apt && $PKGINST fonts-powerline || which dnf && $PKGINST powerline-fonts
#Install starship
curl -sS https://starship.rs/install.sh | sh