diff options
author | Jonas Gunz <himself@jonasgunz.de> | 2019-05-02 18:14:23 +0200 |
---|---|---|
committer | Jonas Gunz <himself@jonasgunz.de> | 2019-05-02 18:14:23 +0200 |
commit | acb699b82a3a206389452ba0101eecb135af678f (patch) | |
tree | 4cea82eb9db310ec8648b9eed17056aa7c9e3b6b | |
parent | 91091da85562be6fe7d0e973fcd23fb69accea3c (diff) | |
download | dotfiles-acb699b82a3a206389452ba0101eecb135af678f.tar.gz |
Added submodule init to install.sh
-rwxr-xr-x | install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ #!/bin/bash +git submodule init +git submodule update + mv ~/.config/i3/ ~/.config/i3.old mv ~/.vim ~/.vim.old mv ~/.xinitrc ~/.xinitrc.old |