Dotfiles for macOS. Mainly based on Dries Vints. Find more dotfiles inspiration at https://dotfiles.github.io/.
- Update macOS to the latest version
- Install macOS Command Line Tools by running
xcode-select --install - Install Homebrew + 1Password and configure the SSH agent:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" && \ eval "$(/opt/homebrew/bin/brew shellenv)" && \ brew install --cask 1password && \ mkdir -p ~/.ssh && \ cat >> ~/.ssh/config << 'EOF' Host * IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock" EOF
- Open 1Password, sign in, and enable the SSH agent: Settings → Developer → Use the SSH agent
- Clone this repo:
git clone git@github.com:noppaz/dotfiles.git ~/.dotfiles - Run
./install - Restart your computer to finalize the process