Commit Graph

165 Commits

Author SHA1 Message Date
Matthew Stobbs
2f3690aded clean up, refactor, documentation
- reducing amount of splitting in configs
- documenting configuration
2025-01-24 23:23:24 -07:00
Matthew Stobbs
a600a20b7d workaround broken home tap package installation 2025-01-24 16:43:28 -07:00
Matthew Stobbs
0dc2252cc4 added cargo, pipx, npm and go installs 2025-01-23 01:06:14 -07:00
Matthew Stobbs
5ed0df776d fix missing loop_control 2025-01-23 00:37:52 -07:00
Matthew Stobbs
648814acdc fix typo
Signed-off-by: Matthew Stobbs <matthew@stobbs.ca>
2025-01-23 00:35:56 -07:00
Matthew Stobbs
00e733cbd5 fix typo
Signed-off-by: Matthew Stobbs <matthew@stobbs.ca>
2025-01-23 00:34:56 -07:00
Matthew Stobbs
0f2d22f3c5 packages are more generic
- if config is needed, it has a file in vars/
- all imported vars for pkgs are namespaced with _<pkgname>
2025-01-23 00:29:58 -07:00
Matthew Stobbs
6fa5a46701 configuring more packages 2025-01-22 22:14:49 -07:00
Matthew Stobbs
852331a692 make adjustments before flattening files 2025-01-22 20:22:47 -07:00
Matthew Stobbs
1ec4bda33f start adding other packages sources
- adding sources for cargo, npm and go source packages
2025-01-21 22:11:15 -07:00
Matthew Stobbs
15d39f39ee fix darwin packages 2025-01-21 21:01:05 -07:00
Matthew Stobbs
e7dda0a092 fix go package, fix carapace package 2025-01-21 17:23:59 -07:00
Matthew Stobbs
78c77cfd96 dynamic package addition 2025-01-21 17:18:35 -07:00
Matthew Stobbs
0ece836f39 adjust pkg list generation
- add a custom pkg definition if it exists
- if it doesn't exist, assume it's a package manager packge name
2025-01-21 16:59:02 -07:00
Matthew Stobbs
c62d4e1977 restructuring for easier maintenance
- creating src packages when things can't be installed via
  actual system package
- neovim srcpkg is being worked on now
2025-01-19 14:10:41 -07:00