Use stow for managing dotfiles
This commit is contained in:
parent
7b29ee2104
commit
7fed1cf922
83 changed files with 61 additions and 40 deletions
7
bin/bin/git-cm
Executable file
7
bin/bin/git-cm
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
if [[ $# > 0 ]]; then
|
||||
git commit -m "$@"
|
||||
else
|
||||
git commit -v
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue