https://pqrs.org/osx/karabiner/
$ /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
$ brew install git
$ brew install tig
$ brew install fzf
$ $(brew --prefix)/opt/fzf/install
$ brew install eza
$ brew install bat
$ brew install coreutils
$ brew install gnu-sed
$ brew install zsh
$ # echo "/usr/local/bin/zsh" >> /etc/shells
$ # chsh -s /usr/local/bin/zsh
$ echo "/opt/homebrew/bin/zsh" >> /etc/shells
$ chsh -s /opt/homebrew/bin/zsh
$ bash -c "$(curl --fail --show-error --silent --location https://raw.githubusercontent.com/zdharma-continuum/zinit/HEAD/scripts/install.sh)"
$ zinit self-update
$ curl -sS https://starship.rs/install.sh | sh
$ brew install mise
$ #curl https://mise.run | sh
$ # Node.js >= 16.10
$ corepack enable
$ # Node.js < 16.10
$ npm i -g corepack
$ # Node.js < 14 classic
$ npm install --global yarn
$ brew install jq
$ brew install tree
$ brew install terminal-notifier
$ npm install -g netlify-cli
$ brew install fontconfig
$ brew install font-hackgen
$ brew install font-hackgen-nerd
$ fc-cache -vf
$ brew install font-plemol-jp
$ brew install font-plemol-jp-nf
$ fc-cache -vf
$ brew install mysql
$ mysql.server start
$ mysql.server stop
$ brew install postgresql
$ brew services start postgresql
$ brew install imagemagick
$ brew install pgweb
$ # brew cask install pgweb # old
$ npm install -g git-consistent
$ npm install -g @vue/cli
$ brew install httpie
$ defaults write com.apple.finder AppleShowAllFiles -boolean true
$ defaults write com.apple.finder FXDefaultSearchScope -string "SCcf"
$ rm ~/{Downloads,Documents,Applications,Desktop,Library,Movies,Pictures,Music,Public}/.localized | rm /Applications/.localized
$ killall Finder
$ open ~/.Trash
$ defaults write com.apple.dock orientation -string left
$ killall Dock
$ defaults write com.apple.screencapture name Screenshot
$ defaults write com.apple.screencapture location ~/Downloads
$ killall SystemUIServer
https://www.dropbox.com/install#downloaded
https://code.visualstudio.com/
https://www.sequelpro.com/ https://sequelpro.com/test-builds
https://apps.apple.com/us/app/sequel-ace/id1518036000?ls=1
https://evernote.com/intl/jp/products/skitch
https://giphy.com/apps/giphycapture
https://www.amazon.co.jp/gp/digital/fiona/kcp-landing-page/ref=klp_mn
https://itunes.apple.com/app/table-tool/id1122008420?mt=12
https://docs.docker.com/docker-for-mac/install/#download-docker-for-mac
$ brew install fish
$ echo "/usr/local/bin/fish" >> /etc/shells
$ chsh -s /usr/local/bin/fish
$ curl -Lo ~/.config/fish/functions/fisher.fish --create-dirs git.io/fisherman