Skip to content

pscschn/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

3 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

dotfiles

This is my personal dotfiles repository, built for fast, reproducible setups by using Ansible, and testable via Vagrant.

๐Ÿ’ก My Neovim configuration is maintained separately here: pscschn/nvim-385


VirtualBox Screenshot


๐Ÿ”ง Overview

  • Hyprland as Wayland window manager
  • Neovim with Tmux for terminal-based workflows
  • Ansible-based provisioning
  • Vagrant-based testing

๐ŸŽน Keymaps

Note: see all keymaps in the hyprland.conf

๐Ÿš€ Deployment

Quick Vagrant Setup

To roll out a test VM:

vagrant up

Ansible Local Setup

The inventory is setup so ansible deploys to itself by default.

Run the playbook:

ansible-playbook \
  -e target_user=<target-user> \
  -i ansible/inventory.yml \
  -e ansible_user=<auth-user> \
  ansible/everything.yml

Note: Might need to generate a local SSH key.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published