diff options
author | Luca Matei Pintilie <lucafulger@gmail.com> | 2022-09-28 18:43:05 +0000 |
---|---|---|
committer | Luca Matei Pintilie <lucafulger@gmail.com> | 2022-09-28 18:43:05 +0000 |
commit | 132423e5a1f2d883a2d3bc420a3edd7036b4b0dd (patch) | |
tree | 9c5b06a1b15b99ebb962c7f1fe681dd7f7a48294 /bootstrap.sh | |
parent | 2a53d13112422812fe30d54aac360b2d9dd29f22 (diff) | |
download | dotfiles-132423e5a1f2d883a2d3bc420a3edd7036b4b0dd.tar dotfiles-132423e5a1f2d883a2d3bc420a3edd7036b4b0dd.tar.gz dotfiles-132423e5a1f2d883a2d3bc420a3edd7036b4b0dd.tar.bz2 dotfiles-132423e5a1f2d883a2d3bc420a3edd7036b4b0dd.tar.lz dotfiles-132423e5a1f2d883a2d3bc420a3edd7036b4b0dd.tar.xz dotfiles-132423e5a1f2d883a2d3bc420a3edd7036b4b0dd.tar.zst dotfiles-132423e5a1f2d883a2d3bc420a3edd7036b4b0dd.zip |
Cooler deno plugin and terminal shortcut for neovim
Diffstat (limited to 'bootstrap.sh')
-rwxr-xr-x | bootstrap.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index 5a0e117..c6fb031 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -26,7 +26,7 @@ if [[ $REPLY =~ ^[Yy]$ ]]; then fi; -git pull origin main; +git pull; function doIt() { git submodule update --init --recursive |