Ditch ruby, use python-default brew

main
Steffen Rademacker 6 years ago
parent 6357c83dd1
commit 59d7d29269

@ -13,15 +13,9 @@ brew install mozjpeg
brew install nginx
brew install openssl
brew install php --with-homebrew-curl
brew install rbenv
brew install the_silver_searcher
brew install youtube-dl
# link keg-only / pre-installed duplicates
brew link --force curl
# install a current ruby version
rbenv install 2.5.1
# use nvm instead of brew node or anything else
curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.11/install.sh | bash

@ -19,8 +19,9 @@ brew install clipper
brew install fzf
brew install git
brew install neovim --HEAD
brew install python3
brew install python
brew install tmux
brew install ruby
brew install zsh
read -p "Press any key to continue... " -n1 -s
@ -39,7 +40,6 @@ ln -s ~/dotfiles/gitignore ~/.gitignore
ln -s ~/dotfiles/hammerspoon ~/.hammerspoon
ln -s ~/dotfiles/karabiner ~/.config/karabiner
ln -s ~/dotfiles/nvim ~/.config/nvim
ln -s ~/dotfiles/ruby-version ~/.ruby-version
ln -s ~/dotfiles/tmux.conf ~/.tmux.conf
ln -s ~/dotfiles/zsh ~/.zsh
ln -s ~/dotfiles/zsh/zshrc ~/.zshrc
@ -64,6 +64,7 @@ brew services start clipper
read -p "Press any key to continue... " -n1 -s
# install deps + plugins for neovim
gem install neovim
pip3 install neovim
curl https://raw.githubusercontent.com/Shougo/dein.vim/master/bin/installer.sh > installer.sh
sh installer.sh ~/.config/nvim/dein

@ -1 +0,0 @@
2.5.1
Loading…
Cancel
Save