6 lines
113 B
Bash
Executable file
6 lines
113 B
Bash
Executable file
#! /usr/bin/env bash
|
|
|
|
set -ex
|
|
|
|
rm -fR ~/.config/chezmoi ~/.local/share/chezmoi/.chezmoiroot
|
|
chezmoi init --apply
|