Improve inital install of apps/settings
This commit is contained in:
parent
76aa4e9504
commit
1c711e016e
2 changed files with 31 additions and 5 deletions
27
brew.sh
27
brew.sh
|
@ -1,8 +1,6 @@
|
|||
#!/usr/bin/env zsh
|
||||
|
||||
# Install Homebrew stuff
|
||||
brew tap homebrew/dupes
|
||||
brew tap homebrew/php
|
||||
brew tap homebrew/services
|
||||
brew tap tldr-pages/tldr
|
||||
|
||||
|
@ -24,8 +22,8 @@ brew install wget --with-iri
|
|||
|
||||
# Install more recent versions of some OS X tools.
|
||||
brew install vim --override-system-vi
|
||||
brew install homebrew/dupes/grep
|
||||
brew install homebrew/dupes/openssh
|
||||
brew install grep
|
||||
brew install openssh
|
||||
|
||||
# Install zsh and addons
|
||||
brew install zsh
|
||||
|
@ -37,12 +35,31 @@ brew install ack
|
|||
brew install git
|
||||
brew install git-lfs
|
||||
brew install diff-so-fancy
|
||||
brew install imagemagick --with-webp
|
||||
brew install gnupg
|
||||
brew install imagemagick --with-webp --with-libheif
|
||||
brew install lua
|
||||
brew install lynx
|
||||
brew install openssl@1.1
|
||||
brew install p7zip
|
||||
brew install pcre
|
||||
brew install python
|
||||
brew install sqlite
|
||||
brew install xz
|
||||
brew install zopfli
|
||||
|
||||
# Install WebDev packages
|
||||
brew install nginx
|
||||
brew install mariadb
|
||||
brew install postgresql
|
||||
brew install postgis
|
||||
brew install php
|
||||
brew install node
|
||||
|
||||
# Radnom packages
|
||||
brew install ffmpeg
|
||||
brew install go
|
||||
brew install ruby
|
||||
brew install youtube-dl
|
||||
|
||||
# Remove outdated versions from the Cellar
|
||||
brew cleanup
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue