This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Quitar la aceleracion del raton del MAC: http://triq.net/mac/mouse-acceleration | |
# Para tener accesible el panel de preferencias se puede acceder desde: Macintosh HD > Biblioteca > PreferencePanes (o desde codigo > cd /Library/PreferencePanes/) | |
xcode-select --install | |
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
brew update | |
brew cask install iterm2 | |
# update iterm2 settings: https://gist.github.com/ekzGuille/c1a07e1f8078a82eb6f16132556bce1c | |
brew install bash # latest version of bash | |
# set brew bash as default shell: https://clubmate.fi/upgrade-to-bash-4-in-mac-os-x/#Configure_terminal_to_use_it | |
brew install git |