Skip to content

noppaz/dotfiles

Repository files navigation

Noah's Dotfiles

Dotfiles for macOS. Mainly based on Dries Vints. Find more dotfiles inspiration at https://dotfiles.github.io/.

Setting up your Mac

  1. Update macOS to the latest version
  2. Install macOS Command Line Tools by running xcode-select --install
  3. 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
  4. Open 1Password, sign in, and enable the SSH agent: Settings → Developer → Use the SSH agent
  5. Clone this repo: git clone git@github.com:noppaz/dotfiles.git ~/.dotfiles
  6. Run ./install
  7. Restart your computer to finalize the process

About

No description or website provided.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Contributors