Replace cat with bat
This commit is contained in:
parent
516c67c150
commit
ca3b9c9c60
@ -144,7 +144,7 @@ Proper network manager with VPN support
|
|||||||
|
|
||||||
## Shell
|
## Shell
|
||||||
|
|
||||||
* `sudo aptitude install kitty ripgrep zsh shellcheck`
|
* `sudo aptitude install kitty ripgrep zsh shellcheck fzf silversearcher-ag bat`
|
||||||
* `stow kitty shell tmux`
|
* `stow kitty shell tmux`
|
||||||
|
|
||||||
* `chsh -s $(which zsh)`
|
* `chsh -s $(which zsh)`
|
||||||
|
@ -35,3 +35,5 @@ alias pkgin='sudo aptitude install'
|
|||||||
alias pkgrm='sudo aptitude remove'
|
alias pkgrm='sudo aptitude remove'
|
||||||
alias wttr='curl http://wttr.in/Porto,Portugal'
|
alias wttr='curl http://wttr.in/Porto,Portugal'
|
||||||
alias top='htop'
|
alias top='htop'
|
||||||
|
alias bat='batcat'
|
||||||
|
alias cat='bat --paging=never'
|
||||||
|
Loading…
Reference in New Issue
Block a user