ZSH and Neovim installation and configuration.
Please make sure you read the install script before you run it!
Currnetly only works on apt
based distros
- First clone the repo.
cd dotfiles
chmod +x install.sh
./install.sh
- Follow the instructions on screen
- Afer logging out and back in zplug will install all puggins
- Launch Neovim;
nvim
- In Neovim
:PlugInstall
- In Neovim
After everything is setup if you want to use inside a Python vitural environment you will need to install some packages.
Here is my suggestion:
python3 -m venv venv
source venv/bin/activate
pip install -U pip setuptools neovim black jedi flake8 mypy