Skip to content

Commit bb76e0a

Browse files
committed
feat(macOs): use touch id for sudo
1 parent 7c1fde8 commit bb76e0a

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

os/macOS/install.sh

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ set -e
33

44
brew install \
55
mpv \
6-
desktoppr
6+
desktoppr \
7+
artginzburg/tap/sudo-touchid
78

89
brew install --cask \
910
font-fira-code-nerd-font \
@@ -15,3 +16,6 @@ brew install --cask \
1516
wezterm \
1617
orbstack \
1718
discord
19+
20+
# Enable Touch ID for sudo
21+
sudo-touchid

0 commit comments

Comments
 (0)