macOS, iTerm2
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" && \
export PATH="/opt/homebrew/bin:$PATH" >> ~/.zshrc
- https://gogh-co.github.io/Gogh/
104
,Ibm 3270 (High Contrast)
brew tap homebrew/cask-fonts && \
brew install --cask font-fira-code
iTerm2 > Settings... > Profiles > Text > Font > FiraCode
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
https://github.com/junegunn/fzf
brew install fzf
brew install pipx && pipx install poetry
curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b $(go env GOPATH)/bin v1.62.2
golangci-lint --version
(link)