dotfiles

My personal dotfiles

Stars
0
Committers
2

dotfiles

Managed by chezmoi

Installation & Configuration

Linux

# install chezmoi
sudo sh -c 'su -c "cd / && sh -c \"\$(curl -fsLS get.chezmoi.io)\""'

# init as sudo to run setup scripts and apply dotfiles to root
sudo chezmoi init --apply $GITHUB_USERNAME

# init for non-root system user(s) if required
chezmoi init --apply $GITHUB_USERNAME

Mac OS

# install chezmoi
brew install chezmoi

# apply dotfiles to user
chezmoi init --apply $GITHUB_USERNAME


References & Future Tweaks