Updated Brewfile and mac.sh script

This commit is contained in:
Christian Baer 2020-07-05 22:42:45 +02:00
parent 25e49dde86
commit eb46a47e4f
2 changed files with 3 additions and 0 deletions

View File

@ -15,10 +15,12 @@ tap "homebrew/services"
## brew formulae ## brew formulae
brew "brew-cask-completion" brew "brew-cask-completion"
brew "checkbashisms" brew "checkbashisms"
brew "cabal-install"
brew "coreutils" brew "coreutils"
brew "exiftool" brew "exiftool"
brew "unbound" brew "unbound"
brew "ffmpeg", args: ALL_FFMPEG_OPTIONS brew "ffmpeg", args: ALL_FFMPEG_OPTIONS
brew "ghc"
brew "git" brew "git"
brew "grep" brew "grep"
brew "gotop" brew "gotop"

View File

@ -244,6 +244,7 @@ apm install --packages-file ~/.atom/pkg.list
echo ">>> Setting up Pandoc environment" echo ">>> Setting up Pandoc environment"
eval "$(/usr/libexec/path_helper)" eval "$(/usr/libexec/path_helper)"
cabal install pandoc-include pandoc-include-code pandoc-plantuml-diagrams
## Set zsh from brew as default shell ## Set zsh from brew as default shell
echo ">>> Setting /usr/local/bin/zsh as default shell for $USER" echo ">>> Setting /usr/local/bin/zsh as default shell for $USER"