Skip to content

Commit 7074569

Browse files
install various tools
1 parent 1f6a915 commit 7074569

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

brewfile/Brewfile

+5
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ brew "kind"
3434
brew "kubectx"
3535
brew "kustomize"
3636
brew "lsusb"
37+
brew "mactop"
3738
brew "mas"
3839
brew "neovim"
3940
brew "nmap"
@@ -42,6 +43,7 @@ brew "opentofu"
4243
brew "pandoc"
4344
brew "pre-commit"
4445
brew "prometheus"
46+
brew "python3"
4547
brew "ranger"
4648
brew "ripgrep"
4749
brew "rclone"
@@ -77,6 +79,9 @@ cask "firefox"
7779
cask "goland"
7880
cask "google-chrome"
7981
cask "iterm2"
82+
cask "mactex"
83+
cask "obsidian"
84+
cask "ollama"
8085
cask "pallotron-yubiswitch"
8186
cask "pgadmin4"
8287
cask "porting-kit"

btop/btop.conf

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@ graph_symbol_net = "default"
4747
graph_symbol_proc = "default"
4848

4949
#* Manually set which boxes to show. Available values are "cpu mem net proc" and "gpu0" through "gpu5", separate values with whitespace.
50-
shown_boxes = "cpu mem net proc"
50+
shown_boxes = "cpu net proc"
5151

5252
#* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs.
5353
update_ms = 2000
5454

5555
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
5656
#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
57-
proc_sorting = "cpu lazy"
57+
proc_sorting = "cpu direct"
5858

5959
#* Reverse sorting order, True or False.
6060
proc_reversed = False

0 commit comments

Comments
 (0)