This repository is a series of playbooks to put my mac machines in shape and ready to work
- Install
xcode
- Install
xcode-select
xcode-select --install
- Sign
xcodebuild
sudo xcodebuild -license
- Install
brew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
It's necessary to configure some escape sequence.
- Go to Preferences > Profile > Keys
- Set the left ⌥ key to act as an escape character or Esc+
- On Key Mappings in the same screen, it's needed to redefine some shortcuts
- Find the current shortcut for ⌥ + ← or create a new one with the following settings:
- Action: Send Escape Sequence
- Esc+ b
- Find the current shortcut for ⌥ + → or create a new one with the following settings:
- Action: Send Escape Sequence
- Esc+ f
- Find the current shortcut for ⌥ + ← or create a new one with the following settings:
[TODO]
- Automatically install vim plugins
- Automatically install nvim plugins
- Configure tmux
[DONE]
- Add spaceship theme on zsh configuration
- Install node development basic packages:
- nodemon
- eslint