Collection of Awesome and Practical Configuration Files.
🏠 Homepage
Packages | Packages | Casks |
---|---|---|
Coreutils | Cowsay | Sampler |
Hub | iTerm2 | |
Lolcat | Powerline Fonts | |
Standup | VimPlug |
## Clone this git repo
git clone git@github.com:MatthewLaFalce/.dotfiles.git
## Run the Install Script
. install.sh
# Uses the git standup CLI to generate a txt file of all of the commits
# you have made to a project or batch of projects in the past 7 days
~ gen_weekly_status
# Generates release tags incrementally based on the option passed
### release
~ release -h
usage: release [Mmp] [message]
-d Dry run
-h Display this help page
-M for a major release
-m for a minor release
-p for a patch release
Example: release -p "Some fix"
means create a patch release with the message "Some fix"
# Shows all issues assigned to the specified user for every git sub
# directory in the current working directory
~ git-worklist
bash prompt
vim editor
👤 Matthew LaFalce
- Github: @MatthewLaFalce
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Give a ⭐️ if this project helped you!
Copyright © 2019 Matthew LaFalce.
This project is Apache-2.0 licensed.
This README was generated with ❤️ by readme-md-generator