diff --git a/.chezmoiignore b/.chezmoiignore index 4a40854..65c47e4 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -1,22 +1,22 @@ -/.idea -/README.md -/scripts +.idea +README.md +scripts {{- if not .include_legacy }} -/.local/share/duck-encoder +.local/share/duck-encoder {{- end }} {{- if ne .role "personal" }} -/.authcode -/.config/git/config.d/personal.config -/.config/nushell/lib/secrets/personal.nu -/.ssh +.authcode +.config/git/config.d/personal.config +.config/nushell/lib/secrets/personal.nu +.ssh {{- end }} {{- if eq .role "work" }} -/.config/npm/npmrc +.config/npm/npmrc {{- end }} {{- if ne .role "work" }} -/.config/npm/config -/.config/git/config.d/work.config -/.config/nushell/lib/secrets/work.nu -/.config/nushell/lib/work -/.config/nushell/lib/work/mod.nu +.config/npm/config +.config/git/config.d/work.config +.config/nushell/lib/secrets/work.nu +.config/nushell/lib/work +.config/nushell/lib/work/mod.nu {{- end }} diff --git a/dot_local/bin/executable_install-go-home b/dot_local/bin/executable_install-go-home index d9c0b10..acd4be4 100755 --- a/dot_local/bin/executable_install-go-home +++ b/dot_local/bin/executable_install-go-home @@ -6,7 +6,7 @@ set -euo pipefail source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" APP=go -VERSION=${VERSION:-1.26.2} +VERSION=${VERSION:-1.27.0} DEST="${XDG_DATA_HOME}/apps/releases/${APP}" URL=https://dl.google.com/go/go${VERSION}.$(get_os)-$(get_arch).tar.gz diff --git a/dot_local/bin/executable_install-go-system b/dot_local/bin/executable_install-go-system index 86ad99a..1d4447e 100755 --- a/dot_local/bin/executable_install-go-system +++ b/dot_local/bin/executable_install-go-system @@ -5,7 +5,7 @@ set -euo pipefail # shellcheck disable=SC1090 source "${XDG_DATA_HOME}/buddy-up/includes/utils.sh" -VERSION=${VERSION:-1.26.2} +VERSION=${VERSION:-1.27.0} DEST=/usr/local/apps/golang URL=https://dl.google.com/go/go${VERSION}.$(get_os)-$(get_arch).tar.gz DEST_BIN=$DEST/current/bin