aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaditya Dhruv <[email protected]>2023-09-09 18:47:38 -0500
committerAaditya Dhruv <[email protected]>2023-09-09 18:48:20 -0500
commit7a86ee3e6e984bf959c794656e96635a50910972 (patch)
tree459f436033439901b46e60e7737fb64af7a04a4d
parent972444dcf235cca29c4112cc35c95c5393bd1d0c (diff)
Add special directory for shell related configs
This includes powerlevel10k, vimrc, tmux conf, and the zshrc
-rw-r--r--src/config/shell/.p10k.zsh (renamed from .p10k.zsh)0
-rw-r--r--src/config/shell/.tmux.conf55
-rw-r--r--src/config/shell/.vimrc (renamed from .vimrc)0
-rw-r--r--src/config/shell/.zshrc (renamed from .zshrc)0
4 files changed, 55 insertions, 0 deletions
diff --git a/.p10k.zsh b/src/config/shell/.p10k.zsh
index aa8ea94..aa8ea94 100644
--- a/.p10k.zsh
+++ b/src/config/shell/.p10k.zsh
diff --git a/src/config/shell/.tmux.conf b/src/config/shell/.tmux.conf
new file mode 100644
index 0000000..e278575
--- /dev/null
+++ b/src/config/shell/.tmux.conf
@@ -0,0 +1,55 @@
+set-option -g activity-action other
+set-option -g assume-paste-time 1
+set-option -g base-index 0
+set-option -g bell-action any
+set-option -g default-command ''
+set-option -g default-shell /bin/zsh
+set-option -g default-size 80x24
+set-option -g destroy-unattached off
+set-option -g detach-on-destroy on
+set-option -g display-panes-active-colour red
+set-option -g display-panes-colour blue
+set-option -g display-panes-time 1000
+set-option -g display-time 750
+set-option -g history-limit 2000
+set-option -g key-table root
+set-option -g lock-after-time 0
+set-option -g lock-command "lock -np"
+set-option -g message-command-style bg=black,fg=yellow
+set-option -g message-style bg=yellow,fg=black
+set-option -g mouse off
+set-option -g prefix C-a
+set-option -g prefix2 None
+set-option -g renumber-windows off
+set-option -g repeat-time 1000
+set-option -g set-titles off
+set-option -g set-titles-string "#S:#I:#W - \"#T\" #{session_alerts}"
+set-option -g silence-action other
+set-option -g status on
+set-option -g status-bg default
+set-option -g status-fg default
+set-option -g status-format[0] "#[align=left range=left #{E:status-left-style}]#[push-default]#{T;=/#{status-left-length}:status-left}#[pop-default]#[norange default]#[list=on align=#{status-justify}]#[list=left-marker]<#[list=right-marker]>#[list=on]#{W:#[range=window|#{window_index} #{E:window-status-style}#{?#{&&:#{window_last_flag},#{!=:#{E:window-status-last-style},default}}, #{E:window-status-last-style},}#{?#{&&:#{window_bell_flag},#{!=:#{E:window-status-bell-style},default}}, #{E:window-status-bell-style},#{?#{&&:#{||:#{window_activity_flag},#{window_silence_flag}},#{!=:#{E:window-status-activity-style},default}}, #{E:window-status-activity-style},}}]#[push-default]#{T:window-status-format}#[pop-default]#[norange default]#{?window_end_flag,,#{window-status-separator}},#[range=window|#{window_index} list=focus #{?#{!=:#{E:window-status-current-style},default},#{E:window-status-current-style},#{E:window-status-style}}#{?#{&&:#{window_last_flag},#{!=:#{E:window-status-last-style},default}}, #{E:window-status-last-style},}#{?#{&&:#{window_bell_flag},#{!=:#{E:window-status-bell-style},default}}, #{E:window-status-bell-style},#{?#{&&:#{||:#{window_activity_flag},#{window_silence_flag}},#{!=:#{E:window-status-activity-style},default}}, #{E:window-status-activity-style},}}]#[push-default]#{T:window-status-current-format}#[pop-default]#[norange list=on default]#{?window_end_flag,,#{window-status-separator}}}#[nolist align=right range=right #{E:status-right-style}]#[push-default]#{T;=/#{status-right-length}:status-right}#[pop-default]#[norange default]"
+set-option -g status-format[1] "#[align=centre]#{P:#{?pane_active,#[reverse],}#{pane_index}[#{pane_width}x#{pane_height}]#[default] }"
+set-option -g status-interval 15
+set-option -g status-justify left
+set-option -g status-keys vi
+set-option -g status-left "[#{session_name}] "
+set-option -g status-left-length 10
+set-option -g status-left-style default
+set-option -g status-position bottom
+set-option -g status-right "#{?window_bigger,[#{window_offset_x}#,#{window_offset_y}] ,}\"#{=21:pane_title}\" %H:%M %d-%b-%y"
+set-option -g status-right-length 40
+set-option -g status-right-style default
+set-option -g status-style bg=green,fg=black
+set-option -g update-environment[0] DISPLAY
+set-option -g update-environment[1] KRB5CCNAME
+set-option -g update-environment[2] SSH_ASKPASS
+set-option -g update-environment[3] SSH_AUTH_SOCK
+set-option -g update-environment[4] SSH_AGENT_PID
+set-option -g update-environment[5] SSH_CONNECTION
+set-option -g update-environment[6] WINDOWID
+set-option -g update-environment[7] XAUTHORITY
+set-option -g visual-activity off
+set-option -g visual-bell off
+set-option -g visual-silence off
+set-option -g word-separators "!\"#$%&'()*+,-./:;<=>?@[\\]^`{|}~"
diff --git a/.vimrc b/src/config/shell/.vimrc
index 43ff606..43ff606 100644
--- a/.vimrc
+++ b/src/config/shell/.vimrc
diff --git a/.zshrc b/src/config/shell/.zshrc
index b663bb3..b663bb3 100644
--- a/.zshrc
+++ b/src/config/shell/.zshrc