diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-07-24 10:30:18 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-07-24 10:30:18 +0200 |
| commit | b5647650467f9cced85207e161b09aa632fa0696 (patch) | |
| tree | c049c717b676b8f3728e12d481924a40f55cdb9d | |
| parent | b007ef77bbe8f1e55a9bd2b5a5be2b5ed3f5eebf (diff) | |
Minor modification
| -rw-r--r-- | .bash_profile | 1 | ||||
| -rw-r--r-- | .config/tmuxinator/spc.yml | 11 | ||||
| -rw-r--r-- | .tmux-osx.conf | 5 | ||||
| -rw-r--r-- | Brewfile | 11 |
4 files changed, 17 insertions, 11 deletions
diff --git a/.bash_profile b/.bash_profile index 62370de..e9ba68e 100644 --- a/.bash_profile +++ b/.bash_profile @@ -31,6 +31,7 @@ export USE_GKE_GCLOUD_AUTH_PLUGIN=True # ==== Aliases alias wttr='curl http://wttr.in/berlin' alias la='ls -a' +alias dirs="dirs -v" alias srv="python3 -m http.server" # start simple server alias tagme='ctags -R --languages=ruby --exclude=.git --exclude=log . $(bundle list --paths)' alias gpgkill='( diff --git a/.config/tmuxinator/spc.yml b/.config/tmuxinator/spc.yml index 6abe496..7a75dd2 100644 --- a/.config/tmuxinator/spc.yml +++ b/.config/tmuxinator/spc.yml @@ -45,11 +45,14 @@ root: ~/Work/Space/ # attach: false windows: - - spc: + - editor: + - bash: + layout: even-horizontal + panes: + - + - + - bash: 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/.tmux-osx.conf b/.tmux-osx.conf index 37b0978..66c0385 100644 --- a/.tmux-osx.conf +++ b/.tmux-osx.conf @@ -3,6 +3,7 @@ set-option -g default-command "reattach-to-user-namespace -l ${SHELL}" bind-key -T copy-mode-vi 'y' send-keys -X copy-pipe-and-cancel 'reattach-to-user-namespace pbcopy' -# ensure clipboard off to allow mouse copy -set-option -s set-clipboard off +# ensure clipboard on to allow mouse copy +set-option -s set-clipboard on bind-key -T copy-mode-vi MouseDragEnd1Pane send-keys -X copy-pipe-and-cancel "reattach-to-user-namespace pbcopy" +bind-key -T copy-mode-vi DoubleClick1Pane send-keys -X copy-pipe-no-clear "reattach-to-user-namespace pbcopy" @@ -35,6 +35,7 @@ brew "wifi-password" # brew "postgresql" # brew "valkey" # brew "ansible" +# brew "molecule" # brew "hivemind" # brew "nmap" # brew "bettercap" @@ -70,11 +71,11 @@ cask "iterm2" # tap "homebrew/cask-versions" # brew "gradle@6" brew "jq" -# brew "kubectl" -# brew "helm" -# brew "helmfile" -# brew "kubectx" -# brew "k9s" +brew "kubectl" +brew "helm" +brew "helmfile" +brew "kubectx" +brew "k9s" # brew "k3d" # brew "vault" brew "terraform" |
