adds oh-my-tmux

This commit is contained in:
2022-01-19 15:50:35 +01:00
parent ace8771e09
commit 5fc1a8a1ad
4 changed files with 426 additions and 2 deletions

View File

@@ -8,7 +8,8 @@ files=".config/fish \
.config/starship \
.tmux.conf \
.local/share/omf \
.emacs"
.emacs \
.tmux.conf.local"
function this_script_root_dir() {
@@ -32,6 +33,7 @@ function install_home() {
fi
run ln -sf $(this_script_root_dir)/$f $HOME/$f
done
run ln -sf $(this_script_root_dir)/.tmux/.tmux.conf $HOME/.tmux.conf
}
install_home