From eb08bb412bd9eb9215e610f6369b6fb20e82494b Mon Sep 17 00:00:00 2001 From: Vuong Hoang Date: Thu, 20 Jun 2024 19:40:09 -0700 Subject: [PATCH] updated files --- .config/btop/btop.conf | 4 ++-- .config/tmux/plugins/tmux | 1 - .config/tmux/plugins/tmux-sensible | 1 - .config/tmux/plugins/tpm | 1 - .config/zinit/zinit.git | 2 +- lk-installers/install-apt-pkgs | 2 +- 6 files changed, 4 insertions(+), 7 deletions(-) delete mode 160000 .config/tmux/plugins/tmux delete mode 160000 .config/tmux/plugins/tmux-sensible delete mode 160000 .config/tmux/plugins/tpm diff --git a/.config/btop/btop.conf b/.config/btop/btop.conf index 475d7ce..7a5a85c 100644 --- a/.config/btop/btop.conf +++ b/.config/btop/btop.conf @@ -2,7 +2,7 @@ #* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes. #* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes" -color_theme = "Default" +color_theme = "/usr/share/btop/themes/tokyo-storm.theme" #* If the theme set background should be shown, set to False if you want terminal background transparency. theme_background = True @@ -54,7 +54,7 @@ update_ms = 2000 #* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct", #* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly. -proc_sorting = "cpu lazy" +proc_sorting = "threads" #* Reverse sorting order, True or False. proc_reversed = False diff --git a/.config/tmux/plugins/tmux b/.config/tmux/plugins/tmux deleted file mode 160000 index c2b1d67..0000000 --- a/.config/tmux/plugins/tmux +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c2b1d67cbda5c44ea8ee25d2ab307063e6959d0f diff --git a/.config/tmux/plugins/tmux-sensible b/.config/tmux/plugins/tmux-sensible deleted file mode 160000 index 25cb91f..0000000 --- a/.config/tmux/plugins/tmux-sensible +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 25cb91f42d020f675bb0a2ce3fbd3a5d96119efa diff --git a/.config/tmux/plugins/tpm b/.config/tmux/plugins/tpm deleted file mode 160000 index 99469c4..0000000 --- a/.config/tmux/plugins/tpm +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 99469c4a9b1ccf77fade25842dc7bafbc8ce9946 diff --git a/.config/zinit/zinit.git b/.config/zinit/zinit.git index e330284..d05a530 160000 --- a/.config/zinit/zinit.git +++ b/.config/zinit/zinit.git @@ -1 +1 @@ -Subproject commit e3302842b939c683450302a5b2db46eccc92a8a5 +Subproject commit d05a5301150909d8b386ebb974e1d1634740d65d diff --git a/lk-installers/install-apt-pkgs b/lk-installers/install-apt-pkgs index 4bd084f..d055a2f 100755 --- a/lk-installers/install-apt-pkgs +++ b/lk-installers/install-apt-pkgs @@ -1,2 +1,2 @@ -sudo apt install tmux neovim vim-nox btop htop neofetch curl wget tldr git zip unzip stow --no-install-recommends +sudo apt install tmux neovim vim-nox btop htop neofetch curl wget tldr git zip unzip stow zsh --no-install-recommends sudo apt install rar unrar --no-install-recommends