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"