Skip to content

Instantly share code, notes, and snippets.

@ekzGuille
Forked from w3cj/os-x-setup-commands.sh
Last active September 1, 2019 07:22
Show Gist options
  • Save ekzGuille/ab6574d10d78b7fd57c5b3831bd60b54 to your computer and use it in GitHub Desktop.
Save ekzGuille/ab6574d10d78b7fd57c5b3831bd60b54 to your computer and use it in GitHub Desktop.
# 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
brew install vcprompt
# update bash_profile: https://github.com/ekzGuille/dotfiles/blob/master/.bash_profile o https://gist.github.com/ekzGuille/67d5a23e324a5c5ce059d9130fe52956
# spectacle es opcional. Sirve para mover y redimensionar las ventanas como en Windows
brew cask install spectacle
# install nvm/node (de esta manera no tendremos que utilizar `sudo` para evitar problemas al instalar mediante npm: https://github.com/nvm-sh/nvm)
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.34.0/install.sh | bash
nvm install stable
mkdir ~/workspace
# opcional, lite-server y eslint
npm install -g lite-server eslint
brew cask install visual-studio-code
# instalar Settings Sync, meter el token y descargar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment