summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.bash_profile11
-rw-r--r--.config/tmuxinator/ee.yml55
-rw-r--r--.config/tmuxinator/vpn.yml55
3 files changed, 0 insertions, 121 deletions
diff --git a/.bash_profile b/.bash_profile
index b1ea61b..e9be492 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -4,10 +4,6 @@ if [ -d /opt/homebrew ]; then
elif [ -d /usr/local/Homebrew ]; then
eval "$(/usr/local/Homebrew/bin/brew shellenv)"
fi
-# ==== $PATH modifications
-# Adding local/bin PATH before /bin PATH
-# export PATH="/usr/local/bin:$PATH"
-# export PATH="/usr/local/sbin:$PATH"
# defaultscheme "exfxcxdxbxegedabagacad"
export CLICOLOR=1
@@ -29,13 +25,6 @@ export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
export BASH_SILENCE_DEPRECATION_WARNING=1 # Silence new macOS warning about bash
export USE_GKE_GCLOUD_AUTH_PLUGIN=True
-# Springer Nature
-export VAULT_ADDR=https://vault.halfpipe.io
-VPNDIR="~/Work/anyconnect-vagrant"
-alias vpn-vm-up="$VPNDIR/vm-login.sh"
-alias vpn-up="$VPNDIR/vpn-up.sh && $VPNDIR/vpn-poll-state.sh"
-alias vpn-vm-suspend="$VPNDIR/vm-suspend.sh"
-
# ==== Aliases
alias wttr='curl http://wttr.in/berlin'
alias la='ls -a'
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
- -