diff --git a/bootstrap.sh b/bootstrap.sh new file mode 100644 index 000000000..4885962bf --- /dev/null +++ b/bootstrap.sh @@ -0,0 +1,5 @@ +#getting submodules +git submodule init +git submodule update +f=$(pwd) +ln -Fs $f"/zshrc" ~/.zshrc