Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 738 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 738 Bytes

BOOTSTRAP NEW MACHINE

AUTO SETUP

script="https://raw.githubusercontent.com/norville/dotfiles/main/dot_bin/bootstrap.sh"; \
[[ $(type curl &>/dev/null) ]] && \
/bin/bash -c "$(curl -fsSL $script)" || \
/bin/bash -c "$(wget -qO- $script)"

MANUAL SETUP

  1. Copy SSH keys.

  2. Install chezmoi:

    • On Mac:

      type brew &>/dev/null || NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"
      brew install chezmoi
    • On Debian:

      sudo sh -c "$(wget -qO- get.chezmoi.io)" -- -b /usr/local/bin
  3. Setup apps and preferences:

    chezmoi init --apply norville