- neovim
# arch distros
pacman -S neovim
# osx
brew install neovim
- zsh
# oh-my-zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
# plugin zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
# plugin zsh-z
- tmux
# arch distros
pacman -S tmux
# osx
brew install tmux
- starship
# arch distros
pacman -S starship
# osx
brew install starship
- fzf
- bat
- exa