Added Bitwarden plugin for Tmux
This commit is contained in:
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -25,3 +25,6 @@
|
||||
[submodule "tmux/.tmux/plugins/tmux-project"]
|
||||
path = tmux/.tmux/plugins/tmux-project
|
||||
url = https://git::@github.com/sei40kr/tmux-project
|
||||
[submodule "tmux-bitwarden"]
|
||||
path = tmux/.tmux/plugins/tmux-bitwarden
|
||||
url = https://github.com/Alkindi42/tmux-bitwarden.git
|
||||
|
||||
@@ -25,6 +25,7 @@ set -g @plugin 'tmux-plugins/tpm'
|
||||
set -g @plugin 'catppuccin/tmux'
|
||||
set -g @plugin 'tmux-plugins/tmux-sensible'
|
||||
set -g @plugin 'sei40kr/tmux-project'
|
||||
set -g @plugin 'Alkindi42/tmux-bitwarden'
|
||||
set-option -g @plugin 'b0o/tmux-autoreload'
|
||||
set -g @plugin 'tmux-plugins/tmux-resurrect'
|
||||
set -g @plugin 'tmux-plugins/tmux-continuum'
|
||||
@@ -85,6 +86,11 @@ set -g @continuum-restore 'on'
|
||||
# Project options
|
||||
set -ag @project-base-dirs ,"${HOME}/.dotfiles","${HOME}/Projects:0:2"
|
||||
|
||||
# Bitwarden plugin setup
|
||||
set -g @bw-session 'BW_SESSION'
|
||||
set -g @bw-copy-to-clipboard 'on'
|
||||
set -g @bw-key 'T'
|
||||
|
||||
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
|
||||
run '~/.tmux/plugins/tpm/tpm'
|
||||
|
||||
|
||||
1
tmux/.tmux/plugins/tmux-bitwarden
Submodule
1
tmux/.tmux/plugins/tmux-bitwarden
Submodule
Submodule tmux/.tmux/plugins/tmux-bitwarden added at 5b1b668cb3
Reference in New Issue
Block a user