My personal dotfiles managed with chezmoi.
- Linux
- macOS
- Windows
curl
orwget
PowerShell
orpwsh
-
Linux/macOS
sh -c "$(curl -fsLS get.chezmoi.io)" -- -b "$HOME/.local/bin" init --apply gametaro # for transitory environments sh -c "$(curl -fsLS get.chezmoi.io)" -- -b "$HOME/.local/bin" init --one-shot gametaro
-
Windows
Set-ExecutionPolicy RemoteSigned -scope CurrentUser (irm -useb https://get.chezmoi.io/ps1) | powershell -c - bin/chezmoi.exe init --apply gametaro
-
Docker
git clone --depth 1 https://github.com/gametaro/dotfiles.git cd dotfiles/ docker run --rm -it $(docker build -q .)
Tested with hyperfine.