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
13 lines
343 B
Markdown
13 lines
343 B
Markdown
# 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
|
|
|