Skip to content

Latest commit

 

History

History
97 lines (75 loc) · 1.39 KB

README.md

File metadata and controls

97 lines (75 loc) · 1.39 KB

awesome-tools

This is my BONSAI.

Homebrew

https://brew.sh/

TouchIDでsudo

macOS Sonoma 14.xでsudo実行時にTouch IDで認証する機能を有効化する手順 #macOS - Qiita

Desktop Applications

brew install \
  iterm \
  raycast \
  visual-studio-code \
  meetingbar \
  podman-desktop \
  alt-tab \
  rectangle \
  hiddenbar \
  ;

CLI Tools

Required:

brew install \
  coreutils \
  gawk \
  gnu-sed \
  grep \
  ag \
  make \
  htop \
  pidof \
  pyenv \
  nodenv \
  fzf \
  peco \
  ghq \
  kubectl \
  kubectx \
  krew \
  gh \
  gdrive \
  jq \
  yq \
  ynqa/tap/jnv \
  glow \
  bat \
  terminal-notifier \
  ;

Optional:

brew install \
  awscli \
  google-cloud-sdk \
  cloudflared \
  bitwarden-cli \
  ;

Other Tools

Zshrc

Install

brew install \
  zsh-autosuggestions \
  zsh-syntax-highlighting \
  ;

Setup

echo "source $(brew --prefix)/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh" >> ${ZDOTDIR:-$HOME}/.zshrc

Bookmarklet

bookmarklet.md