Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor bugfixes in mail and vimrcgnome-refactor | Aaditya Dhruv | 2025-08-06 | 3 | -3/+5 |
| | | | | | | - Fix vimrc install path - Update mutt_generate_attachment_commands script and mailcap file for pdf | ||||
* | Update neomutt config with better file browser and fixed aliases | Aaditya Dhruv | 2025-07-19 | 3 | -1/+17 |
| | |||||
* | Update wallpapers | Aaditya Dhruv | 2025-07-05 | 3 | -0/+0 |
| | |||||
* | Maintain directory in tmux splits | Aaditya Dhruv | 2025-06-30 | 1 | -0/+2 |
| | |||||
* | Add starship shell config | Aaditya Dhruv | 2025-06-30 | 3 | -1/+41 |
| | |||||
* | Update tmux config to auto-renumber windows | Aaditya Dhruv | 2025-06-30 | 1 | -0/+1 |
| | |||||
* | Update note() function with templating | Aaditya Dhruv | 2025-06-30 | 1 | -0/+9 |
| | |||||
* | Add git related aliases | Aaditya Dhruv | 2025-06-30 | 1 | -1/+9 |
| | |||||
* | Update packages and package_groups structure | Aaditya Dhruv | 2025-06-30 | 6 | -16/+35 |
| | |||||
* | Update documentation, small fixes to variable namespacing | Aaditya Dhruv | 2025-06-14 | 9 | -70/+55 |
| | |||||
* | Update system, packages and playbooks, add vault | Aaditya Dhruv | 2025-06-14 | 6 | -22/+61 |
| | |||||
* | Update neovim, neomutt, and shell configurations | Aaditya Dhruv | 2025-06-14 | 10 | -61/+203 |
| | |||||
* | Update alacritty.toml | Aaditya Dhruv | 2025-06-13 | 1 | -1/+1 |
| | |||||
* | Update wallpapers | Aaditya Dhruv | 2025-06-12 | 29 | -0/+0 |
| | |||||
* | Update shell configuration | Aaditya Dhruv | 2025-06-12 | 8 | -2038/+75 |
| | |||||
* | Update neovim configuration | Aaditya Dhruv | 2025-06-12 | 2 | -0/+40 |
| | |||||
* | Add tmux configuration | Aaditya Dhruv | 2025-06-12 | 1 | -0/+10 |
| | |||||
* | Cleanup configs | Aaditya Dhruv | 2025-06-06 | 43 | -6065/+42 |
| | |||||
* | Update required packages and groups | Aaditya Dhruv | 2025-06-05 | 4 | -1894/+139 |
| | |||||
* | wip | Aaditya Dhruv | 2025-06-05 | 5 | -22/+1537 |
| | |||||
* | Update packages and config filesHEADmaster | Aaditya Dhruv | 2023-11-27 | 9 | -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 tasks | Aaditya Dhruv | 2023-11-28 | 1 | -4/+14 |
| | |||||
* | Add setup of vim plugins | Aaditya Dhruv | 2023-11-28 | 1 | -0/+24 |
| | |||||
* | Add installation of zsh-plugins | Aaditya Dhruv | 2023-11-28 | 1 | -0/+20 |
| | |||||
* | Update README and include CONFIGURATION.md | Aaditya Dhruv | 2023-09-10 | 2 | -24/+66 |
| | | | | | CONFIGURATION.md describes how to configure the playbook and what each variable does | ||||
* | Update install.yaml and config.yaml with system role config | Aaditya Dhruv | 2023-09-10 | 2 | -1/+8 |
| | | | | | New flags are added in config.yaml to manage the system level configuration | ||||
* | Add system roles | Aaditya Dhruv | 2023-09-10 | 6 | -0/+93 |
| | | | | | System roles handle system level configuration like systemd services, wireguard etc. | ||||
* | Fix "or" bug in installing wayland/xorg packages | Aaditya Dhruv | 2023-09-10 | 1 | -1/+1 |
| | | | | The conditional was incorrect, removed quotes to make it work | ||||
* | Add role inclusion for config | Aaditya Dhruv | 2023-09-10 | 1 | -0/+3 |
| | | | | The config role is now called in the main playbook | ||||
* | Add config role to install dotfiles | Aaditya Dhruv | 2023-09-10 | 4 | -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 | ||||
* | Update config.yaml with new variables for dotfiles setup | Aaditya Dhruv | 2023-09-10 | 1 | -1/+5 |
| | | | | | | | | Username is needed for the directory in which the dotfiles will be installed. The various install_* options install the "groups" of packages for the selected option. Theoretically all can be set to false and the packages can be manually overridden by defining a yaml in config.yaml as config_wayland: .... | ||||
* | Move files for config role | Aaditya Dhruv | 2023-09-09 | 69 | -0/+0 |
| | | | | This movement is needed to maintain the role structure | ||||
* | Add rust installation support for development group | Aaditya Dhruv | 2023-09-09 | 1 | -0/+3 |
| | |||||
* | Add central installation playbook and config | Aaditya Dhruv | 2023-09-09 | 2 | -0/+20 |
| | | | | | | This is the main yaml file which will call the other roles in the repo. It reads the variables from the config written in config.yaml and accordingly sets up the target system | ||||
* | Update packages roles with defined structure | Aaditya Dhruv | 2023-09-09 | 2 | -79/+107 |
| | | | | | 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 | ||||
* | Move files into roles organization | Aaditya Dhruv | 2023-09-09 | 3 | -0/+0 |
| | |||||
* | Add special directory for shell related configs | Aaditya Dhruv | 2023-09-09 | 4 | -0/+55 |
| | | | | This includes powerlevel10k, vimrc, tmux conf, and the zshrc | ||||
* | Add packages directory for package management | Aaditya Dhruv | 2023-09-09 | 4 | -0/+389 |
| | | | | | | 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 | ||||
* | Removed xorg directory to favor organization in playbooks instead | Aaditya Dhruv | 2023-09-09 | 6 | -133/+0 |
| | | | | | Instead of splitting data by directories in the repo, playbooks will be used to handle whether to install for xorg, wayland etc. | ||||
* | Removed script to install tools/packages | Aaditya Dhruv | 2023-09-09 | 1 | -3/+0 |
| | | | | | | | 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 | ||||
* | Fonts is a subdirectory of config | Aaditya Dhruv | 2023-09-09 | 5 | -0/+0 |
| | |||||
* | Add wallpapers directory to the config directory | Aaditya Dhruv | 2023-09-09 | 28 | -0/+0 |
| | | | | Ensures all configs are kept in a singular place | ||||
* | Move .configs to a new main config directory | Aaditya Dhruv | 2023-09-09 | 32 | -0/+0 |
| | | | | | | | 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 | ||||
* | Remove auto-setup script in favor of ansible playbook | Aaditya Dhruv | 2023-09-09 | 1 | -4/+0 |
| | |||||
* | Rename README resources dir to res | Aaditya Dhruv | 2023-09-09 | 3 | -0/+0 |
| | |||||
* | moving files around, clearing scripts | Aaditya Dhruv | 2023-08-27 | 12 | -19/+69 |
| | |||||
* | restructuring dotfiles to streamline ansible | Aaditya Dhruv | 2023-08-27 | 77 | -29/+0 |
| | |||||
* | hyprland config update | Aaditya Dhruv | 2023-05-09 | 1 | -5/+17 |
| | |||||
* | current setup screenshot | Aaditya Dhruv | 2023-03-24 | 2 | -0/+4 |
| | |||||
* | waybar config (needs to be built from source) | Aaditya Dhruv | 2023-03-24 | 2 | -0/+207 |
| |