Skip to content

Commit

Permalink
update cask list
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Sep 23, 2024
1 parent 38fd0ed commit a828b0a
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 30 deletions.
1 change: 1 addition & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ fi
(( $+commands[dust] )) && alias du=dust
(( $+commands[hyperfine] )) && alias benchmark=hyperfine
(( $+commands[gping] )) && alias ping=gping
(( $+commands[paru] )) && alias yay=paru

# Git
alias gtr='git tag -d $(git tag) && git fetch --tags' # Refresh local tags from remote
Expand Down
50 changes: 20 additions & 30 deletions install_brew_cask.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,13 @@ apps=(
maczip # Compress & extract
fliqlo # Screen Saver
paper # Wallpaper
alt-tab # hyperswitch
# alt-tab # hyperswitch
iterm2 # Terminal
# keepingyouawake
keycastr # Show keys on the screen
licecap # Recording screen as gif
# mounty # Mounty for NTFS read/write
monitorcontrol # Controls external display brightness and volume
mos # Smooth and reverse scroll
# raycast # Spotlight/Alfred replacement.
rectangle # Window management
# rectangle # Window management
hiddenbar # Hide menu bar icons. Alternative: bartender, vanilla

clashx # Proxy: v2rayx, shadowsocksx-ng-r
iina # Media player
microsoft-edge # Browser: google-chrome
karabiner-elements # karabiner: Keboard remapping
# hammersppon # Ultimate tools
# netspot # Wifi signal analysis and scanner
Expand All @@ -38,32 +30,30 @@ apps=(
squirrel # Pinyin Input: sogouinput
handbrake # Video Transcoder: transcoder

# Audio
# soundflower
# soundflowerbed

# Development
# java # optional
# docker # optional
# fork # Git Client: gitkraken, sourcetree
# mark-text # Markdown editor: typora
visual-studio-code

# Utilities
# aliwangwang
# baidunetdisk
clash-rev-verge # Proxy: v2rayx, shadowsocksx-ng-r
macgesture # Mouse gestures
monitorcontrol # Controls external display brightness and volume
mos # Smooth and reverse scroll
motrix # Downloader: ariang
macgesture
qq
wechat
microsoft-edge # Browser: google-chrome
qq wechat
tencent-lemon
youdaodict youdaonote

neteasemusic
youdaodict
youdaonote
# Audio
# soundflower soundflowerbed

yesplaymusic
# Media player
neteasemusic
iina
listen1 # yesplaymusic
zy-player

# Development
# docker # optional
# fork # Git Client: gitkraken, sourcetree
visual-studio-code
)

# Use colors, but only if connected to a terminal, and that terminal
Expand Down

0 comments on commit a828b0a

Please sign in to comment.