Aliases, scripts for terminal productivity.
Find a file
2025-08-29 16:18:06 +05:30
.gitignore - Moved existing functions from dotfiles over to this repo. 2024-02-09 17:12:48 +05:30
10x_alias.sh refactor: Remove spurious files & move around aliases 2025-08-29 16:18:06 +05:30
10x_project_access.sh fix: Fix project quick open scripts 2025-08-19 20:34:46 +05:30
bootstrap.sh README.MD typo fix 2024-03-06 16:09:39 +05:30
README.MD README.MD typo fix 2024-03-06 16:09:39 +05:30

Increase (My) Dev Productivity

  • A list of scripts to automate my daily development activities

Note to Self

  • Scripts should be symlinked to $XDG_CONFIG_HOME/shell/ directory
  • ~/.profile should source everything inside $XDG_CONFIG_HOME/shell
  • Keep them as portable as possible:
    1. Across all *nix OS
    2. Across sh, bash, zsh