Skip to content

Commit

Permalink
Merge branch 'add-development-brewfile' into 'main'
Browse files Browse the repository at this point in the history
feat: add development Brewfile

See merge request flattrack/flattrack!400
  • Loading branch information
BobyMCbobs committed Aug 27, 2024
2 parents 0bfde39 + 0f8e82a commit 806f3e5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
8 changes: 1 addition & 7 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,11 @@ Requirements:
## Install dependencies with Brew

```sh
brew install go nodejs npm
brew bundle install --file ./hack/Brewfile
```

## Launch a workspace with Zellij

install with Brew

```sh
brew install zellij
```

launch the workspace

```sh
Expand Down
10 changes: 10 additions & 0 deletions hack/Brewfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
brew "curl"
brew "go"
brew "golangci-lint"
brew "gopls"
brew "jq"
brew "ko"
brew "node"
brew "shellcheck"
brew "shfmt"
brew "zellij"

0 comments on commit 806f3e5

Please sign in to comment.