- 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
This commit is contained in:
16
README.MD
Normal file
16
README.MD
Normal file
@@ -0,0 +1,16 @@
|
||||
|
||||
# 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 *nic OS
|
||||
2. Across sh, bash, zsh
|
||||
|
||||
## Todo
|
||||
|
||||
- [ ] Make a bootstrap file that symlinks new files to $XDG_CONFIG_HOME/shell/
|
||||
Reference in New Issue
Block a user