Neovim configuration for blackglasses
at The Alt-F4 Stream on Twitch.
- Dependencies must be installed before setup.
- Manjaro i3 Edition (OS install)
- Ansible
- Current user SSH public key must be added to
~/.ssh/authorized_keys
. - SSH service must be started and listening on port
22
(inventory.yaml for more).
This playbook requires an external values.yaml
file to be included as a runtime argument. An example runtime command is included below in the usage section.
Name | Value |
---|---|
git_user_email | required |
git_user_name | required |
nitrogen_background | required (from roles/nitrogen/files) |
neovim_version | optional |
Below is an example values.yaml
file:
---
git_user_email: foo@bar.com
git_user_name: Foo Bar
nitrogen_background: cats.png
neovim_version: master
Run this repository as an Ansible playbook to setup/update the environment:
ansible-galaxy install -r requirements.yml
ansible-playbook --extra-vars @values.yaml main.yaml