Commit Graph

7 Commits

Author SHA1 Message Date
Pratik Tripathy
0758973e20 fix: Fix project quick open scripts
- Existing projects: search 4 directory deep for `.git`
- New projects: ensure project opens in neovim after it completes
  download
2025-08-19 20:34:46 +05:30
Pratik Tripathy
c987f015fd housekeep: removed eza alias to ls 2024-03-27 22:40:16 +05:30
Pratik Tripathy
cc39aa298d op: only display directories that has a git repo in it 2024-03-13 22:20:33 +05:30
Pratik Tripathy
ca49dcafc2 README.MD typo fix
Aliases
- Moved to appropriately named file
- Added aliases for copying git-template and prettier-template
- Fix to git_push_all_changes function

Nvims
- Compacted the function

Project Access
- pnew() updated to clone remore repo or create a new one from scratch depending on options provided
2024-03-06 16:09:39 +05:30
Pratik Tripathy
1723bf8084 Project Access
- Made more POSIX compliant
- pnew: Now accepts a remote git repo
- pnew: Creates git repo on new (not git) projects

Aliases
- Dev aliases moved to this repo instead of dotfiles
- Create aliases when the underlying programs are installed
- Alias to copy my template .gitignore to current directory
2024-03-03 00:22:19 +05:30
Pratik Tripathy
5765e05ec0 - Moved existing functions from dotfiles over to this repo.
- Made pnew() loop till a valid name is given.
- Made bootstrap script to symlink all scripts to ~/.config/shell
2024-02-09 17:12:48 +05:30
Pratik Tripathy
44ccbbfe6e Initial Commit 2024-02-08 23:13:12 +05:30