Skip to content

Instantly share code, notes, and snippets.

View ekzGuille's full-sized avatar
🏠
Working from home

Guillermo Sesé ekzGuille

🏠
Working from home
View GitHub Profile
# 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