From fc1e6070f8dcd76a6c8f5e78e26c3afc79f1c22c Mon Sep 17 00:00:00 2001 From: Constantin Simonis Date: Fri, 26 Sep 2025 14:30:33 +0200 Subject: [PATCH] fuck some shit up --- .config/btop/btop.conf | 42 +++++++++++++++++++++++++++++++++++--- .config/ssh/vps | 14 ++++--------- .gitignore_global | 1 - .gitmodules | 3 --- .zshrc | 3 ++- gitconfig.d/base.gitconfig | 1 - tools/diralias | 1 - 7 files changed, 45 insertions(+), 20 deletions(-) delete mode 100644 .gitignore_global delete mode 160000 tools/diralias diff --git a/.config/btop/btop.conf b/.config/btop/btop.conf index af92cd9..ecdce9f 100644 --- a/.config/btop/btop.conf +++ b/.config/btop/btop.conf @@ -1,4 +1,4 @@ -#? Config file for btop v. 1.2.13 +#? Config file for btop v. 1.3.2 #* 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" @@ -37,6 +37,9 @@ graph_symbol = "braille" # Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty". graph_symbol_cpu = "default" +# Graph symbol to use for graphs in gpu box, "default", "braille", "block" or "tty". +graph_symbol_gpu = "default" + # Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty". graph_symbol_mem = "default" @@ -46,7 +49,7 @@ graph_symbol_net = "default" # Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty". graph_symbol_proc = "default" -#* Manually set which boxes to show. Available values are "cpu mem net proc", separate values with whitespace. +#* Manually set which boxes to show. Available values are "cpu mem net proc" and "gpu0" through "gpu5", separate values with whitespace. shown_boxes = "cpu mem net proc" #* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs. @@ -86,6 +89,9 @@ proc_left = False #* (Linux) Filter processes tied to the Linux kernel(similar behavior to htop). proc_filter_kernel = False +#* In tree-view, always accumulate child process resources in the parent process. +proc_aggregate = False + #* Sets the CPU stat shown in upper half of the CPU graph, "total" is always available. #* Select from a list of detected attributes from the options menu. cpu_graph_upper = "total" @@ -94,6 +100,9 @@ cpu_graph_upper = "total" #* Select from a list of detected attributes from the options menu. cpu_graph_lower = "total" +#* If gpu info should be shown in the cpu box. Available values = "Auto", "On" and "Off". +show_gpu_info = "Auto" + #* Toggles if the lower CPU graph should be inverted. cpu_invert_lower = True @@ -207,6 +216,33 @@ show_battery = True #* Which battery to use if multiple are present. "Auto" for auto detection. selected_battery = "Auto" +#* Show power stats of battery next to charge indicator. +show_battery_watts = True + #* Set loglevel for "~/.config/btop/btop.log" levels are: "ERROR" "WARNING" "INFO" "DEBUG". #* The level set includes all lower levels, i.e. "DEBUG" will show all logging info. -log_level = "WARNING" \ No newline at end of file +log_level = "WARNING" + +#* Measure PCIe throughput on NVIDIA cards, may impact performance on certain cards. +nvml_measure_pcie_speeds = True + +#* Horizontally mirror the GPU graph. +gpu_mirror_graph = True + +#* Custom gpu0 model name, empty string to disable. +custom_gpu_name0 = "" + +#* Custom gpu1 model name, empty string to disable. +custom_gpu_name1 = "" + +#* Custom gpu2 model name, empty string to disable. +custom_gpu_name2 = "" + +#* Custom gpu3 model name, empty string to disable. +custom_gpu_name3 = "" + +#* Custom gpu4 model name, empty string to disable. +custom_gpu_name4 = "" + +#* Custom gpu5 model name, empty string to disable. +custom_gpu_name5 = "" diff --git a/.config/ssh/vps b/.config/ssh/vps index 0e022e3..68a8d1f 100644 --- a/.config/ssh/vps +++ b/.config/ssh/vps @@ -1,17 +1,17 @@ Host vps-2 - HostName vps-2.simonis.lol + HostName 213.165.82.16 User root IdentityFile ~/.ssh/keys/prv StrictHostKeyChecking no Host vps-3 - HostName vps-3.simonis.lol + HostName 217.160.162.67 User root IdentityFile ~/.ssh/keys/prv StrictHostKeyChecking no Host vps-4 - HostName vps-4.simonis.lol + HostName 206.81.23.67 User root IdentityFile ~/.ssh/keys/prv StrictHostKeyChecking no @@ -22,14 +22,8 @@ Host vps-5 IdentityFile ~/.ssh/keys/prv StrictHostKeyChecking no -Host vps-6 - HostName vps-6.simonis.lol - User root - IdentityFile ~/.ssh/keys/prv - StrictHostKeyChecking no - Host vps-7 - HostName vps-7.simonis.lol + HostName 217.154.64.168 User root IdentityFile ~/.ssh/keys/prv StrictHostKeyChecking no diff --git a/.gitignore_global b/.gitignore_global deleted file mode 100644 index 918cfcd..0000000 --- a/.gitignore_global +++ /dev/null @@ -1 +0,0 @@ -.aliases diff --git a/.gitmodules b/.gitmodules index 2a27edd..a218b18 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,6 +13,3 @@ [submodule ".config/tmux/plugins/tmux"] path = .config/tmux/plugins/tmux url = https://github.com/catppuccin/tmux -[submodule "tools/diralias"] - path = tools/diralias - url = https://git.simonis.lol/projects/diralias.git diff --git a/.zshrc b/.zshrc index b0513d3..7f13d33 100644 --- a/.zshrc +++ b/.zshrc @@ -86,7 +86,8 @@ HIST_STAMPS="dd.mm.yyyy" # Custom plugins may be added to $ZSH_CUSTOM/plugins/ # Example format: plugins=(rails git textmate ruby lighthouse) # Add wisely, as too many plugins slow down shell startup. -plugins=(zsh-autosuggestions aliases alias-finder bun composer debian sudo tmux ssh nvm autoenv) +export PATH="$PATH:/home/linuxbrew/.linuxbrew/bin" +plugins=(zsh-autosuggestions aliases alias-finder bun composer debian sudo tmux ssh nvm autoenv qrcode thefuck) source $ZSH/oh-my-zsh.sh diff --git a/gitconfig.d/base.gitconfig b/gitconfig.d/base.gitconfig index 4429eae..0923461 100644 --- a/gitconfig.d/base.gitconfig +++ b/gitconfig.d/base.gitconfig @@ -4,7 +4,6 @@ autoSetupRemote = true [core] autocrlf = false - excludesfile = ~/.gitignore_global [pull] rebase = true [alias] diff --git a/tools/diralias b/tools/diralias deleted file mode 160000 index 4904656..0000000 --- a/tools/diralias +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 49046569bd02982637283b7fee16f3a175f90ea8