diff --git a/CLAUDE.md b/CLAUDE.md index f558455..75e8892 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -14,3 +14,4 @@ type = "symbolic" ## Directory Symlinks in setup.sh For directories where programs create new files that should be tracked (e.g., fish's `funcsave` command), use the `ensure_dir_symlink` function in `setup.sh` instead of Dotter. This symlinks the entire directory so dynamically created files are automatically tracked in the repository. + diff --git a/asdf/.tool-versions b/asdf/.tool-versions index e241e8b..e1b2b9d 100644 --- a/asdf/.tool-versions +++ b/asdf/.tool-versions @@ -1,2 +1,3 @@ nodejs 22.11.0 golang 1.25.1 +bun 1.3.8 diff --git a/fish/functions/less.fish b/fish/functions/less.fish new file mode 100644 index 0000000..24283f3 --- /dev/null +++ b/fish/functions/less.fish @@ -0,0 +1,3 @@ +function less --wraps=bat --wraps='bat --paging always' --description 'alias less bat --paging always' + bat --paging always $argv +end diff --git a/htop/htoprc b/htop/htoprc index ed8f13f..bcbb6fb 100644 --- a/htop/htoprc +++ b/htop/htoprc @@ -1,6 +1,6 @@ # Beware! This file is rewritten by htop when settings are changed in the interface. # The parser is also very primitive, and not human-friendly. -htop_version=3.3.0 +htop_version=3.4.1 config_reader_min_version=3 fields=0 48 17 18 38 39 2 46 47 49 1 hide_kernel_threads=1 @@ -25,6 +25,7 @@ detailed_cpu_time=0 cpu_count_from_one=0 show_cpu_usage=1 show_cpu_frequency=0 +show_cached_memory=1 update_process_names=0 account_guest_in_cpu_meter=0 color_scheme=0 @@ -37,14 +38,14 @@ column_meter_modes_0=1 1 1 column_meters_1=RightCPUs2 Tasks LoadAverage Uptime column_meter_modes_1=1 2 2 2 tree_view=0 -sort_key=46 +sort_key=47 tree_sort_key=0 sort_direction=-1 tree_sort_direction=1 tree_view_always_by_pid=0 all_branches_collapsed=0 screen:Main=PID USER PRIORITY NICE M_VIRT M_RESIDENT STATE PERCENT_CPU PERCENT_MEM TIME Command -.sort_key=PERCENT_CPU +.sort_key=PERCENT_MEM .tree_sort_key=PID .tree_view_always_by_pid=0 .tree_view=0 diff --git a/nvim/lazy-lock.json b/nvim/lazy-lock.json index 19c6f69..cab3e91 100644 --- a/nvim/lazy-lock.json +++ b/nvim/lazy-lock.json @@ -1,5 +1,5 @@ { "hop.nvim": { "branch": "master", "commit": "08ddca799089ab96a6d1763db0b8adc5320bf050" }, - "lazy.nvim": { "branch": "main", "commit": "85c7ff3711b730b4030d03144f6db6375044ae82" }, - "mini.nvim": { "branch": "main", "commit": "94cae4660a8b2d95dbbd56e1fbc6fcfa2716d152" } + "lazy.nvim": { "branch": "main", "commit": "306a05526ada86a7b30af95c5cc81ffba93fef97" }, + "mini.nvim": { "branch": "main", "commit": "a995fe9cd4193fb492b5df69175a351a74b3d36b" } }