15 Commits
Author SHA1 Message Date
rootiest 00b23548c3 chore(gitignore): add directories to gitignore 2025-08-23 11:51:28 -04:00
rootiest 7659170599 update gitignore
add test.lua
2025-02-08 21:31:45 -05:00
rootiest 112ac962c1 add qalc scratch buffer to gitignore 2024-12-28 18:49:54 -05:00
rootiest 9ca8c4da09 chore: update gitignore to remove formatting inconsistencies 2024-11-24 03:20:06 -05:00
rootiest b8cc95dfc8 chore: update .gitignore to include extras directory 2024-11-05 06:03:49 -05:00
rootiest 273580f533 ♻️ refactor(full-scope)!: major revision refactoring
Code layout has been changed and improoved. Annotations are added for documentation. Automated through utility functions and data tables

BREAKING CHANGE: Tested from clean. Now properly uses LuaRocks to install dependencies.
2024-09-04 16:07:12 -04:00
rootiest 5ee5086288 chore: ignore profile.json and rocks.toml in .gitignore 2024-08-29 15:05:54 -04:00
rootiest 05670570f1 🧙 Implement Rootiest Module
- Major Update!!!
- Implements a rootiest module
  - Consolidates much of the settings
  - Improves usability and efficiency
- Faster Loading
- Cleaner Structure
- More keymaps and plugins now have conditional loading
2024-07-24 13:45:52 -04:00
rootiest 6e3fb50642 Ignore user settings files
- Don't sync user-settings, they will be generated on-the-fly
2024-07-22 08:17:55 -04:00
rootiest 64f3d5f152 Clear User Config files
- Delete local copies, allow automatic generation
2024-07-22 08:14:48 -04:00
rootiest c035d57d5a Ignore user settings
- These files don't need to be synced, they will be created if missing
2024-07-22 08:11:53 -04:00
rootiest bf1be126fa 🎨 Automatic Colorscheme
- Store/restore the colorscheme when changed
- Falls back on $KITTY_THEME and then the default catppuccin-frappe
2024-07-14 00:38:52 -04:00
rootiest e93a334c70 refactor: 🚚 Prefer Lazy Configs
Make better use of Lazy and define configs inside the plugin def
2024-07-06 06:23:28 -04:00
rootiest 59af690b22 style(nvim): 🎨 Freshen Up
Removed lazyvim.json. Clones will be treated as new configs
2024-07-06 05:01:32 -04:00
rootiest 6cc857d8f7 first commit 2024-07-06 04:29:41 -04:00