Install these programs manually ZSH
- zsh:
brew install zsh
https://github.com/ohmyzsh/ohmyzsh/wiki/Installing-ZSH - oh-my-zsh:
sh -c "$(curl -fsSL https://raw.github.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
https://ohmyz.sh/#install NVIM - nvim:
brew install nvim
https://neovim.io/ - vim-plug:
sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim'
https://github.com/junegunn/vim-plug - fuzzy:
To install, git clone this into your machine, then run
$ ./osx [install|uninstall]
Install will use stow to do smart symlink for each of the specified directory to the correct places.
Only tested on macOS.