diff options
author | EuAndreh <eu@euandre.org> | 2018-03-23 20:38:44 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2018-03-23 20:49:09 -0300 |
commit | 4e734232c611890f616194ed5cfade2549e4491b (patch) | |
tree | 38e74c5f28aaa8ecc8c6cbff7836d919c8fa7a1b /tmux/projects/pires.yml | |
parent | Initial commit: add git-crypt .gitattributes file (diff) | |
download | dotfiles-4e734232c611890f616194ed5cfade2549e4491b.tar.gz dotfiles-4e734232c611890f616194ed5cfade2549e4491b.tar.xz |
Initial commit: now public (again)
Diffstat (limited to 'tmux/projects/pires.yml')
-rw-r--r-- | tmux/projects/pires.yml | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/tmux/projects/pires.yml b/tmux/projects/pires.yml new file mode 100644 index 0000000..7f693f2 --- /dev/null +++ b/tmux/projects/pires.yml @@ -0,0 +1,48 @@ +name: pires +root: ~/annex/dev/code/pires/ + +windows: + # - client: + # layout: main-vertical + # panes: + # - git: + # - git status + # - figwheel: + # - re-natal use-android-device real + # - re-natal use-figwheel + # - yellow 'In Emacs, connect, (start-figwheel! "android") and (cljs-repl)' + # - lein repl + # - packager: + # - yellow "Waiting for figwheel to be set up..." && sleep 20 + # - npm start + # - log-android: + # panes: + # - react-native log-android + # - logcat: + # panes: + # - adb logcat + - server: + root: ~/annex/dev/code/pires/server/ + layout: main-vertical + panes: + - git: + - git status + - repl: + - lein repl + - (require 'pires.service) + - test: + - sleep 10 + - lein test + - transactor: + - cd ~/bin/datomic-pro/ + - bin/run -m datomic.peer-server -h localhost -p 8998 -a pireskey,piressecret -d pires,datomic:mem://pires + - libs: + root: ~/annex/dev/code/ + layout: main-vertical + panes: + - misc: + - cd org.euandre.misc + - git status + - om-auth: + - cd org.euandre.om-auth + - git status |