Skip to content

Commit 6f4f008

Browse files
install btop with brew
Signed-off-by: ivan katliarchuk <ivan.katliarchuk@gmail.com>
1 parent fadec31 commit 6f4f008

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

.secrets.baseline

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"filename": "git/gitconfig",
119119
"hashed_secret": "6c3da9f3585d8c9e621eef55b6d6b808014e296d",
120120
"is_verified": false,
121-
"line_number": 141
121+
"line_number": 140
122122
}
123123
],
124124
"tools/mc.ini": [
@@ -131,5 +131,5 @@
131131
}
132132
]
133133
},
134-
"generated_at": "2024-11-10T12:25:43Z"
134+
"generated_at": "2025-01-12T23:08:52Z"
135135
}

brew/Brewfile.mac

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ brew "stats"
1616
# https://www.zsa.io/flash
1717
# https://formulae.brew.sh/cask/keymapp
1818
cask "keymapp"
19+
20+
# https://github.com/aristocratos/btop?tab=readme-ov-file#installation
21+
brew "btop"

shell/bashrc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,3 @@ export NVM_DIR="$HOME/.nvm"
4040
if [ ! -t 0 ]; then
4141
exec 1>&3 2>&4 3>&- 4>&-
4242
fi
43-
44-
### MANAGED BY RANCHER DESKTOP START (DO NOT EDIT)
45-
export PATH="/Users/ik/.rd/bin:$PATH"
46-
### MANAGED BY RANCHER DESKTOP END (DO NOT EDIT)

vendor/prezto

0 commit comments

Comments
 (0)