Mercurial > dotfiles.old
changeset 8:d20278638011
Add teamocil layouts
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sat, 01 Mar 2014 22:30:45 +0100 |
parents | 4f1add3c7606 |
children | aeb4af7c7fb6 |
files | rcrc teamocil/drone.yml vim/spell/en.utf-8.add zshrc |
diffstat | 4 files changed, 27 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/rcrc Sun Feb 23 18:32:49 2014 +0100 +++ b/rcrc Sat Mar 01 22:30:45 2014 +0100 @@ -1,1 +1,1 @@ -EXCLUDES="vim Brewfile README.md Rakefile" +EXCLUDES="vim Brewfile README.md Rakefile Gemfile"
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/teamocil/drone.yml Sat Mar 01 22:30:45 2014 +0100 @@ -0,0 +1,21 @@ +session: + name: "HOP - Drone" + windows: + - name: "report" + root: "~/Documents/UGent/HOPDrone/report" + panes: + - cmd: "vim report.tex" + height: 75 + - cmd: "l images/" + height: 25 + - name: "code" + root: "~/Documents/UGent/HOPDrone/code" + panes: + - cmd: "vim src/main.c" + width: 60 + - cmd: "git status" + width: 40 + height: 40 + - cmd: + - "vagrant up" + - "vagrant ssh"
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vim/spell/en.utf-8.add Sat Mar 01 22:30:45 2014 +0100 @@ -0,0 +1,2 @@ +Zeger +Vannet
--- a/zshrc Sun Feb 23 18:32:49 2014 +0100 +++ b/zshrc Sat Mar 01 22:30:45 2014 +0100 @@ -79,7 +79,7 @@ alias mvim="reattach-to-user-namespace mvim" alias vim="reattach-to-user-namespace vim" alias ag="ag --color" -# Syntax Highlighting -# source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh -# + +compctl -g '~/.teamocil/*(:t:r)' teamocil + [[ -f ~/.zshrc.local ]] && source ~/.zshrc.local