-
Install Xcode command line tools
xcode-select --install
-
Install Homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
-
Create a new SSH key for Github
# RSA ssh-keygen -t rsa -b 4096 -C <EMAIL_OR_LABEL> pbcopy < ~/.ssh/id_rsa.pub # or ed25519 ssh-keygen -t ed25519 -C <EMAIL_OR_LABEL> pbcopy < ~/.ssh/id_ed25519.pub
-
Clone this repository
git clone [email protected]:mrosales/dotfiles.git ~/.dotfiles
-
Make sure you are logged in to the Mac App Store
-
Install applications with the included Brewfile
cd ~/.dotfiles /usr/local/bin/brew bundle
-
Run the install scripts
bash ./scripts/install
-
Run the bootstrap scripts to symlink files into place
bash ./scripts/bootstrap.sh
-
Set your brew-installed zsh as your login shell
echo $(brew --prefix)/bin/zsh | sudo tee -a /etc/shells echo $(brew --prefix)/bin/bash | sudo tee -a /etc/shells chsh -s $(brew --prefix)/bin/zsh
-
Open up a new shell and hopefully it works!
-
Finish up any manual installation. AFAIK this includes:
- 1Password
- Slack Theme
- AWS credentials
- OpenVPN credentials
- Licenses for:
- Alfred
- Dash
- Goland
- Postico
- Bartender
- Restore VSCode settings (install "Settings Sync" and login with Github)
- Goland Theme
- iTerm Profile & icon
- Create a
~/.localrc
file for local secrets
-
Notifications
You must be signed in to change notification settings - Fork 0
mrosales/dotfiles
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published