Personal dotfiles for Linux, mostly for Nixpkgs/NixOS-based and Termux setups. Mirrored using GitLab's push mirroring feature. gitlab.com/andreijiroh-dev/dotfiles
linux dotfiles
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(global): sync things up and update stuff between machines

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.xyz>

+49 -52
+3 -39
.config/btop/btop.conf
··· 1 - #? Config file for btop v. 1.3.2 1 + #? Config file for btop v. 1.2.13 2 2 3 3 #* Name of a btop++/bpytop/bashtop formatted ".theme" file, "Default" and "TTY" for builtin themes. 4 4 #* Themes should be placed in "../share/btop/themes" relative to binary or "$HOME/.config/btop/themes" ··· 37 37 # Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty". 38 38 graph_symbol_cpu = "default" 39 39 40 - # Graph symbol to use for graphs in gpu box, "default", "braille", "block" or "tty". 41 - graph_symbol_gpu = "default" 42 - 43 40 # Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty". 44 41 graph_symbol_mem = "default" 45 42 ··· 49 46 # Graph symbol to use for graphs in cpu box, "default", "braille", "block" or "tty". 50 47 graph_symbol_proc = "default" 51 48 52 - #* Manually set which boxes to show. Available values are "cpu mem net proc" and "gpu0" through "gpu5", separate values with whitespace. 49 + #* Manually set which boxes to show. Available values are "cpu mem net proc", separate values with whitespace. 53 50 shown_boxes = "cpu mem net proc" 54 51 55 52 #* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs. ··· 89 86 #* (Linux) Filter processes tied to the Linux kernel(similar behavior to htop). 90 87 proc_filter_kernel = False 91 88 92 - #* In tree-view, always accumulate child process resources in the parent process. 93 - proc_aggregate = False 94 - 95 89 #* Sets the CPU stat shown in upper half of the CPU graph, "total" is always available. 96 90 #* Select from a list of detected attributes from the options menu. 97 91 cpu_graph_upper = "Auto" ··· 99 93 #* Sets the CPU stat shown in lower half of the CPU graph, "total" is always available. 100 94 #* Select from a list of detected attributes from the options menu. 101 95 cpu_graph_lower = "Auto" 102 - 103 - #* If gpu info should be shown in the cpu box. Available values = "Auto", "On" and "Off". 104 - show_gpu_info = "Auto" 105 96 106 97 #* Toggles if the lower CPU graph should be inverted. 107 98 cpu_invert_lower = True ··· 216 207 #* Which battery to use if multiple are present. "Auto" for auto detection. 217 208 selected_battery = "Auto" 218 209 219 - #* Show power stats of battery next to charge indicator. 220 - show_battery_watts = True 221 - 222 210 #* Set loglevel for "~/.config/btop/btop.log" levels are: "ERROR" "WARNING" "INFO" "DEBUG". 223 211 #* The level set includes all lower levels, i.e. "DEBUG" will show all logging info. 224 - log_level = "WARNING" 225 - 226 - #* Measure PCIe throughput on NVIDIA cards, may impact performance on certain cards. 227 - nvml_measure_pcie_speeds = True 228 - 229 - #* Horizontally mirror the GPU graph. 230 - gpu_mirror_graph = True 231 - 232 - #* Custom gpu0 model name, empty string to disable. 233 - custom_gpu_name0 = "" 234 - 235 - #* Custom gpu1 model name, empty string to disable. 236 - custom_gpu_name1 = "" 237 - 238 - #* Custom gpu2 model name, empty string to disable. 239 - custom_gpu_name2 = "" 240 - 241 - #* Custom gpu3 model name, empty string to disable. 242 - custom_gpu_name3 = "" 243 - 244 - #* Custom gpu4 model name, empty string to disable. 245 - custom_gpu_name4 = "" 246 - 247 - #* Custom gpu5 model name, empty string to disable. 248 - custom_gpu_name5 = "" 212 + log_level = "WARNING"
+34 -10
.config/htop/htoprc
··· 1 1 # Beware! This file is rewritten by htop when settings are changed in the interface. 2 2 # The parser is also very primitive, and not human-friendly. 3 + htop_version=3.2.2 4 + config_reader_min_version=3 3 5 fields=0 48 17 18 38 39 40 2 46 47 49 1 4 - sort_key=46 5 - sort_direction=-1 6 - tree_sort_key=47 7 - tree_sort_direction=-1 8 6 hide_kernel_threads=1 9 7 hide_userland_threads=0 8 + hide_running_in_container=0 10 9 shadow_other_users=1 11 10 show_thread_names=1 12 11 show_program_path=1 13 12 highlight_base_name=1 13 + highlight_deleted_exe=1 14 + shadow_distribution_path_prefix=0 14 15 highlight_megabytes=1 15 16 highlight_threads=1 16 17 highlight_changes=0 ··· 18 19 find_comm_in_cmdline=1 19 20 strip_exe_from_cmdline=1 20 21 show_merged_command=1 21 - tree_view=0 22 - tree_view_always_by_pid=0 23 22 header_margin=1 23 + screen_tabs=0 24 24 detailed_cpu_time=1 25 25 cpu_count_from_one=1 26 26 show_cpu_usage=1 ··· 32 32 color_scheme=0 33 33 enable_mouse=1 34 34 delay=5 35 - left_meters=AllCPUs Memory Swap DiskIO NetworkIO 36 - left_meter_modes=1 1 1 1 1 37 - right_meters=Hostname Tasks LoadAverage Uptime DateTime 38 - right_meter_modes=2 2 2 2 2 39 35 hide_function_bar=0 36 + header_layout=two_50_50 37 + column_meters_0=AllCPUs Memory Swap DiskIO NetworkIO 38 + column_meter_modes_0=1 1 1 1 1 39 + column_meters_1=Hostname Tasks LoadAverage Uptime DateTime 40 + column_meter_modes_1=2 2 2 2 2 41 + tree_view=1 42 + sort_key=46 43 + tree_sort_key=47 44 + sort_direction=-1 45 + tree_sort_direction=-1 46 + tree_view_always_by_pid=0 47 + all_branches_collapsed=0 48 + screen:Main=PID USER PRIORITY NICE M_VIRT M_RESIDENT M_SHARE STATE PERCENT_CPU PERCENT_MEM TIME Command 49 + .sort_key=PERCENT_CPU 50 + .tree_sort_key=PERCENT_MEM 51 + .tree_view=1 52 + .tree_view_always_by_pid=0 53 + .sort_direction=-1 54 + .tree_sort_direction=-1 55 + .all_branches_collapsed=0 56 + screen:I/O=PID USER IO_PRIORITY IO_RATE IO_READ_RATE IO_WRITE_RATE PERCENT_SWAP_DELAY PERCENT_IO_DELAY Command 57 + .sort_key=IO_RATE 58 + .tree_sort_key=PID 59 + .tree_view=0 60 + .tree_view_always_by_pid=0 61 + .sort_direction=-1 62 + .tree_sort_direction=1 63 + .all_branches_collapsed=0
+1 -1
.config/yadm/bootstrap
··· 6 6 7 7 # Source: https://raw.githubusercontent.com/TheLocehiliosan/yadm/master/contrib/bootstrap/bootstrap-in-dir 8 8 9 - set -eu 9 + set -e 10 10 11 11 if [[ $DEBUG != "" ]]; then 12 12 set -x
+1 -1
.config/yadm/bootstrap.d/00-post-clone-repo.sh
··· 1 1 #!/usr/bin/env bash 2 2 3 - if [ $DEBUG != "" ]; then 3 + if [[ $DEBUG != "" ]]; then 4 4 set -x 5 5 fi 6 6
+4
.ssh/authorized_keys
··· 5 5 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDUnTexcVQTGT+UhX8MRPkMvM6FPuskbY2Dn0ScZ3+ot ~ajhalili2006 [passwordless key for sshfs] 6 6 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFrrYRVtV3OvgLzXMedNVITzoHnHd5wMVe53h16xxVWs ajhalili2006+passwordless@github.tailnet 7 7 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEXuD3hJwInlcHs3wkXWAWNo8es3bPAd2e8ipjyqgGp2 ajhalili2006@andreijiroh.eu.org 8 + # Added by Google 9 + ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC9p6XYWUumCEk8ExaoProbI6BQHu52SErSlrOzUzzCUTjRPq2vfENTL7GwG6cgsrDLBxW+u+t6qoTXRVeRc7YCXzmPofls7dy2wXwBSM1Z/AzXCFDEVxtn3Y3F6gLi7nUbMZywBmBSlNjiN1w3FbBKMMP4SYgz0O1SGIjIFBQFheZgRTJxUq9DyPQRbY4U3jcJV8968JPQELKBCvmeI2iKNLOeSY1kVmwwM90yKgcvJsM/uTNXzUjTRK3Y4J0GWA2Up53pQxjmskqOusI+rwDVpnLsJEsjszvpOj5UAQrW4PuhJKjY0RYbigCrqqmCDbFuX9w6N9Sjo6Vp5MVxsMq7OwdNxNhBKDPJ8le4km8hdO8Z162+pSqUftk0hA4OjHIX2/i4avEl6Hh7MD1nbTnTbbaZV+1g6edWCnH0UASnrhulYkUNoWvpAi/bHJsfVuw5tZ8FprI5t6rCKiOXnXqU+jsn+fabDeuIt1mlN7BueebLUzAQ44npsFdSMEDCdJs= gildedguy@stellapent-cier 10 + # Added by Google 11 + ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC9p6XYWUumCEk8ExaoProbI6BQHu52SErSlrOzUzzCUTjRPq2vfENTL7GwG6cgsrDLBxW+u+t6qoTXRVeRc7YCXzmPofls7dy2wXwBSM1Z/AzXCFDEVxtn3Y3F6gLi7nUbMZywBmBSlNjiN1w3FbBKMMP4SYgz0O1SGIjIFBQFheZgRTJxUq9DyPQRbY4U3jcJV8968JPQELKBCvmeI2iKNLOeSY1kVmwwM90yKgcvJsM/uTNXzUjTRK3Y4J0GWA2Up53pQxjmskqOusI+rwDVpnLsJEsjszvpOj5UAQrW4PuhJKjY0RYbigCrqqmCDbFuX9w6N9Sjo6Vp5MVxsMq7OwdNxNhBKDPJ8le4km8hdO8Z162+pSqUftk0hA4OjHIX2/i4avEl6Hh7MD1nbTnTbbaZV+1g6edWCnH0UASnrhulYkUNoWvpAi/bHJsfVuw5tZ8FprI5t6rCKiOXnXqU+jsn+fabDeuIt1mlN7BueebLUzAQ44npsFdSMEDCdJs= gildedguy@stellapent-cier
+4
.ssh/known_hosts
··· 39 39 aur.archlinux.org ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBLMiLrP8pVi5BFX2i3vepSUnpedeiewE5XptnUnau+ZoeUOPkpoCgZZuYfpaIQfhhJJI5qgnjJmr4hyJbe/zxow= 40 40 devzat.hackclub.com ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC7oO3Zh+NMk8qsakdy7pvcifO04M38ET8LznC0Ad3G6KsrCz4PLIv8gi4YCBW9xJLrwy8ICj1bEh61Hf/rSzl0J4dWbZCKy656l1XihSd0fdjNefMpOY/FTejYt1TszkCbohOEwDM39t+/hr4C2LQ6YC9QeznBXBw2mNn7f4nW1lwDeoKV6hr3vlqSwZ2pvZaZu6sWdhYPcA6omLyyycs8ar/AecxDNWFQZhwPXbEElDS4iRl4Wlw5kK+DrxsJuxdkkf7ur8SN4GADKUEULsfShx9M7j/aTx+rqtWg0O4gC/sTtczED4ugkdxNTmahYEMhvutja/pSHIvMAERXjETQtbUj/DkPkHQoFpax+GBaFV3Ge2ys521AyE/2I6vuwcNk5cNVXan7SXtf5lSKKemtqBEpE+omRx6YIIClTxRJL1Ee6elgFkPloo0Kxx3tcdNN66bpStw9DVzcZ/coC7hLl2m4vya/OAjey2AIt+aifD2iNIiPubV2ZGHOV3SSUFM= 41 41 [nest.hackclub.app]:23234 ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJtl5OhePqRO65sRRslPOjVtZZ7iSTxZyYvLaC77u1id 42 + |1|yoivQu50hDpoG2iV+WNc+XQss7s=|UVJW3WeQJasMuYpUd0OHC45Mu6M= ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDuy+nYe1WRRM7KrupoN88FSbfayyezygBfvAOS8jbcJ 43 + |1|UlBPVuTLGM0t+eO6gqwOniaaBqc=|pIIYRRadNOTzZ+bqorAUxUl6Kdo= ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICO76F2Bj2b1O3Q7Ln2x94kq6Ai2ev2aOyXur9XgSsM0 44 + |1|xDilDLeS/mY21JJLSeESaf6EsQU=|+a3048St9462R+Eat+iJKEtNing= ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDJNV/VLejsM22QLGaE0IFvLAKgBzmv+KZH0YXUwakDwlkLEzqCS3vIEU7hYK6LN9//O56tY/peGsfey5jQIIJ6WFuyezNdpLpScprLukBb7baKlb5Sei5S5Gn4LdLu2927HnbK6bcCRN52DfVmrLDvfc4m9tsV9Uz/aCwGaFU7UYJUJrYsd/+o0yR6FOeZLXWyQhhJKC9e5ueI8mQEUn3h5hhU12AQuvI7c7GPpsq3zK0n1iHbmtAK+o1iuQEP7ynWkh9/9gUYJy5PufIQQYWLesR6CEC47zgBiYtCJkPLzbavrkPhb77v/5Q52hFhsla5fszXyjXG4SPnRZ+7yvlEKDrqh0kFIT5g9WSDGjiho6DrIqNYrlbHWhpfUx/g8YXsTgHqfE44LrqVyWdhpsVeW4q+kfhd7yse/QnWoc0zSrdFmqVHQlBbEQxiwslrENfXuTVpHlUGMO0OvlSPezYknjRklYkA3nFUX6Zj9LjvrgUobtbKi2w/gO+t+qZOOD8= 45 + |1|7+Cc7ortn5euZmvXoM2T1cXMSww=|q7tPRYcIZWNPn402o2uPDzIOCOI= ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBMLxa34Hhx89dTu4blnP+mA5AeWNTMqRyFYrCcJIKop6FtZ571Xyt4ign4zg7QFRQ5CciO783fMPK+K/gDXXAf8=
+2 -1
.tool-versions
··· 1 - nodejs 20.12.2 1 + nodejs 20.16.0 2 2 deno 1.45.5 3 3 direnv 2.34.0 4 4 python 3.12.3 5 5 glab 1.45.0 6 6 golang 1.22.6 7 + shellcheck 0.10.0