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)"
-
Copy SSH keys.
-
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
-
-
Setup apps and preferences:
chezmoi init --apply norville