Skip to content

Instantly share code, notes, and snippets.

@sirlucast
Created November 11, 2018 22:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sirlucast/1f1793890ed795a4b4937167642dbea0 to your computer and use it in GitHub Desktop.
Save sirlucast/1f1793890ed795a4b4937167642dbea0 to your computer and use it in GitHub Desktop.

-- Note to self

... After install macOS ...

-- Utilities

NightOwl: Cambiar modos Light/Dark automático url: https://nightowl.kramser.xyz

--

XCode: terminal: $ xcode-select --install

HomeBrew: url: https://brew.sh/index_es

iterm2: url: https://iterm2.com brew: $ brew cask install iterm2

zshell: url: brew: $ brew install zsh

zsh Syntax Highlighting: url: https://github.com/zsh-users/zsh-syntax-highlighting how_to_install: https://github.com/zsh-users/zsh-syntax-highlighting/blob/master/INSTALL.md

Prompt.zsh pulento: url: https://github.com/rcisterna/.dotfiles/blob/master/zsh/prompt.zsh

-- Virtual Machines

VirtualBox: url: https://www.virtualbox.org Brew: $ brew cask install virtualbox

Vagrant: url: https://www.vagrantup.com Brew: $ brew cask install vagrant

Vagrant Manage: url: http://vagrantmanager.com Brew: $ brew cask install vagrant-manager

-- Desarrollo (?)

nvm: Brew: $ brew install nvm Agregar global: terminal : mkdir -p ~/.nvm echo $'export NVM_DIR="$HOME/.nvm"\n. "/usr/local/opt/nvm/nvm.sh"' >> ~/.zshrc (reiniciar terminal o:) terminal: source ~/.zshrc

Ultima Version de Node.js LTS: terminal: $ nvm install --lts npm Check for updates: url: https://www.npmjs.com/package/npm-check-updates terminal: $ npm install -g npm-check-updates

-- Extras:

Mostrar archivos ocultos: $ defaults write com.apple.finder AppleShowAllFiles YES
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment