From 59d7d29269adb6e43a30dd51d482d26a72f29b02 Mon Sep 17 00:00:00 2001 From: Steffen Rademacker Date: Tue, 9 Oct 2018 10:18:21 +0200 Subject: [PATCH] Ditch ruby, use python-default brew --- install/cli-tools.sh | 6 ------ install/install.sh | 5 +++-- ruby-version | 1 - 3 files changed, 3 insertions(+), 9 deletions(-) delete mode 100644 ruby-version diff --git a/install/cli-tools.sh b/install/cli-tools.sh index 4e057b0..b7b77c3 100755 --- a/install/cli-tools.sh +++ b/install/cli-tools.sh @@ -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 diff --git a/install/install.sh b/install/install.sh index 8326972..75fee8a 100755 --- a/install/install.sh +++ b/install/install.sh @@ -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 diff --git a/ruby-version b/ruby-version deleted file mode 100644 index 73462a5..0000000 --- a/ruby-version +++ /dev/null @@ -1 +0,0 @@ -2.5.1