31 lines
694 B
Markdown
31 lines
694 B
Markdown
>[!NOTE]
|
|
> - My preferred method of installation is [Homebrew](https://brew.sh/), but it doesn't restrict the possibility of installing using other methods.
|
|
|
|
### Requirements
|
|
|
|
```bash
|
|
# https://github.com/junegunn/fzf
|
|
brew install fzf
|
|
|
|
# https://github.com/golang/go
|
|
brew install go
|
|
|
|
# https://github.com/jesseduffield/lazygit
|
|
brew install lazygit
|
|
|
|
# https://github.com/getsops/sops
|
|
brew install sops
|
|
|
|
# https://tree-sitter.github.io/
|
|
brew install tree-sitter-cli
|
|
|
|
# https://github.com/ryanoasis/nerd-fonts
|
|
brew install --cask font-jetbrains-mono-nerd-font
|
|
|
|
# https://rust-lang.org/ for cargo package manager
|
|
brew install rust
|
|
|
|
# https://github.com/anomalyco/opencode
|
|
brew install opencode
|
|
```
|