File tree Expand file tree Collapse file tree 4 files changed +3
-1
lines changed
Expand file tree Collapse file tree 4 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 99 XDG_CONFIG_HOME : ${{ github.workspace }}
1010 steps :
1111 - uses : actions/checkout@v3
12+ - run : make setup-ubuntu
1213 macos :
1314 runs-on : macos-latest
1415 env :
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ setup-common:
77 bash ./tmux/setup.sh
88 bash ./zsh/setup.sh
99 bash ./fzf/setup.sh
10+ bash ./scripts/setup-extras.sh
1011
1112setup-macos : export OS=macos
1213setup-macos : brew-pkgs dotfiles setup-common
Original file line number Diff line number Diff line change @@ -17,7 +17,6 @@ rust = "latest"
1717"go:github.com/kisielk/errcheck" = " latest"
1818"go:golang.org/x/tools/cmd/godoc" = " latest"
1919"go:github.com/jackyzha0/hugo-obsidian" = " latest"
20- "go:github.com/endocode/shelldoc/cmd/shelldoc" = " latest"
2120"go:github.com/a-h/templ/cmd/templ" = " latest"
2221"go:github.com/traefik/yaegi/cmd/yaegi" = " latest"
2322"go:honnef.co/go/tools/cmd/staticcheck" = " latest"
Original file line number Diff line number Diff line change 1+ go get -u github.com/endocode/shelldoc/cmd/shelldoc
You can’t perform that action at this time.
0 commit comments