switched from bespoke script to git-sub
This commit is contained in:
parent
e76c5133ff
commit
76cf3d9351
2 changed files with 1 additions and 5 deletions
1
.config/.subtree-nvim
Normal file
1
.config/.subtree-nvim
Normal file
|
@ -0,0 +1 @@
|
||||||
|
https://github.com/Speedy6451/init.vim.git master
|
|
@ -1,5 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
prefix="--prefix .config/nvim https://github.com/Speedy6451/init.vim.git master"
|
|
||||||
twoplus=`echo $@ | tr ' ' '\n' | tail -n +2 - | tr '\n' ' '`
|
|
||||||
git subtree $1 $prefix $twoplus
|
|
Loading…
Reference in a new issue