https://brew.sh/index_ko
brew install fish
cat /etc/shells
which fish
~ % which fish
/opt/homebrew/bin/fish
sudo -e /etc/shells
Add fish abs path to last line
chsh -s /opt/homebrew/bin/fish
brew tap homebrew/cask-fonts &&
brew install --cask font-Fira-Code-nerd-font
fish_add_path /opt/homebrew/bin
brew install rbenv
brew install pyenv xz
env PYTHON_CONFIGURE_OPTS="--enable-shared" pyenv install 3.10.3
pyenv global 3.10.3
brew install neovim
pip3 install pynvim
$ brew install tig
$ brew install tmux
git clone https://github.com/gpakosz/.tmux.git "$HOME/private/tmux"
cp -rf "~/private/my-configurations/.config/tmux" ~/.config/tmux
ln -s "$HOME/private/tmux/.tmux.conf" "~/.config/tmux/tmux.conf"
$ brew install cmake
mkdir -p ~/.config/nvim
bash < <(curl -s -S -L https://raw.githubusercontent.com/moovweb/gvm/master/binscripts/gvm-installer)
curl -sSL https://golang.org/dl/go1.16.2.darwin-amd64.tar.gz | tar zxv
export GOROOT_BOOTSTRAP="$(pwd)/go"
gvm install go1.22.0
rm -rf go