Skip to content

Commit

Permalink
chore(brewfile): Install DaVinci Resolve from App Store
Browse files Browse the repository at this point in the history
Official site version requires to install manually and Rosetta2.
  • Loading branch information
5ouma committed Mar 16, 2024
1 parent 4659e32 commit de9ead4
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 9 deletions.
1 change: 0 additions & 1 deletion .github/workflows/detail-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
- name: ⚙️ Run setup
env:
SETUP_SKIP_INSTALLDAVINCIRESOLVE: true
SETUP_SKIP_LOGINGITHUBCLI: true
HOMEBREW_BUNDLE_MAS_SKIP: ${{ steps.skip.outputs.HOMEBREW_BUNDLE_MAS_SKIP }}
run: zsh <(curl -sL "dotup.vercel.app/${GITHUB_HEAD_REF:-HEAD}") --yes
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
- name: ⚙️ Run setup
env:
SETUP_SKIP_INSTALLAPPS: true
SETUP_SKIP_INSTALLDAVINCIRESOLVE: true
SETUP_SKIP_LOGINGITHUBCLI: true
SETUP_SKIP_RESTORELAUNCHPAD: true
run: zsh <(curl -sL "dotup.vercel.app/${GITHUB_HEAD_REF:-HEAD}") --yes
Expand Down
1 change: 1 addition & 0 deletions data/Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ cask "virtualbuddy"
cask "visual-studio-code"
cask "visual-studio-code-insiders"
mas "Amphetamine", id: 937984704
mas "DaVinci Resolve", id: 571213070
mas "Disk Speed Test", id: 425264550
mas "Email", id: 1489591003
mas "FocusRecorder", id: 6446467176
Expand Down
7 changes: 0 additions & 7 deletions setup
Original file line number Diff line number Diff line change
Expand Up @@ -291,13 +291,6 @@ changeLoginShell() {
sudo chsh -s "$(which zsh)" "$USER"
} && run 'changeLoginShell' '### 🐚 Change login shell to Zsh'

installDavinciResolve() {
[ -d '/Applications/DaVinci Resolve' ] && skip
sleep 2
open 'https://www.blackmagicdesign.com/products/davinciresolve'
gum confirm 'Continue when you done' 'Done' ''
} && run 'installDavinciResolve' '### 🎨 Install DaVinci Resolve' true

restoreLaunchpad() {
lporg save -c="$TMPDIR/lporg.yml" &>/dev/null
(diff "$data/lporg.yml" "$TMPDIR/lporg.yml" &>/dev/null) && skip
Expand Down

0 comments on commit de9ead4

Please sign in to comment.