summaryrefslogtreecommitdiffstats
path: root/.config/tmuxinator
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2022-07-11 04:59:47 +0200
committerAhmed Abdelhalim <[email protected]>2022-07-11 04:59:47 +0200
commitd76ed1c06a9af986e736d06e3cb42d08f26b925d (patch)
tree9cd612324e5271f562dc328216bc9416f6566e3a /.config/tmuxinator
parent31b3766e447704d8b4c553180532e4c61f317f81 (diff)
Remove SN related configurations
Diffstat (limited to '.config/tmuxinator')
-rw-r--r--.config/tmuxinator/ee.yml55
-rw-r--r--.config/tmuxinator/vpn.yml55
2 files changed, 0 insertions, 110 deletions
diff --git a/.config/tmuxinator/ee.yml b/.config/tmuxinator/ee.yml
deleted file mode 100644
index 0feb3ac..0000000
--- a/.config/tmuxinator/ee.yml
+++ /dev/null
@@ -1,55 +0,0 @@
-# /Users/a14m/.config/tmuxinator/ee.yml
-
-name: ee
-root: ~/Work/Springer/
-
-# Optional tmux socket
-# socket_name: foo
-
-# Note that the pre and post options have been deprecated and will be replaced by
-# project hooks.
-
-# Project hooks
-
-# Runs on project start, always
-# on_project_start: command
-
-# Run on project start, the first time
-# on_project_first_start: command
-
-# Run on project start, after the first time
-# on_project_restart: command
-
-# Run on project exit ( detaching from tmux session )
-# on_project_exit: command
-
-# Run on project stop
-# on_project_stop: command
-
-# 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: editor
-
-# Specifies (by index) which pane of the specified window will be selected on project startup. If not set, the first pane is used.
-# startup_pane: 1
-
-# Controls whether the tmux session should be attached to automatically. Defaults to true.
-# attach: false
-
-windows:
- - ee:
- layout: even-horizontal
- # Synchronize all panes of this window, can be enabled before or after the pane commands run.
- # 'before' represents legacy functionality and will be deprecated in a future release, in favour of 'after'
- # synchronize: after
- panes:
- -
- -
diff --git a/.config/tmuxinator/vpn.yml b/.config/tmuxinator/vpn.yml
deleted file mode 100644
index 4d4fdcc..0000000
--- a/.config/tmuxinator/vpn.yml
+++ /dev/null
@@ -1,55 +0,0 @@
-# /Users/a14m/.config/tmuxinator/vpn.yml
-
-name: vpn
-root: ~/Work/anyconnect-vagrant
-
-# Optional tmux socket
-# socket_name: foo
-
-# Note that the pre and post options have been deprecated and will be replaced by
-# project hooks.
-
-# Project hooks
-
-# Runs on project start, always
-# on_project_start: command
-
-# Run on project start, the first time
-# on_project_first_start: command
-
-# Run on project start, after the first time
-# on_project_restart: command
-
-# Run on project exit ( detaching from tmux session )
-# on_project_exit: command
-
-# Run on project stop
-# on_project_stop: command
-
-# 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: editor
-
-# Specifies (by index) which pane of the specified window will be selected on project startup. If not set, the first pane is used.
-# startup_pane: 1
-
-# Controls whether the tmux session should be attached to automatically. Defaults to true.
-# attach: false
-
-windows:
- - vpn:
- layout: even-horizontal
- # Synchronize all panes of this window, can be enabled before or after the pane commands run.
- # 'before' represents legacy functionality and will be deprecated in a future release, in favour of 'after'
- # synchronize: after
- panes:
- - vpn-vm-up
- -