diff --git a/tmuxinator/default.yml b/tmuxinator/default.yml index 18fdbab..5c9abea 100644 --- a/tmuxinator/default.yml +++ b/tmuxinator/default.yml @@ -1,6 +1,5 @@ name: Standard -root: ~/.dotfiles/ +root: ~/ windows: - Vim: vim - - Dotfiles: clear - Terminal: cd ~/Downloads; clear diff --git a/tmuxinator/dotfiles.yml b/tmuxinator/dotfiles.yml new file mode 100644 index 0000000..67886b5 --- /dev/null +++ b/tmuxinator/dotfiles.yml @@ -0,0 +1,5 @@ +name: Dotfiles +root: ~/.dotfiles/ +windows: + - Vim: vim + - Terminal: clear