7 lines
113 B
Bash
7 lines
113 B
Bash
![]() |
#! /usr/bin/env bash
|
||
|
|
||
|
set -ex
|
||
|
|
||
|
rm -fR ~/.config/chezmoi ~/.local/share/chezmoi/.chezmoiroot
|
||
|
chezmoi init --apply
|