aboutsummaryrefslogtreecommitdiff
path: root/src/config
Commit message (Collapse)AuthorAgeFilesLines
* wipHEADmasterAaditya Dhruv2025-02-073-16/+48
|
* Update packages and config filesAaditya Dhruv2023-11-279-16/+24
| | | | | | | tmux.conf -> bindings for saving and scrolling zsh/p10k -> new layouts and aliases vimrc -> New plugins for tmux and tab bindings new wallpapers
* Add become_user for config tasksAaditya Dhruv2023-11-281-4/+14
|
* Add setup of vim pluginsAaditya Dhruv2023-11-281-0/+24
|
* Add installation of zsh-pluginsAaditya Dhruv2023-11-281-0/+20
|
* Fix "or" bug in installing wayland/xorg packagesAaditya Dhruv2023-09-101-1/+1
| | | | The conditional was incorrect, removed quotes to make it work
* Add config role to install dotfilesAaditya Dhruv2023-09-104-3/+93
| | | | | The config role will install the actual config files I use in the right directories based on the options in the main config.yaml
* Move files for config roleAaditya Dhruv2023-09-0969-0/+0
| | | | This movement is needed to maintain the role structure
* Add special directory for shell related configsAaditya Dhruv2023-09-094-0/+2022
| | | | This includes powerlevel10k, vimrc, tmux conf, and the zshrc
* Fonts is a subdirectory of configAaditya Dhruv2023-09-095-0/+6
|
* Add wallpapers directory to the config directoryAaditya Dhruv2023-09-0928-0/+0
| | | | Ensures all configs are kept in a singular place
* Move .configs to a new main config directoryAaditya Dhruv2023-09-0932-0/+5961
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