homebrew (macOS Catalina)
brew install wget
brew install tmux
brew install coreutils
brew install gnu-tar
brew install imagemagick
brew install aspell
brew install gnuplot
brew install ripgrep
brew install fd
brew install iterm2 --cask
brew install macfuse --cask
brew install sshfs
brew install emacs --cask
brew install xquartz --cask
brew install visual-studio-code --cask
brew install llvm
brew install --cask skim
brew install --cask mactex-no-gui
brew tap homebrew/cask-fonts
brew install font-ricty-diminished --cask
export PATH=/usr/local/bin:$PATH
Emacsでのaspellの設定
(setq ispell-program-name "/usr/local/bin/aspell")
(setq ispell-list-command "--list")
tmux内からopen(macOS)を使う
brew update
brew install reattach-to-user-namespace
brew upgrade reattach-to-user-namespace
echo "set -g default-command \"reattach-to-user-namespace -l ${SHELL}\"" >> ~/.tmux.conf
Unable to use 'open' command in OSX tmux