Tiptop vs. glances

main
Steffen Rademacker 2 years ago
parent e4826cfea0
commit a7c5742b60

@ -9,7 +9,6 @@ brew install clipper
brew install fd
brew install ffmpeg
brew install fzf
brew install glances
brew install jump
brew install lazygit
brew install nnn
@ -33,9 +32,10 @@ ln -s ~/dotfiles/yamllint.yml ~/.config/yamllint/config
ln -s ~/dotfiles/spotifyd.toml ~/.config/spotifyd/spotifyd.conf
ln -s ~/dotfiles/lazygit ~/Library/Application\ Support/lazygit
# node cli tools and helpers
# other cli tools and helpers
npm install -g diff-so-fancy
npm install -g fkill-cli
pip install tiptop
# install fzf
/opt/homebrew/opt/fzf/install

@ -21,6 +21,7 @@ alias q='exit'
alias sudo='sudo '
alias t='tmux -u -2'
alias ta='tmux -u attach'
alias top='tiptop --net en0'
alias upall='topgrade --disable pnpm && brewup && npm-check -gu && vimup'
alias v=$EDITOR
alias vd='$EDITOR -d'

Loading…
Cancel
Save