I maintaing my MacOS configuration files in this repo in order to reuse it in different computers.
Feel free to use it if it makes sense to you. :)
Clone this repo in your home directory.
$ cd ~
$ ln -s ./dot_files_macos/bash_profile .bash_profile
$ ln -s ./dot_files_macos/ideavimrc .ideavimrc
$ cp ./dot_files_macos/gitconfig .gitconfig
Edit the .gitconfig
file and add the missing configurations indicated.
$ ruby -e "$(curl -fsSL https://raw.github.com/Homebrew/homebrew/go/install)"
$ brew install rbenv ruby-build rbenv-gem-rehash
$ rbenv install 2.1.2 #or newer version
$ rbenv global 2.1.2
$ curl -s get.gvmtool.net | bash
$ gvm install groovy
$ gvm install gradle
- homebrew: http://brew.sh/
- rbenv: https://github.com/sstephenson/rbenv
- rbenv-gem-rehash: https://github.com/sstephenson/rbenv-gem-rehash
- ruby-build: https://github.com/sstephenson/ruby-build
- gvm: http://gvmtool.net/