Cleaned up some more.

This commit is contained in:
2025-03-06 13:11:38 -08:00
parent d429ee0cfb
commit 4fbb83c6a0
5 changed files with 1 additions and 38 deletions

View File

@@ -1,18 +0,0 @@
set-option -sa terminal-overrides ",xterm*:Tc"
# set-option -g status-position top
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'dracula/tmux'
# set -g @plugin 'arcticicestudio/nord-tmux'
set -g @dracula-plugins "cpu-usage ram-usage"
set -g @dracula-cpu-usage-colors "green dark_gray"
set -g @dracula-show-powerline true
set -g @dracula-show-flags true
set -g @dracula-show-left-icon hostname
bind -n M-H previous-window
bind -n M-L next-window
run '~/.config/tmux/plugins/tpm/tpm'

View File

@@ -1 +0,0 @@
# This file has been removed as part of replacing tmux with zellij

View File

@@ -1,17 +0,0 @@
set-option -sa terminal-overrides ",xterm*:Tc"
# set-option -g status-position top
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'dracula/tmux'
set -g @dracula-plugins "cpu-usage ram-usage"
set -g @dracula-cpu-usage-colors "green dark_gray"
set -g @dracula-show-powerline true
set -g @dracula-show-flags true
set -g @dracula-show-left-icon hostname
bind -n M-H previous-window
bind -n M-L next-window
run '~/.config/tmux/plugins/tpm/tpm'

View File

@@ -1 +0,0 @@
# This file has been removed as part of replacing tmux with zellij

View File

@@ -1,5 +1,5 @@
# Init OhMyPosh # Init OhMyPosh
eval "$(oh-my-posh init zsh --config $HOME/.config/ohmyposh/lkraven.toml)" eval "$(oh-my-posh init zsh --config https://gitea.phasefinal.com/vh/dotfiles/raw/branch/master/home_config/ohmyposh/lkraven.toml)"
# Set ZINIT Home # Set ZINIT Home
ZINIT_HOME="${HOME}/.config/zinit/zinit.git" ZINIT_HOME="${HOME}/.config/zinit/zinit.git"