Skip to content

Instantly share code, notes, and snippets.

@yang-ling
Created February 26, 2016 11:08
Show Gist options
  • Save yang-ling/563e37abdd4a69781f47 to your computer and use it in GitHub Desktop.
Save yang-ling/563e37abdd4a69781f47 to your computer and use it in GitHub Desktop.
# ~/.tmuxinator/normal.yml
name: normal
root: ~/
# 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
windows:
- Main:
- compton --config ~/.config/compton.conf -b
- ranger
- RSS:
- export TERM=screen-256color
- Music:
layout: even-vertical
panes:
- ncmpcpp -c ~/.config/ncmpcpp/config -s playlist
- ncmpcpp -c ~/.config/ncmpcpp/config -s visualizer
- Sync-Mails:
layout: even-horizontal
panes:
- left:
- /usr/local/bin/sync-mails.sh 1m 9999
- right:
- cd ~/.sync-mail-log/
- sleep 5
- tail -f $(ls -t | head -1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment