mirror of
https://github.com/ivuorinen/dotfiles.git
synced 2026-02-14 16:53:14 +00:00
feat(tools): dfm brew install tweaks
This commit is contained in:
4
Brewfile
4
Brewfile
@@ -50,6 +50,8 @@ brew "pkg-config"
|
|||||||
brew "choose-rust"
|
brew "choose-rust"
|
||||||
# Cross-platform make
|
# Cross-platform make
|
||||||
brew "cmake"
|
brew "cmake"
|
||||||
|
# Dependency manager for Cocoa projects
|
||||||
|
brew "cocoapods"
|
||||||
# Get, unpack, build, and install modules from CPAN
|
# Get, unpack, build, and install modules from CPAN
|
||||||
brew "cpanminus"
|
brew "cpanminus"
|
||||||
# Open source suite of directory software
|
# Open source suite of directory software
|
||||||
@@ -276,6 +278,8 @@ cask "dbngin"
|
|||||||
cask "docker"
|
cask "docker"
|
||||||
# Reimagine your terminal
|
# Reimagine your terminal
|
||||||
cask "fig"
|
cask "fig"
|
||||||
|
# UI toolkit for building applications for mobile, web and desktop
|
||||||
|
cask "flutter"
|
||||||
# Unofficial overcast.fm podcast app
|
# Unofficial overcast.fm podcast app
|
||||||
cask "fog"
|
cask "fog"
|
||||||
# Typeface made for developers
|
# Typeface made for developers
|
||||||
|
|||||||
@@ -149,7 +149,7 @@ function section_brew
|
|||||||
have brew && {
|
have brew && {
|
||||||
case "$1" in
|
case "$1" in
|
||||||
install)
|
install)
|
||||||
brew bundle install --file="$BREWFILE" && msg_yay "Done!"
|
brew bundle install --file="$BREWFILE" --force --quiet && msg_yay "Done!"
|
||||||
;;
|
;;
|
||||||
update)
|
update)
|
||||||
brew update && brew outdated && brew upgrade && brew cleanup
|
brew update && brew outdated && brew upgrade && brew cleanup
|
||||||
|
|||||||
Reference in New Issue
Block a user