adds oh-my-tmux
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user