Skip to content

Commit

Permalink
perf(install): install go, lazygit via system installer (#265)
Browse files Browse the repository at this point in the history
* perf(install): remove dead code

* perf(install): install go, lazygit with homebrew

* perf(install): install lazygit with scoop
  • Loading branch information
linrongbin16 authored Oct 7, 2023
1 parent 5e90928 commit ea9c357
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
6 changes: 5 additions & 1 deletion deps/brew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,9 @@ install_or_skip "brew install python3" "python3"
# nodejs
install_or_skip "brew install node" "node"

# go
install_or_skip "brew install go" "go"
install_or_skip "brew install lazygit" "lazygit"

# ctags
install_or_skip "brew install universal-ctags" "ctags"
install_or_skip "brew install universal-ctags" "ctags"
1 change: 0 additions & 1 deletion deps/help.txt

This file was deleted.

2 changes: 1 addition & 1 deletion install.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function GoDependency()
# go
InstallOrSkip -command "scoop install go" -target "go"
# commands
InstallOrSkip -command "go install github.com/jesseduffield/lazygit@latest" -target "lazygit"
InstallOrSkip -command "scoop install extras/lazygit" -target "lazygit"
}

function PythonDependency()
Expand Down

0 comments on commit ea9c357

Please sign in to comment.