-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
productivity.Brewfile
65 lines (49 loc) · 1.5 KB
/
productivity.Brewfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# productivity.Brewfile
#
# Maintained by Byungjin Park <posquit0.bj@gmail.com>
# https://www.posquit0.com/
cask_args appdir: '/Applications'
# Alternate versions of Casks
tap 'homebrew/cask-versions'
### Launcher {{{
# Boosts your efficiency with hotkeys, keywords, text expansion and more
# cask 'alfred'
# Control your tools with a few keystrokes
cask 'raycast' if OS.mac?
### }}}
### Menu Bar {{{
# A powerful menu bar browser
mas 'MenubarX', id: 1575588022
# Organize the menu bar icons
cask 'bartender' if OS.mac?
# The most awesome keep-awake app
mas 'Amphetamine', id: 937984704
# macOS system monitor in your menu bar
cask 'stats' if OS.mac?
### }}}
### Time Management {{{
# The calendar app you won't be able to live without
# cask 'fantastical'
# Calendar software focusing on flexibility and reliability
# cask 'busycal'
# Calendar for professionals and teams
cask 'notion-calendar'
# Time blocking platform to save 2 hours every day
cask 'akiflow'
### }}}
### Keyboard & Mouse & Trackpad {{{
# Customize various input devices on your Mac
cask 'bettertouchtool' if OS.mac?
# Know your short cuts
cask 'cheatsheet' if OS.mac?
# Lightweight clipboard manager for macOS
cask 'maccy' if OS.mac?
# A powerful and stable keyboard customizer for macOS
cask 'karabiner-elements' if OS.mac?
# Network KVM Switch(Mouse and Keyboard Sharing)
# cask 'synergy'
### }}}
### AI {{{
# Get up and running with large language models.
cask 'ollama'
### }}}