mirror of
https://github.com/correl/dotfiles.git
synced 2024-12-18 03:00:11 +00:00
[provisioning] Remove unneeded base brew dep
This commit is contained in:
parent
fa6bf47a34
commit
9e67818563
3 changed files with 3 additions and 4 deletions
|
@ -2,7 +2,6 @@
|
|||
# Description: Core set of frequently-used recipes
|
||||
set -e
|
||||
|
||||
_recipe brew
|
||||
_recipe shell-utils
|
||||
_recipe git
|
||||
_recipe zsh
|
||||
|
|
|
@ -2,10 +2,9 @@
|
|||
# Description: GNU Emacs
|
||||
set -e
|
||||
|
||||
_recipe brew
|
||||
|
||||
case $_PLATFORM in
|
||||
darwin)
|
||||
_recipe brew
|
||||
_brew_tap railwaycat/emacsmacport
|
||||
_brew emacs-mac --with-modern-icon
|
||||
;;
|
||||
|
|
|
@ -3,10 +3,11 @@
|
|||
set -e
|
||||
|
||||
_recipe _path
|
||||
_recipe brew
|
||||
|
||||
case $_PLATFORM in
|
||||
darwin)
|
||||
_recipe brew
|
||||
|
||||
_brew binutils
|
||||
_brew coreutils
|
||||
_brew findutils
|
||||
|
|
Loading…
Reference in a new issue