From 89564e5fcdc03eaa35a0fd4c7bb358ac53479069 Mon Sep 17 00:00:00 2001 From: Jonas Hahn Date: Wed, 24 Dec 2025 05:08:11 +0100 Subject: [PATCH] Rename to real dot dirs and add fish --- cli/dot-config/btop/btop.conf | 6 ++-- cli/dot-config/fish/config.fish | 3 ++ cli/dot-config/fish/fish_variables | 39 ++++++++++++++++++++++++ home/{.bash_profile => dot-bash_profile} | 0 home/{.bashrc => dot-bashrc} | 0 home/{.gitconfig => dot-gitconfig} | 0 home/{.tmux.conf => dot-tmux.conf} | 0 home/{.zshrc => dot-zshrc} | 0 8 files changed, 45 insertions(+), 3 deletions(-) create mode 100644 cli/dot-config/fish/config.fish create mode 100644 cli/dot-config/fish/fish_variables rename home/{.bash_profile => dot-bash_profile} (100%) rename home/{.bashrc => dot-bashrc} (100%) rename home/{.gitconfig => dot-gitconfig} (100%) rename home/{.tmux.conf => dot-tmux.conf} (100%) rename home/{.zshrc => dot-zshrc} (100%) diff --git a/cli/dot-config/btop/btop.conf b/cli/dot-config/btop/btop.conf index 9b7bb5b..568bc4e 100644 --- a/cli/dot-config/btop/btop.conf +++ b/cli/dot-config/btop/btop.conf @@ -60,10 +60,10 @@ update_ms = 2000 proc_sorting = "cpu direct" #* Reverse sorting order, True or False. -proc_reversed = True +proc_reversed = False #* Show processes as a tree. -proc_tree = True +proc_tree = False #* Use the cpu graph colors in the process list. proc_colors = True @@ -190,7 +190,7 @@ disk_free_priv = False show_io_stat = True #* Toggles io mode for disks, showing big graphs for disk read/write speeds. -io_mode = False +io_mode = True #* Set to True to show combined read/write io graphs in io mode. io_graph_combined = False diff --git a/cli/dot-config/fish/config.fish b/cli/dot-config/fish/config.fish new file mode 100644 index 0000000..d714361 --- /dev/null +++ b/cli/dot-config/fish/config.fish @@ -0,0 +1,3 @@ +if status is-interactive + # Commands to run in interactive sessions can go here +end diff --git a/cli/dot-config/fish/fish_variables b/cli/dot-config/fish/fish_variables new file mode 100644 index 0000000..ac3b6ad --- /dev/null +++ b/cli/dot-config/fish/fish_variables @@ -0,0 +1,39 @@ +# This file contains fish universal variable definitions. +# VERSION: 3.0 +SETUVAR __fish_initialized:3800 +SETUVAR fish_color_autosuggestion:brblack +SETUVAR fish_color_cancel:\x2dr +SETUVAR fish_color_command:normal +SETUVAR fish_color_comment:red +SETUVAR fish_color_cwd:green +SETUVAR fish_color_cwd_root:red +SETUVAR fish_color_end:green +SETUVAR fish_color_error:brred +SETUVAR fish_color_escape:brcyan +SETUVAR fish_color_history_current:\x2d\x2dbold +SETUVAR fish_color_host:normal +SETUVAR fish_color_host_remote:yellow +SETUVAR fish_color_normal:normal +SETUVAR fish_color_operator:brcyan +SETUVAR fish_color_param:cyan +SETUVAR fish_color_quote:yellow +SETUVAR fish_color_redirection:cyan\x1e\x2d\x2dbold +SETUVAR fish_color_search_match:white\x1e\x2d\x2dbackground\x3dbrblack\x1e\x2d\x2dbold +SETUVAR fish_color_selection:white\x1e\x2d\x2dbackground\x3dbrblack\x1e\x2d\x2dbold +SETUVAR fish_color_status:red +SETUVAR fish_color_user:brgreen +SETUVAR fish_color_valid_path:\x2d\x2dunderline +SETUVAR fish_key_bindings:fish_default_key_bindings +SETUVAR fish_pager_color_background:\x1d +SETUVAR fish_pager_color_completion:normal +SETUVAR fish_pager_color_description:yellow\x1e\x2di +SETUVAR fish_pager_color_prefix:normal\x1e\x2d\x2dbold\x1e\x2d\x2dunderline +SETUVAR fish_pager_color_progress:brwhite\x1e\x2d\x2dbackground\x3dcyan\x1e\x2d\x2dbold +SETUVAR fish_pager_color_secondary_background:\x1d +SETUVAR fish_pager_color_secondary_completion:\x1d +SETUVAR fish_pager_color_secondary_description:\x1d +SETUVAR fish_pager_color_secondary_prefix:\x1d +SETUVAR fish_pager_color_selected_background:\x2dr +SETUVAR fish_pager_color_selected_completion:\x1d +SETUVAR fish_pager_color_selected_description:\x1d +SETUVAR fish_pager_color_selected_prefix:\x1d diff --git a/home/.bash_profile b/home/dot-bash_profile similarity index 100% rename from home/.bash_profile rename to home/dot-bash_profile diff --git a/home/.bashrc b/home/dot-bashrc similarity index 100% rename from home/.bashrc rename to home/dot-bashrc diff --git a/home/.gitconfig b/home/dot-gitconfig similarity index 100% rename from home/.gitconfig rename to home/dot-gitconfig diff --git a/home/.tmux.conf b/home/dot-tmux.conf similarity index 100% rename from home/.tmux.conf rename to home/dot-tmux.conf diff --git a/home/.zshrc b/home/dot-zshrc similarity index 100% rename from home/.zshrc rename to home/dot-zshrc