Commit Graph

7 Commits

Author SHA1 Message Date
Pratik Tripathy
2e8f827135 refactor(templates): Better template file organization
- .prettierignore & .dockerignore: generate from the repository's
  .gitignore file
- .dockerignore: Ignore .git, *.md, Dockerfile by default
- Remove unnecessary exports for each template
- .gitignore: Better comments and organization
2025-10-28 21:36:59 +05:30
Pratik Tripathy
9537987165 feat(shell): Add aliases from dev_prod project, remove aliases required
for servers
2025-10-13 19:56:06 +05:30
Pratik Tripathy
1a1f25be32 chore: Annoyance fixes across all
- bashrc: source `.profile` and not `profile`
- kitty: Remove background-blur, it was making terminal slow
- kitty: ssh: Rename the terminal to `xterm-256color` cause most cloud linux
  don't have kitty terminal info by default
- nvim: `get_active_clients` marked for removal by nvim, replaced
- nvim: completion: don't auto complete on command mode
- nvim: Use `flash.nvim` for jumping instead of `vim-easymotion`
- vim: Open file tree `<leader>e` -> `<leader><tab>`
- profile: KVM: Use the system access by default
2025-09-09 17:02:05 +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
d2c521cca4 fix(install): pkcon available on dnf as well: hack to fix "up"
- Add more steps to post-install
2024-09-18 19:42:56 +05:30
Pratik Tripathy
301ec67b24 feat(linux-alias): Make all alias disto-portable 2024-09-18 15:10:58 +05:30
Pratik Tripathy
90084f4780 chore: kde-neon -> linux, kitty themes + settings, install-script fixes 2024-09-18 00:06:56 +05:30