🚚 move to homebrew asdf

This commit is contained in:
James Walker 2020-04-22 21:25:32 -04:00
parent db368bcc4a
commit 9ef306a861
Signed by: walkah
GPG Key ID: 3C127179D6086E93
4 changed files with 5 additions and 7 deletions

View File

@ -6,6 +6,7 @@ tap 'homebrew/cask-fonts'
tap 'homebrew/cask-versions'
tap 'heroku/brew'
# brews
brew 'asdf'
brew 'autoconf'
brew 'autojump'
brew 'automake'

View File

@ -13,3 +13,6 @@ export CVS_RSH=ssh
#export CVSROOT=/home/cvs
[ -f $HOME/.environment ] && . $HOME/.environment
# Load asdf
. $(brew --prefix asdf)/asdf.sh

View File

@ -19,7 +19,7 @@ export ZSH_CUSTOM=$HOME/.zsh/custom
# Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*)
# Example format: plugins=(rails git textmate ruby lighthouse)
plugins=(asdf shrink-path aws gcloud extract command-not-found tmux tmuxinator git github ssh-agent docker docker-compose mix-fast)
plugins=(shrink-path aws gcloud extract command-not-found tmux tmuxinator git github ssh-agent docker docker-compose mix-fast)
# ruby
if [ -x ruby ]; then

View File

@ -29,11 +29,5 @@ else
echo "Homesick already installed."
fi
if [ ! -d ~/.asdf ]; then
git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.6.0
else
echo "asdf already installed."
fi
echo "Initial brew bundle..."
brew bundle --global