Commit Graph

39 Commits

Author SHA1 Message Date
0eaea2c997 refactor: Unify fragmented install strategies within installers
Some checks failed
Lint / lint (push) Failing after 33s
Lint / lint (pull_request) Failing after 17s
bat and yazi installers use latest binary releases from github over
package manager for arch and fedora
2026-06-26 20:19:19 +05:30
4eec27570e refactor: Installers use github_get_latest_release helpers
Some checks failed
Lint / lint (push) Failing after 14s
Lint / lint (pull_request) Failing after 13s
2026-06-26 20:11:54 +05:30
f5a266ff70 feat: Implement the github release helper with github.sh 2026-06-26 19:57:47 +05:30
7f3ff45f05 refactor: Use jq instead of custom posix complient json.sh
Some checks failed
Lint / lint (push) Failing after 14s
Lint / lint (pull_request) Failing after 15s
While json.sh worked decently for reading json files, I didn't want to
implement writing to json files as well and make it completely
unreadable due to the added complexity.

So, I think its better to just use jq and keep things relatively simple
with the tradeoff of a lightweight dependency
2026-06-26 18:19:23 +05:30
f158c4e913 feat(installers): Added lazygit installer 2026-06-25 22:21:26 +05:30
b813061e9a feat(installers): Added docker installer 2026-06-25 10:32:06 +05:30
7fe9ac913b refactor: bashrc is always sourced after tool install automatically
- Added source_bashrc funciton in shell_confi.sh
- Removed bashrc source commands from installer scripts
- Updated skill instructions
2026-06-25 09:53:03 +05:30
02d3c9241c feat: Resumable Download Helper and Manifest Preservation
- Route downloads through local cache directory
- Automatically resume interrupted downloads from the byte offset
- `setup_uninstaller_context` checks if a fail had happened. If yes then
  CLI preserves existing manifest instead of wiping it.
- Interruption Signal Traps and Prompts
2026-06-24 23:29:12 +05:30
368dea1bbd refactor: Update installer scripts to make use of rollback hooks and exec tracking 2026-06-24 22:04:30 +05:30
dc73804416 update yay installer to use package dep helpers 2026-06-24 20:38:53 +05:30
0486755771 refactor: use drop-ins for aliases and path management 2026-06-24 19:57:38 +05:30
725e3879d8 registry: New asciicinema installer 2026-06-24 19:06:29 +05:30
234112f304 Updated nvim to use v0.12 2026-06-24 17:14:07 +05:30
6fde048250 refactor: rust install script 2026-06-22 10:02:30 +05:30
57a11e16a3 fix: prevent pipefail in yazi 2026-06-22 09:21:12 +05:30
a56bee0b9c refactor: remove bootstrap spaghetti from installers 2026-06-22 09:11:39 +05:30
b8862b925e refactor: Remove wget fallbacks 2026-06-21 12:54:45 +05:30
004946f4b2 feat: Add uv 2026-06-20 22:15:09 +05:30
4318cd8536 refactor: shift aliases to separate file 2026-06-20 19:28:32 +05:30
e658d6d375 feat: Dynamic package registry 2026-06-20 19:05:20 +05:30
bad324a5cd feat: Added command 2026-06-20 18:40:57 +05:30
a563ab0341 Simplify rustup installer script 2026-06-20 14:14:40 +05:30
5312189ed1 feat: Add rustup installer 2026-06-20 14:10:53 +05:30
6415d1d65f remove zsh support 2026-06-20 13:54:39 +05:30
85dabd42f1 feat: Added starship 2026-06-20 13:46:43 +05:30
e29dfd27b5 feat: Added yay 2026-06-20 11:36:19 +05:30
0d4a1cb3d0 feat: Added pnpm support 2026-06-20 11:02:12 +05:30
c3a53c8882 feat: added batcat3~ 2026-06-20 10:01:57 +05:30
1cae621151 feat: Added distilled agy installer 2026-06-20 09:41:19 +05:30
e669fdec32 feat: Add node version manager 2026-06-20 09:18:11 +05:30
e9fbd08423 major refactor 2026-06-19 23:42:18 +05:30
Aditya Gupta
e28b77dcf0 feat: added zoxide 2026-06-19 22:19:49 +05:30
Aditya Gupta
75eca5e905 docs: Move installer specific doc into the installer itself 2026-06-19 22:04:58 +05:30
Aditya Gupta
d3a78a9373 improved routing 2026-06-19 20:43:29 +05:30
Aditya Gupta
b1338094e9 added metascript 2026-06-19 20:15:09 +05:30
d7170115f3 Update installers/install_nvim.sh 2026-06-19 18:38:36 +05:30
e7f854ef50 removed md 2026-06-19 18:31:31 +05:30
e879c14591 read stdin directly 2026-06-19 18:29:25 +05:30
9d79b91b8f Add installers/install_nvim.sh 2026-06-19 18:21:16 +05:30