Skip to content

norville/dotfiles

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published