Skip to content

Commit

Permalink
install btop with brew
Browse files Browse the repository at this point in the history
Signed-off-by: ivan katliarchuk <[email protected]>
  • Loading branch information
ivankatliarchuk committed Jan 15, 2025
1 parent fadec31 commit 6f4f008
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"filename": "git/gitconfig",
"hashed_secret": "6c3da9f3585d8c9e621eef55b6d6b808014e296d",
"is_verified": false,
"line_number": 141
"line_number": 140
}
],
"tools/mc.ini": [
Expand All @@ -131,5 +131,5 @@
}
]
},
"generated_at": "2024-11-10T12:25:43Z"
"generated_at": "2025-01-12T23:08:52Z"
}
3 changes: 3 additions & 0 deletions brew/Brewfile.mac
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ brew "stats"
# https://www.zsa.io/flash
# https://formulae.brew.sh/cask/keymapp
cask "keymapp"

# https://github.com/aristocratos/btop?tab=readme-ov-file#installation
brew "btop"
4 changes: 0 additions & 4 deletions shell/bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,3 @@ export NVM_DIR="$HOME/.nvm"
if [ ! -t 0 ]; then
exec 1>&3 2>&4 3>&- 4>&-
fi

### MANAGED BY RANCHER DESKTOP START (DO NOT EDIT)
export PATH="/Users/ik/.rd/bin:$PATH"
### MANAGED BY RANCHER DESKTOP END (DO NOT EDIT)
2 changes: 1 addition & 1 deletion vendor/prezto
Submodule prezto updated 50 files
+9 −1 README.md
+1 −1 modules/autosuggestions/external
+1 −1 modules/completion/external
+1 −1 modules/completion/init.zsh
+0 −7 modules/directory/README.md
+2 −5 modules/directory/init.zsh
+0 −11 modules/editor/README.md
+1 −2 modules/editor/init.zsh
+0 −7 modules/emacs/README.md
+4 −6 modules/emacs/init.zsh
+0 −7 modules/fasd/README.md
+1 −1 modules/fasd/external
+2 −4 modules/fasd/init.zsh
+2 −1 modules/gnu-utility/init.zsh
+0 −36 modules/history-substring-search/README.md
+1 −1 modules/history-substring-search/external
+0 −12 modules/history-substring-search/init.zsh
+0 −7 modules/history/README.md
+44 −20 modules/history/init.zsh
+0 −7 modules/homebrew/README.md
+17 −29 modules/homebrew/init.zsh
+0 −7 modules/macports/README.md
+7 −9 modules/macports/init.zsh
+0 −7 modules/node/README.md
+14 −16 modules/node/init.zsh
+1 −1 modules/osx/functions/manp
+0 −31 modules/osx/functions/trash
+0 −7 modules/perl/README.md
+33 −35 modules/perl/init.zsh
+1 −1 modules/prompt/external/async
+1 −1 modules/prompt/external/powerlevel10k
+1 −1 modules/prompt/external/pure
+11 −1 modules/prompt/init.zsh
+4 −8 modules/python/README.md
+19 −0 modules/python/functions/_pip
+34 −41 modules/python/init.zsh
+0 −7 modules/rails/README.md
+14 −16 modules/rails/init.zsh
+0 −7 modules/ruby/README.md
+18 −20 modules/ruby/init.zsh
+0 −7 modules/screen/README.md
+5 −7 modules/screen/init.zsh
+4 −4 modules/ssh/init.zsh
+1 −1 modules/syntax-highlighting/external
+0 −7 modules/tmux/README.md
+3 −5 modules/tmux/init.zsh
+1 −0 modules/utility/README.md
+7 −8 modules/utility/init.zsh
+1 −4 runcoms/zlogin
+0 −15 runcoms/zpreztorc

0 comments on commit 6f4f008

Please sign in to comment.