| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
| |
tmux.conf -> bindings for saving and scrolling
zsh/p10k -> new layouts and aliases
vimrc -> New plugins for tmux and tab bindings
new wallpapers
|
| |
|
| |
|
| |
|
|
|
|
|
| |
System roles handle system level configuration like systemd services,
wireguard etc.
|
|
|
|
| |
The conditional was incorrect, removed quotes to make it work
|
|
|
|
|
| |
The config role will install the actual config files I use in the right
directories based on the options in the main config.yaml
|
|
|
|
| |
This movement is needed to maintain the role structure
|
| |
|
|
|
|
|
| |
The packages roles now has a tasks list for DNF packages and flatpaks.
It will read from the variables yaml file to install the needed packages
|
| |
|
|
|
|
| |
This includes powerlevel10k, vimrc, tmux conf, and the zshrc
|
|
|
|
|
|
| |
The install playbook here will manage installing packages as per the
groups in packages.yaml. It also needs to handle non-dnf packages such
as rust, pip etc. which will be done later
|
|
|
|
|
| |
Instead of splitting data by directories in the repo, playbooks will be
used to handle whether to install for xorg, wayland etc.
|
|
|
|
|
|
|
| |
This was a crappy script that ran a package manager command in one line
and made it hard to edit and classify what packages are being installed.
This is being replaced with a organized YAML file as a source for
packages and a playbook to install them
|
| |
|
|
|
|
| |
Ensures all configs are kept in a singular place
|
|
|
|
|
|
|
| |
Moving cofig away from a hidden directory makes it easier to work with.
The config directory now no longer represents ~/.config either, it will
contain all the configs for user applications, ever for configs which
are not in ~/.config on the host system
|
| |
|
| |
|
|
|