Update template to use mr patches
This commit is contained in:
parent
25cbb9b95e
commit
c5d30352e5
@ -1,5 +1,2 @@
|
|||||||
[$HOME/.config/vcsh/repo.d/mr.git]
|
[$HOME/.config/vcsh/repo.d/mr.git]
|
||||||
checkout = vcsh clone git://github.com/RichiH/vcsh_mr_template.git
|
checkout = vcsh clone git://github.com/RichiH/vcsh_mr_template.git mr
|
||||||
update = vcsh run mr git pull
|
|
||||||
push = vcsh run mr git push
|
|
||||||
status = vcsh run mr git status
|
|
||||||
|
@ -1,5 +1,2 @@
|
|||||||
[$HOME/.config/vcsh/repo.d/zsh.git]
|
[$HOME/.config/vcsh/repo.d/zsh.git]
|
||||||
checkout = vcsh clone git://github.com/RichiH/zshrc.git
|
checkout = vcsh clone git://github.com/RichiH/zshrc.git zsh
|
||||||
update = vcsh run zsh git pull
|
|
||||||
push = vcsh run zsh git push
|
|
||||||
status = vcsh run zsh git status
|
|
||||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +0,0 @@
|
|||||||
*
|
|
@ -1,5 +1,6 @@
|
|||||||
[DEFAULT]
|
[DEFAULT]
|
||||||
git_gc = git gc "$@"
|
git_gc = git gc "$@"
|
||||||
jobs = 5
|
jobs = 5
|
||||||
|
include = cat /usr/share/mr/vcsh
|
||||||
|
|
||||||
include = cat ~/.config/mr/config.d/*
|
include = cat ~/.config/mr/config.d/*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user