Add Nikola build dependencies for Mac (#134)
This commit is contained in:
parent
e648e502f6
commit
298226f209
2 changed files with 5 additions and 5 deletions
|
@ -192,11 +192,9 @@ if [[ -z $NO_GO ]]; then
|
|||
go get -u github.com/exercism/cli/exercism
|
||||
fi
|
||||
|
||||
echo "Installing Reveal-md"
|
||||
# talks: reveal-md
|
||||
$SUDO npm install -g reveal-md
|
||||
echo "Installing fancy differ"
|
||||
$SUDO npm install -g diff-so-fancy
|
||||
$SUDO npm install -g cssnano
|
||||
|
||||
if [[ -z $NOPYTHON3 ]]; then
|
||||
set +e
|
||||
|
|
|
@ -33,7 +33,6 @@ brew install \
|
|||
watch \
|
||||
zsh
|
||||
|
||||
|
||||
brew install \
|
||||
coreutils \
|
||||
curl \
|
||||
|
@ -70,13 +69,16 @@ brew install \
|
|||
sqlite \
|
||||
tidy-html5 \
|
||||
doxygen \
|
||||
go
|
||||
go \
|
||||
optipng \
|
||||
jpegoptim
|
||||
|
||||
brew cask install gimp
|
||||
brew cask install iterm2
|
||||
brew cask install docker
|
||||
brew cask install appcode
|
||||
brew cask install adium
|
||||
brew cask install kdiff3
|
||||
|
||||
brew services start syncthing
|
||||
|
||||
|
|
Loading…
Reference in a new issue