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.

Maintenance work on configs

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

+56 -39
+13 -37
.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 5 3 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 6 8 hide_kernel_threads=1 7 9 hide_userland_threads=0 8 - hide_running_in_container=0 9 10 shadow_other_users=1 10 - show_thread_names=0 11 + show_thread_names=1 11 12 show_program_path=1 12 13 highlight_base_name=1 13 - highlight_deleted_exe=1 14 - shadow_distribution_path_prefix=0 15 14 highlight_megabytes=1 16 15 highlight_threads=1 17 16 highlight_changes=0 ··· 19 18 find_comm_in_cmdline=1 20 19 strip_exe_from_cmdline=1 21 20 show_merged_command=1 21 + tree_view=0 22 + tree_view_always_by_pid=0 22 23 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 27 - show_cpu_frequency=0 27 + show_cpu_frequency=1 28 28 show_cpu_temperature=1 29 29 degree_fahrenheit=0 30 - update_process_names=0 30 + update_process_names=1 31 31 account_guest_in_cpu_meter=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 35 39 hide_function_bar=0 36 - header_layout=two_50_50 37 - column_meters_0=AllCPUs Memory Swap 38 - column_meter_modes_0=1 1 1 39 - column_meters_1=Tasks LoadAverage Uptime 40 - column_meter_modes_1=2 2 2 41 - tree_view=1 42 - sort_key=46 43 - tree_sort_key=1 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=Command 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 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
+2 -1
.local/share/devbox/global/default/devbox.json
··· 2 2 "packages": [ 3 3 "gita@latest", 4 4 "shfmt@latest", 5 - "hadolint@latest" 5 + "hadolint@latest", 6 + "python@3.12.0" 6 7 ], 7 8 "shell": { 8 9 "init_hook": [
+21
.local/share/devbox/global/default/devbox.lock
··· 13 13 "source": "devbox-search", 14 14 "version": "2.12.0" 15 15 }, 16 + "python@3.12.0": { 17 + "last_modified": "2023-10-03T09:29:46Z", 18 + "plugin_version": "0.0.1", 19 + "resolved": "github:NixOS/nixpkgs/e2b8feae8470705c3f331901ae057da3095cea10#python312", 20 + "source": "devbox-search", 21 + "version": "3.12.0", 22 + "systems": { 23 + "aarch64-darwin": { 24 + "store_path": "/nix/store/4w9xnvsbw0b3nyzc64alz7nv7ay4a88j-python3-3.12.0" 25 + }, 26 + "aarch64-linux": { 27 + "store_path": "/nix/store/dgg6kzpv7yg3h83m6aa5vnplvfghcdyq-python3-3.12.0" 28 + }, 29 + "x86_64-darwin": { 30 + "store_path": "/nix/store/grmb7mw4ixqrbrp87yqigmxiaydnqcg0-python3-3.12.0" 31 + }, 32 + "x86_64-linux": { 33 + "store_path": "/nix/store/7gldca15px30wpk6bfrscn19sdg755q8-python3-3.12.0" 34 + } 35 + } 36 + }, 16 37 "shfmt@latest": { 17 38 "last_modified": "2023-08-08T03:07:33Z", 18 39 "resolved": "github:NixOS/nixpkgs/844ffa82bbe2a2779c86ab3a72ff1b4176cec467#shfmt",
+20 -1
.vscode/settings.json
··· 13 13 "domain": "git.vern.cc", 14 14 "type": "Gitea" 15 15 } 16 - ] 16 + ], 17 + "gitlens.heatmap.ageThreshold": 60, 18 + "gitlens.views.commitDetails.files.layout": "tree", 19 + "gitlens.views.repositories.includeWorkingTree": true, 20 + "gitlens.views.repositories.showIncomingActivity": true, 21 + "gitlens.views.fileHistory.files.layout": "tree", 22 + "gitlens.autolinks": [ 23 + { 24 + "ignoreCase": true, 25 + "prefix": "LAUNCHPAD-", 26 + "url": "https://mau.dev/andreijiroh.dev/launchpad/-/issues/<num>" 27 + }, 28 + { 29 + "prefix": "IN-LAUNCHPAD-", 30 + "url": "https://ajhalili2006.jetbrains.space/p/launchpad/issues/<num>" 31 + } 32 + ], 33 + "gitlens.defaultTimeFormat": "HH:mm", 34 + "gitlens.defaultDateShortFormat": "YYYY-MM-D", 35 + "gitlens.defaultDateFormat": "YYYY-MM-D HH:mm" 17 36 }