mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-21 19:18:41 +00:00
[provisioning] Add entr and ag
This commit is contained in:
parent
33ef0d4e58
commit
56c8c47cd4
1 changed files with 4 additions and 0 deletions
|
@ -23,9 +23,11 @@ case $_PLATFORM in
|
|||
_brew unrar
|
||||
|
||||
# Misc
|
||||
_brew entr
|
||||
_brew htop
|
||||
_brew jq
|
||||
_brew lnav
|
||||
_brew the_silver_searcher
|
||||
_brew tig
|
||||
_brew tmux
|
||||
;;
|
||||
|
@ -41,9 +43,11 @@ case $_PLATFORM in
|
|||
_apt unrar
|
||||
|
||||
# Misc
|
||||
_apt entr
|
||||
_apt htop
|
||||
_apt jq
|
||||
_apt lnav
|
||||
_apt silversearcher-ag
|
||||
_apt tig
|
||||
_apt tmux
|
||||
;;
|
||||
|
|
Loading…
Reference in a new issue