export GITHUB_USERNAME=jason9075
cd ~
sh -c "$(curl -fsLS get.chezmoi.io/lb)" -- init --apply $GITHUB_USERNAME
Dev setup
sh -c "$(curl -fsLS get.chezmoi.io/lb)"
.local/bin/chezmoi init https://github.com/jason9075/dotfiles.git --branch dev
.local/bin/chezmoi apply
Apply your workspace setting to Chezmoi space
chezmoi re-add
Apply Chezmoi space to your workspace
chezmoi apply
Pull latest Chezmoi from repo and apply to workspace
chezmoi update
If you want to change default bash to zsh, use:
chsh -s $(which zsh)
If you need to set user password, use:
sudo passwd <username>
https://github.com/logandonley/dotfiles/tree/main