macOS, iTerm2
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" && \
export PATH="/opt/homebrew/bin:$PATH" >> ~/.zshrcbrew install coreutils- https://gogh-co.github.io/Gogh/
104,Ibm 3270 (High Contrast)
brew tap homebrew/cask-fonts && \
brew install --cask font-fira-codeiTerm2 > Settings... > Profiles > Text > Font > FiraCode
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"- https://github.com/junegunn/fzf
- https://github.com/zsh-users/zsh-autosuggestions
- https://github.com/zsh-users/zsh-syntax-highlighting
brew install fzf && \
git clone git@github.com:zsh-users/zsh-autosuggestions.git .oh-my-zsh/plugins/zsh-autosuggestions && \
git clone git@github.com:zsh-users/zsh-syntax-highlighting.git .oh-my-zsh/plugins/zsh-syntax-highlightingbrew install pipx && pipx install poetrycurl -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)
brew install colimacolima start --cpu 4 --memory 5 --disk 50 --vm-type vzbrew install libpqUpdate the path:
export PATH="/opt/homebrew/opt/libpq/bin:$PATH"