fix: install chezmoi if necessary
This commit is contained in:
parent
7055986bb2
commit
6c27456424
1 changed files with 2 additions and 0 deletions
2
setup.sh
2
setup.sh
|
@ -4,6 +4,8 @@ export PATH=$PATH:$HOME/.local/bin
|
|||
|
||||
curl -sS https://starship.rs/install.sh | sudo sh -s -- --yes
|
||||
|
||||
which chezmoi 2>&1 > /dev/null || sudo sh -c "$(curl -fsLS get.chezmoi.io)" -- -b /usr/local/bin
|
||||
|
||||
chezmoi init --apply https://code.icb4dc0.de/prskr/dotfiles.git
|
||||
|
||||
if $(which dnf 2>&1 > /dev/null); then
|
||||
|
|
Loading…
Reference in a new issue