Skip to content

Commit c0b5cb6

Browse files
committed
Tidy brews
1 parent db383d3 commit c0b5cb6

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

dotfiles/.aliases

100755100644
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ alias lt='ls --tree'
2727
# bat (cat replacement)
2828
alias cat="bat --paging=never"
2929

30-
# bottom (top replacement)
31-
alias top="btm"
30+
# btop (top replacement)
31+
alias top="btop"
3232

3333
# Reload the shell
3434
alias reload="source ~/.zshrc"

scripts/brew.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ brew install ack
2929
brew install php
3030
brew install pnpm
3131
brew install mise
32+
brew install uv
3233
brew install biome
3334
brew install libpq
3435
brew install awscli
@@ -57,14 +58,14 @@ brew install jq
5758
brew install bat
5859
brew install lsd
5960
brew install mas
61+
brew install fzf
6062
brew install hstr
6163
brew install tldr
6264
brew install btop
6365
brew install infat
6466
brew install ffmpeg
6567
brew install rename
6668
brew install rclone
67-
brew install bottom
6869
brew install zoxide
6970
brew install yt-dlp
7071
brew install thefuck

0 commit comments

Comments
 (0)