macOS (homebrew) ``` $ brew install \ alacritty \ bash \ bat \ cmake \ curl \ fd \ gcc \ git \ jq \ neovim \ pandoc \ python \ ripgrep \ ruby \ tmux \ tokei \ tree \ vim \ zsh \ ; $ brew install --cask \ alacritty \ emacs \ keepassxc \ ; # Latest version: https://github.com/adobe-fonts/source-han-code-jp/releases/latest $ curl -fLo ~/Library/Fonts/SourceHanCodeJP.ttc --create-dirs https://github.com/adobe-fonts/source-han-code-jp/releases/download/2.012R/SourceHanCodeJP.ttc $ sudo atsutil databases -remove # Restart your machine. ``` Ubuntu (apt) ``` $ sudo apt install \ alacritty \ bash \ bat \ cmake \ curl \ emacs \ fd-find \ gcc \ git \ jq \ keepassxc \ neovim \ pandoc \ python \ ripgrep \ ruby \ tmux \ vim \ zsh \ ; $ which batcat >/dev/null 2>&1 && sudo ln -s "$(which batcat)" "$(dirname "$(which batcat)")/bat" $ which fdfind >/dev/null 2>&1 && sudo ln -s "$(which fdfind)" "$(dirname "$(which fdfind)")/fd" ```