Commit Graph

8 Commits

Author SHA1 Message Date
Pratik Tripathy
24b2aacd92 feat(install-script): Install packages using npm
- Use npm to install packages
- Move packages from brew to npm where available
- fix: use `brew info` to search exact package names
- chore: better comments
2025-11-23 00:15:45 +05:30
Pratik Tripathy
27b1f7e9ed fix(install-script): FreeBSD fixes and more
- Alias: FreeBSD: pkg update and autoremove aliases added
- Install: GhostBSD: Use FreeBSD commands to do the installation
- Install: FreeBSD: start dbus
- Install: Fedora: improve dnf install speed by limiting minimum
  download rate & decreasing timeout
- Install: Brew: Don't install brew package if OS has installed the package
- Install: Brew: sccache for Rust
- Install: OS: More packages moved from brew -> OS. Those are available
  across FreeBSD & Fedora
2025-01-06 17:53:36 +05:30
Pratik Tripathy
3f49341ba1 chore: Updates 2024-12-14 21:31:41 +05:30
Pratik Tripathy
259bd30108 fix(brew): Brew installation script fix
- Remove font installation through brew
2024-12-13 19:50:08 +05:30
Pratik Tripathy
4dd4a599f3 fix(install): OS install fixes
- Do NOT start zsh & nvim at end
- Do NOT install flatpaks by default: they are extremely bulky
- Use different OS setup for Debian and Ubuntu
- Configure repos for Ulauncher & dotnet
2024-11-27 09:19:31 +05:30
Pratik Tripathy
90084f4780 chore: kde-neon -> linux, kitty themes + settings, install-script fixes 2024-09-18 00:06:56 +05:30
Pratik Tripathy
cf28453bef feat(install): Use flatpack to install certail GUI apps that require
frequent updates
fix(install): Manual app installs that aren't available elsewhere
2024-09-15 16:19:44 +05:30
Pratik Tripathy
b52a3f1863 feat(install): Make install ditro-agnostic
- Auto detect and use apt, dnf & yum
2024-09-11 15:49:00 +05:30