mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-16 03:00:08 +00:00
[provisioning] Update the rest of shell-utils to prefer packages
This commit is contained in:
parent
df4917eb0b
commit
91f23d880b
1 changed files with 14 additions and 7 deletions
|
@ -21,6 +21,13 @@ case $_PLATFORM in
|
|||
# File compression
|
||||
_brew p7zip
|
||||
_brew unrar
|
||||
|
||||
# Misc
|
||||
_brew htop
|
||||
_brew jq
|
||||
_brew lnav
|
||||
_brew tig
|
||||
_brew tmux
|
||||
;;
|
||||
*)
|
||||
_recipe _apt
|
||||
|
@ -32,12 +39,12 @@ case $_PLATFORM in
|
|||
# File compression
|
||||
_apt p7zip
|
||||
_apt unrar
|
||||
|
||||
# Misc
|
||||
_apt htop
|
||||
_apt jq
|
||||
_apt lnav
|
||||
_apt tig
|
||||
_apt tmux
|
||||
;;
|
||||
esac
|
||||
|
||||
# Misc
|
||||
_brew htop
|
||||
_brew tig
|
||||
_brew lnav
|
||||
_brew tmux
|
||||
_brew jq
|
||||
|
|
Loading…
Reference in a new issue