1
Fork 0

switched from bespoke script to git-sub

This commit is contained in:
Andy Killorin 2023-09-27 20:34:45 -05:00
parent e76c5133ff
commit 76cf3d9351
Signed by: ank
GPG key ID: B6241CA3B552BCA4
2 changed files with 1 additions and 5 deletions

1
.config/.subtree-nvim Normal file
View file

@ -0,0 +1 @@
https://github.com/Speedy6451/init.vim.git master

View file

@ -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