From eb46a47e4f0c75f429c9d551b736b82f2fd3b385 Mon Sep 17 00:00:00 2001 From: Christian Baer Date: Sun, 5 Jul 2020 22:42:45 +0200 Subject: [PATCH] Updated Brewfile and mac.sh script --- init/Brewfile | 2 ++ init/mac.sh | 1 + 2 files changed, 3 insertions(+) diff --git a/init/Brewfile b/init/Brewfile index df95d85..3d83133 100644 --- a/init/Brewfile +++ b/init/Brewfile @@ -15,10 +15,12 @@ tap "homebrew/services" ## brew formulae brew "brew-cask-completion" brew "checkbashisms" +brew "cabal-install" brew "coreutils" brew "exiftool" brew "unbound" brew "ffmpeg", args: ALL_FFMPEG_OPTIONS +brew "ghc" brew "git" brew "grep" brew "gotop" diff --git a/init/mac.sh b/init/mac.sh index f7d6c86..ace6e20 100755 --- a/init/mac.sh +++ b/init/mac.sh @@ -244,6 +244,7 @@ apm install --packages-file ~/.atom/pkg.list echo ">>> Setting up Pandoc environment" eval "$(/usr/libexec/path_helper)" +cabal install pandoc-include pandoc-include-code pandoc-plantuml-diagrams ## Set zsh from brew as default shell echo ">>> Setting /usr/local/bin/zsh as default shell for $USER"