Updates tmux

This commit is contained in:
2022-01-19 16:54:39 +01:00
parent 0d14174976
commit 6dd4b11522
2 changed files with 9 additions and 3 deletions

View File

@@ -35,4 +35,10 @@ function install_home() {
run ln -sf $(this_script_root_dir)/.tmux/.tmux.conf $HOME/.tmux.conf
}
pushd $(this_script_root_dir)
git pull
git submodule init
git submodule update
popd
install_home