From 4fbb83c6a0b35a6db2c186b9991c4d2b5d338681 Mon Sep 17 00:00:00 2001 From: Vuong Hoang Date: Thu, 6 Mar 2025 13:11:38 -0800 Subject: [PATCH] Cleaned up some more. --- home_config/tmux/tmux.conf | 18 ------------------ home_config/tmux/tmux.conf (DELETED) | 1 - home_root/.tmux.conf | 17 ----------------- home_root/.tmux.conf (DELETED) | 1 - home_root/.zshrc | 2 +- 5 files changed, 1 insertion(+), 38 deletions(-) delete mode 100755 home_config/tmux/tmux.conf delete mode 100644 home_config/tmux/tmux.conf (DELETED) delete mode 100755 home_root/.tmux.conf delete mode 100644 home_root/.tmux.conf (DELETED) diff --git a/home_config/tmux/tmux.conf b/home_config/tmux/tmux.conf deleted file mode 100755 index b469eb6..0000000 --- a/home_config/tmux/tmux.conf +++ /dev/null @@ -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' diff --git a/home_config/tmux/tmux.conf (DELETED) b/home_config/tmux/tmux.conf (DELETED) deleted file mode 100644 index 3eec83b..0000000 --- a/home_config/tmux/tmux.conf (DELETED) +++ /dev/null @@ -1 +0,0 @@ -# This file has been removed as part of replacing tmux with zellij diff --git a/home_root/.tmux.conf b/home_root/.tmux.conf deleted file mode 100755 index d2c4320..0000000 --- a/home_root/.tmux.conf +++ /dev/null @@ -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' diff --git a/home_root/.tmux.conf (DELETED) b/home_root/.tmux.conf (DELETED) deleted file mode 100644 index 3eec83b..0000000 --- a/home_root/.tmux.conf (DELETED) +++ /dev/null @@ -1 +0,0 @@ -# This file has been removed as part of replacing tmux with zellij diff --git a/home_root/.zshrc b/home_root/.zshrc index 8b5b6c5..a8ed87a 100644 --- a/home_root/.zshrc +++ b/home_root/.zshrc @@ -1,5 +1,5 @@ # 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 ZINIT_HOME="${HOME}/.config/zinit/zinit.git"