From 9ef306a8610f10d9c81db84819b496c15757843c Mon Sep 17 00:00:00 2001 From: James Walker Date: Wed, 22 Apr 2020 21:25:32 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9A=20move=20to=20homebrew=20asdf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home/.Brewfile | 1 + home/.zshenv | 3 +++ home/.zshrc | 2 +- install.sh | 6 ------ 4 files changed, 5 insertions(+), 7 deletions(-) diff --git a/home/.Brewfile b/home/.Brewfile index 46cf38c..2c24ebd 100644 --- a/home/.Brewfile +++ b/home/.Brewfile @@ -6,6 +6,7 @@ tap 'homebrew/cask-fonts' tap 'homebrew/cask-versions' tap 'heroku/brew' # brews +brew 'asdf' brew 'autoconf' brew 'autojump' brew 'automake' diff --git a/home/.zshenv b/home/.zshenv index 5b61f29..9a556fe 100644 --- a/home/.zshenv +++ b/home/.zshenv @@ -13,3 +13,6 @@ export CVS_RSH=ssh #export CVSROOT=/home/cvs [ -f $HOME/.environment ] && . $HOME/.environment + +# Load asdf +. $(brew --prefix asdf)/asdf.sh diff --git a/home/.zshrc b/home/.zshrc index f1732e2..a35d087 100644 --- a/home/.zshrc +++ b/home/.zshrc @@ -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 diff --git a/install.sh b/install.sh index 4212b30..9c3dbaf 100755 --- a/install.sh +++ b/install.sh @@ -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