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
|
go get -u github.com/exercism/cli/exercism
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Installing Reveal-md"
|
|
||||||
# talks: reveal-md
|
|
||||||
$SUDO npm install -g reveal-md
|
$SUDO npm install -g reveal-md
|
||||||
echo "Installing fancy differ"
|
|
||||||
$SUDO npm install -g diff-so-fancy
|
$SUDO npm install -g diff-so-fancy
|
||||||
|
$SUDO npm install -g cssnano
|
||||||
|
|
||||||
if [[ -z $NOPYTHON3 ]]; then
|
if [[ -z $NOPYTHON3 ]]; then
|
||||||
set +e
|
set +e
|
||||||
|
|
|
@ -33,7 +33,6 @@ brew install \
|
||||||
watch \
|
watch \
|
||||||
zsh
|
zsh
|
||||||
|
|
||||||
|
|
||||||
brew install \
|
brew install \
|
||||||
coreutils \
|
coreutils \
|
||||||
curl \
|
curl \
|
||||||
|
@ -70,13 +69,16 @@ brew install \
|
||||||
sqlite \
|
sqlite \
|
||||||
tidy-html5 \
|
tidy-html5 \
|
||||||
doxygen \
|
doxygen \
|
||||||
go
|
go \
|
||||||
|
optipng \
|
||||||
|
jpegoptim
|
||||||
|
|
||||||
brew cask install gimp
|
brew cask install gimp
|
||||||
brew cask install iterm2
|
brew cask install iterm2
|
||||||
brew cask install docker
|
brew cask install docker
|
||||||
brew cask install appcode
|
brew cask install appcode
|
||||||
brew cask install adium
|
brew cask install adium
|
||||||
|
brew cask install kdiff3
|
||||||
|
|
||||||
brew services start syncthing
|
brew services start syncthing
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue