Update scripts
This commit is contained in:
parent
9d67555f2e
commit
88512f8b37
@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
#!/bin/bash -e
|
||||
git submodule update --init --recursive
|
||||
|
2
link.sh
2
link.sh
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
#!/bin/bash -e
|
||||
if [ ! -d ~/.config/nvim ]; then
|
||||
ln -s $PWD ~/.config/nvim
|
||||
fi
|
||||
|
@ -1,2 +1,2 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash -e
|
||||
git submodule update --remote --merge
|
||||
|
Loading…
Reference in New Issue
Block a user