dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit fb493cf0799a83b3e7699a60c861473817eb4279
parent 036f833bf6507dd6c4a00eaa4723befc8e75460b
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Tue,  6 Oct 2015 09:05:34 +0200

add cosmo script

Diffstat:
A.tmuxinator/cosmo.yml | 37+++++++++++++++++++++++++++++++++++++
1 file changed, 37 insertions(+), 0 deletions(-)

diff --git a/.tmuxinator/cosmo.yml b/.tmuxinator/cosmo.yml @@ -0,0 +1,37 @@ +# ~/.tmuxinator/cosmo.yml + +name: cosmo +#root: ~/src/cosmo/ +root: ~/Sites/cosmo/ + +# Optional tmux socket +# socket_name: foo + +# Runs before everything. Use it to start daemons etc. +# pre: sudo /etc/rc.d/mysqld start + +# Runs in each window and pane before window/pane specific commands. Useful for setting up interpreter versions. +# pre_window: rbenv shell 2.0.0-p247 + +# Pass command line options to tmux. Useful for specifying a different tmux.conf. +# tmux_options: -f ~/.tmux.mac.conf + +# Change the command to call tmux. This can be used by derivatives/wrappers like byobu. +# tmux_command: byobu + +# Specifies (by name or index) which window will be selected on project startup. If not set, the first window is used. +# startup_window: logs + +# Controls whether the tmux session should be attached to automatically. Defaults to true. +# attach: false + +# Runs after everything. Use it to attach to tmux with custom options etc. +# post: tmux -CC attach -t cosmo + +windows: + - editor: vim index.php + - server: bash ~/bin/cosmo-ssh + - git: tig + - backup: make && watch -n 60 rsync -rav ~/Sites/cosmo/ ~/src/cosmo-backup/ + #- /tmp: cd /tmp && ls -lahG cosmo_* + - utility: