Ruby, mojave cli tools etc.

main
Steffen Rademacker 6 years ago
parent acd16f00e3
commit 620aef38b8

@ -2,7 +2,7 @@
# install additional brew packages -- see _install.sh too
brew install curl --with-libssh2 --with-openssl
brew install ffmpeg --with-libvpx --with-libvorbis --with-fdk-aac
brew install ffmpeg --with-fdk-aac
brew install git-flow
brew install git-ftp
brew install imagemagick
@ -10,10 +10,7 @@ brew install mariadb
brew install mozjpeg
brew install nginx
brew install openssl
brew install php --with-homebrew-curl
brew install php
brew install ripgrep
brew install youtube-dl
# link keg-only / pre-installed duplicates
brew link --force curl

@ -82,7 +82,5 @@ chsh -s /usr/local/bin/zsh
read -p "Press any key to continue... " -n1 -s
/usr/bin/env zsh
read -p "Press any key to continue... " -n1 -s
sudo mv /etc/zshenv /etc/zprofile
read -p "Press any key to continue... " -n1 -s
sudo launchctl config user path $PATH
read -p "Press any key to continue... " -n1 -s

@ -16,7 +16,8 @@ export SHELL=/usr/local/bin/zsh
export HOMEBREW_CASK_OPTS="--appdir=/Applications"
# paths
export PATH=$HOME/.composer/vendor/bin:$PATH
export PATH=/usr/local/opt/ruby/bin:$PATH
export PATH=/usr/local/opt/curl/bin:$PATH
export PATH=/usr/local/bin:/usr/local/sbin:$PATH
export MANPATH=/usr/local/share/man:$MANPATH

@ -63,3 +63,5 @@ source $HOME/dotfiles/zsh/zsh-completions/zsh-completions.plugin.zsh
# zsh-completions
fpath=($HOME/dotfiles/zsh/zsh-completions/src $fpath)
export N_PREFIX="$HOME/n"; [[ :$PATH: == *":$N_PREFIX/bin:"* ]] || PATH+=":$N_PREFIX/bin" # Added by n-install (see http://git.io/n-install-repo).

Loading…
Cancel
Save