MatthewLaFalce / .dotfiles

:zap: My Personal Configuration Files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to .dotfiles 👋

Documentation

Collection of Awesome and Practical Configuration Files.

Prerequisites

Packages Packages Casks
Coreutils Cowsay Sampler
Hub iTerm2
Lolcat Powerline Fonts
Standup VimPlug

Install

## Clone this git repo
git clone git@github.com:MatthewLaFalce/.dotfiles.git

## Run the Install Script
. install.sh

Cool Features

# 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

Screenshots

bash prompt

alt text

vim editor

alt text

Helpful Links

Author

👤 Matthew LaFalce

🤝 Contributing

Contributions, issues and feature requests are welcome!
Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!

📝 License

Copyright © 2019 Matthew LaFalce.
This project is Apache-2.0 licensed.


This README was generated with ❤️ by readme-md-generator

About

:zap: My Personal Configuration Files

License:Apache License 2.0


Languages

Language:Shell 55.1%Language:Python 34.7%Language:Ruby 5.5%Language:Vim Script 3.8%Language:Awk 1.0%