🚚 move to homebrew asdf
This commit is contained in:
parent
db368bcc4a
commit
9ef306a861
@ -6,6 +6,7 @@ tap 'homebrew/cask-fonts'
|
||||
tap 'homebrew/cask-versions'
|
||||
tap 'heroku/brew'
|
||||
# brews
|
||||
brew 'asdf'
|
||||
brew 'autoconf'
|
||||
brew 'autojump'
|
||||
brew 'automake'
|
||||
|
@ -13,3 +13,6 @@ export CVS_RSH=ssh
|
||||
#export CVSROOT=/home/cvs
|
||||
|
||||
[ -f $HOME/.environment ] && . $HOME/.environment
|
||||
|
||||
# Load asdf
|
||||
. $(brew --prefix asdf)/asdf.sh
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user