See https://github.com/andrew-dias/ansible-role-dev-machine
This dotfiles repo is powered by dotbot.
In my setup, these dotfiles are cloned and installed from this Ansible playbook. The manual steps are described below.
- Clone this repository
git clone https://github.com/andrew-dias/dotfiles.git
- Run the install script in the dotfiles directory
install
- Reboot
At this point your terminal should be running ZSH, and the zplug
plugins should be installed automatically the first time it runs. If you have trouble, try running zplug install
at the prompt.
You will still need to choose the Base 16 theme simply by typing something like base16_flat
(my preferred theme right now).
NVIM plugins need to be manually installed by typing :PlugInstall
in the command mode.