Replace cat with bat

This commit is contained in:
Diogo Peralta Cordeiro 2021-02-16 15:21:07 +00:00
parent 516c67c150
commit ca3b9c9c60
2 changed files with 3 additions and 1 deletions

View File

@ -144,7 +144,7 @@ Proper network manager with VPN support
## Shell
* `sudo aptitude install kitty ripgrep zsh shellcheck`
* `sudo aptitude install kitty ripgrep zsh shellcheck fzf silversearcher-ag bat`
* `stow kitty shell tmux`
* `chsh -s $(which zsh)`

View File

@ -35,3 +35,5 @@ alias pkgin='sudo aptitude install'
alias pkgrm='sudo aptitude remove'
alias wttr='curl http://wttr.in/Porto,Portugal'
alias top='htop'
alias bat='batcat'
alias cat='bat --paging=never'