- Install Apple's Command Line Tools, which are prerequisites for Git and Homebrew.
xcode-select --install
- Clone repo into new hidden directory.
# Use SSH (if set up)...
git clone [email protected]:pesc101/.dotfiles.git ~/.dotfiles
# ...or use HTTPS and switch remotes later.
git clone https://github.com/pesc101/.dotfiles.git ~/.dotfiles
- Create symlinks in the Home directory to the real files in the repo.
ln -s ~/.dotfiles/.zshrc ~/.zshrc
# ln -s ~/.dotfiles/.gitconfig ~/.gitconfig
ln -s ~/.dotfiles/.gitignore ~/.gitignore
- Install Homebrew, followed by the software listed in the Brewfile.
# Install Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
# Install Homebrew Bundle
brew bundle --file ~/.dotfiles/Brewfile
- AltTab
- Alfred
- Rectangle
- ITerm 2
- Super Agent
- Vimari
- Docker
- VSCode
- PyCharm
- RStudio
- Postman
- Obsidian