Deleted pandoc config from Brewfile and mac.sh

This commit is contained in:
Christian Baer 2020-09-28 15:46:39 +02:00
parent d4597783d8
commit f35f3b9cc1
2 changed files with 0 additions and 6 deletions

View File

@ -18,7 +18,6 @@ tap "koekeishiya/formulae"
brew "arping"
brew "brew-cask-completion"
brew "checkbashisms"
brew "cabal-install"
brew "coreutils"
brew "duti"
brew "exiftool"
@ -44,7 +43,6 @@ brew "nmap"
brew "ocrmypdf"
brew "pandoc"
brew "pandoc-citeproc"
brew "plantuml"
brew "rsync"
brew "tesseract"
brew "tesseract-lang"

View File

@ -265,10 +265,6 @@ ln -sf "${HOME}/.config/VSCodium/User/keybindings.json" "${HOME}/Library/Applica
# Install extensions
cat ${HOME}/.config/VSCodium/User/extensions.list | xargs -L 1 code --install-extension
echo ">>> Setting up Pandoc environment"
eval "$(/usr/libexec/path_helper)"
cabal install pandoc-include pandoc-include-code pandoc-plantuml-diagrams
## Set up BitBar
defaults write com.matryer.BitBar pluginsDirectory "${HOME}/.config/BitBar/"