diff --git a/.chezmoiscripts/run_install_starship.sh.tmpl b/.chezmoiscripts/run_install_starship.sh.tmpl index 7f69b2a..a9d8586 100644 --- a/.chezmoiscripts/run_install_starship.sh.tmpl +++ b/.chezmoiscripts/run_install_starship.sh.tmpl @@ -1,5 +1,5 @@ -{{ if (lookPath "starship" | not)}} +{{ if (lookPath "starship" | not) }} #!/bin/bash mkdir -p $HOME/.local/bin && curl -sS https://starship.rs/install.sh | sh -s -- --yes --bin-dir $HOME/.local/bin -{{ end}} \ No newline at end of file +{{ end }} \ No newline at end of file diff --git a/setup.sh b/setup.sh index 611a9b7..bd7aa9d 100755 --- a/setup.sh +++ b/setup.sh @@ -2,11 +2,14 @@ export PATH=$PATH:$HOME/.local/bin +curl -sS https://starship.rs/install.sh | sudo sh -s -- --yes + chezmoi init --apply https://code.icb4dc0.de/prskr/dotfiles.git if $(which dnf 2>&1 > /dev/null); then sudo dnf config-manager --add-repo https://rpm.releases.hashicorp.com/fedora/hashicorp.repo sudo dnf install -y \ + lsd \ zoxide \ terraform \ helm \