/dotfiles

TheAltF4Stream dotfiles and environment configurations.

Primary LanguageLuaApache License 2.0Apache-2.0

dotfiles

Neovim configuration for blackglasses at The Alt-F4 Stream on Twitch.

The Alt-F4 Stream

Requirements

  1. Dependencies must be installed before setup.
  1. Current user SSH public key must be added to ~/.ssh/authorized_keys.
  2. SSH service must be started and listening on port 22 (inventory.yaml for more).

Extra Vars

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

Example

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

Usage

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