Skip to content

Instantly share code, notes, and snippets.

@felipebizz
Last active May 28, 2016 18:24
Show Gist options
  • Save felipebizz/9a0b08ed0a581ead7afa0a0808548e08 to your computer and use it in GitHub Desktop.
Save felipebizz/9a0b08ed0a581ead7afa0a0808548e08 to your computer and use it in GitHub Desktop.
Visto System Layout Configuration in terminator
# ~/.config/terminator/config
[global_config]
enabled_plugins = CustomCommandsMenu, ActivityWatch, TerminalShot, LaunchpadCodeURLHandler, APTURLHandler, MavenPluginURLHandler, LaunchpadBugURLHandler
suppress_multiple_term_dialog = True
[keybindings]
switch_to_tab_1 = Insert
[profiles]
[[default]]
scrollback_lines = 900000
background_type = image
background_image = /home/felipe/Downloads/moto-harley-davidson-21.jpg
exit_action = hold
[[visto-system]]
palette = "#000000:#aa0000:#00aa00:#aa5500:#0000aa:#aa00aa:#00aaaa:#aaaaaa:#555555:#ff5555:#55ff55:#ffff55:#5555ff:#ff55ff:#55ffff:#ffffff"
login_shell = True
background_image = /home/felipe/Downloads/moto-harley-davidson-21.jpg
background_darkness = 0.67
scrollback_lines = 860
background_type = image
use_system_font = False
exit_action = hold
cursor_shape = ibeam
font = Monospace Bold 10
[layouts]
[[default]]
[[[child0]]]
position = 0:27
type = Window
order = 0
parent = ""
size = 1362, 699
[[[child1]]]
position = 192
type = VPaned
order = 0
parent = child0
[[[child2]]]
position = 684
type = HPaned
order = 0
parent = child1
[[[child5]]]
position = 336
type = VPaned
order = 1
parent = child1
[[[child7]]]
position = 684
type = HPaned
order = 1
parent = child5
[[[terminal3]]]
profile = visto-system
type = Terminal
order = 0
parent = child2
title = DOCKER
command = docker run --name vistoproxy --rm --add-host vistosystem:172.17.0.1 -v ~/dev/visto-system/visto-system-web/src/main/webapp/resources:/var/lib/arizona/visto-system-web/current/resources -it vistoproxy-docker;bash
[[[terminal4]]]
profile = visto-system
type = Terminal
order = 1
parent = child2
title = JBOSS
command = sh /opt/jboss-dev-6.1.0/bin/standalone.sh
[[[terminal6]]]
profile = visto-system
type = Terminal
order = 0
parent = child5
title = LOCAL
command=cd ~/dev/visto-system/;bash mvn clean install;bash
[[[terminal9]]]
profile = visto-system
type = Terminal
order = 1
parent = child7
title = VISTO_SYSTEM_EAR
command=cd ~/dev/visto-system/visto-system-ear;bash
[[[terminal8]]]
profile = visto-system
type = Terminal
order = 0
parent = child7
title = PROXY
command = "ssh -nNT -L 0.0.0.0:8081:localhost:8081 -L 0.0.0.0:8083:localhost:8083 -L 0.0.0.0:8084:localhost:8084 192.168.175.94"
[plugins]
[[CustomCommandsMenu]]
[[[jboss]]]
command = sh /opt/jboss-dev-6.1.0/bin/standalone.sh
enabled = True
name = START JBOSS
[[[jboss_log]]]
command = tail -f /opt/jboss-dev-6.1.0/standalone/logs/server.log
enabled = True
name = LOG JBOSS
[[[jboss_undeploy]]]
command = mvn jboss-as:undeploy -Djboss-as.hostname=arizona.local -Djboss-as.username=admin -Djboss-as.password=admin4infra!
enabled = True
name = UNDEPLOY JBOSS
[[[visto-system]]]
command = cd ~/dev/visto-system/
enabled = True
name = visto-system
[[[START_DOCKER]]]
command = docker run --name vistoproxy --rm --add-host vistosystem:172.17.0.1 -v ~/dev/visto-system/visto-system-web/src/main/webapp/resources:/var/lib/arizona/visto-system-web/current/resources -it vistoproxy-docker
enabled = True
name = START DOCKER
[[[DELETE_ACTIVE_CONTAINER]]]
command = docker rm --force `docker ps -qa`
enabled = True
name = DELETE ACTIVE CONTAINER
[[[PROXY]]]
command = ssh -nNT -L 0.0.0.0:8081:localhost:8081 -L 0.0.0.0:8083:localhost:8083 -L 0.0.0.0:8084:localhost:8084 192.168.175.94
enabled = True
name = START PROXY
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment