Number of watchers on Github | 1593 |
Number of open issues | 2 |
Main language | Perl |
Average time to merge a PR | 10 days |
Open pull requests | 7+ |
Closed pull requests | 3+ |
Last commit | 11 months ago |
Repo Created | over 3 years ago |
Repo Last Updated | 11 months ago |
Size | 18.7 MB |
Organization / Author | jessfraz |
Contributors | 2 |
Page Updated | 2018-03-12 |
Do you use dotfiles? Leave a review! | |
View open issues (2) | |
View dotfiles activity | |
View on github | |
Fresh, new opensource launches πππ | |
Trendy new open source projects in your inbox!
View examples
|
To install:
$ make
This will create symlinks from this repo to your home folder.
To customize:
Save env vars, etc in a .extra
file, that looks something like
this:
###
### Git credentials
###
GIT_AUTHOR_NAME="Your Name"
GIT_COMMITTER_NAME="$GIT_AUTHOR_NAME"
git config --global user.name "$GIT_AUTHOR_NAME"
GIT_AUTHOR_EMAIL="email@you.com"
GIT_COMMITTER_EMAIL="$GIT_AUTHOR_EMAIL"
git config --global user.email "$GIT_AUTHOR_EMAIL"
GH_USER="nickname"
git config --global github.user "$GH_USER"
###
### Gmail credentials for mutt
###
export GMAIL=email@you.com
export GMAIL_NAME="Your Name"
export GMAIL_FROM=from-email@you.com
.vim
For my .vimrc
and .vim
dotfiles see
github.com/jessfraz/.vim.
The tests use shellcheck. You don't need to install anything. They run in a container.
$ make test