Sometimes
mise upgradehangs. Don't know why.
From a fresh machine run:
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply lnusIf chezmoi is already installed, run:
chezmoi init --apply lnusdocker run -it --rm ubuntu bash
apt update && apt install curl git sudo
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply lnus
fish # or zshAlternatively:
- Clone the repo
git clone https://github.com/lnus/dotfiles.git- Build and run the container
docker-compose build ubuntu # or fedora/arch
docker-compose run --rm ubuntu # or fedora/arch- Inside the container
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply lnus
fish # or zsh