Skip to content

Commit

Permalink
change UpdateOS
Browse files Browse the repository at this point in the history
  • Loading branch information
moukoublen committed Apr 21, 2024
1 parent 31b6c1e commit 0468a65
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bin/UpdateOS
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ then
)
fi

# "${DOTFILES_PATH}"/scripts/install-bat
# "${DOTFILES_PATH}"/scripts/install-delta
#"${DOTFILES_PATH}"/scripts/install-dbeaver
"${DOTFILES_PATH}"/scripts/install-docker-buildx
"${DOTFILES_PATH}"/scripts/install-docker-compose
"${DOTFILES_PATH}"/scripts/install-starship
"${DOTFILES_PATH}"/scripts/install-bat
"${DOTFILES_PATH}"/scripts/install-delta
"${DOTFILES_PATH}"/scripts/install-elastic-package
# "${DOTFILES_PATH}"/scripts/install-helm
# "${DOTFILES_PATH}"/scripts/install-k9s
# "${DOTFILES_PATH}"/scripts/install-kind
# "${DOTFILES_PATH}"/scripts/install-minikube
# "${DOTFILES_PATH}"/scripts/install-starship
"${DOTFILES_PATH}"/scripts/install-elastic-package
# "${DOTFILES_PATH}"/scripts/install-dbeaver
4 changes: 4 additions & 0 deletions lib/50-go.bash
Original file line number Diff line number Diff line change
Expand Up @@ -123,3 +123,7 @@ install-go-tools() {(
# Where is the go ENV file?
# Linux you'll get $HOME/. config/go/env
# macOS you'll get $HOME/Library/Application Support/go/env

install-hugo() {
CGO_ENABLED=1 go install -tags extended -trimpath -ldflags '-s -w' github.com/gohugoio/hugo@latest
}

0 comments on commit 0468a65

Please sign in to comment.