Skip to content

Commit 35963e3

Browse files
committed
removed extra
1 parent c50da88 commit 35963e3

1 file changed

Lines changed: 0 additions & 33 deletions

File tree

src/content/blog/mac-setup.md

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -155,12 +155,6 @@ echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> ~/.zprofile
155155
eval "$(/opt/homebrew/bin/brew shellenv)"
156156
```
157157

158-
Xcode Command Line Tools required for installing ffmpeg or yt-dlp via Homebrew
159-
160-
```bash
161-
xcode-select --install
162-
```
163-
164158
- [Git](https://git-scm.com) version control
165159
Commonly used [commands](https://git-scm.com/docs): `status` `add` `commit` `checkout` `branch`
166160
`reset` `merge` `push` `pull` `diff` `log` `stash`
@@ -221,30 +215,3 @@ export PATH="$HOME/.nvm/versions/node/v22.14.0/bin:$PATH"
221215
```bash
222216
npm install --global http-server five-server npm-check-updates
223217
```
224-
225-
## Extra
226-
227-
### Video
228-
229-
- [VLC](https://www.videolan.org/vlc/) video player
230-
- [OBS Studio](https://obsproject.com) video recording
231-
- [yt-dlp](https://github.com/yt-dlp/yt-dlp#readme) command-line YouTube audio/video downloader
232-
`brew install yt-dlp`
233-
- [ffmpeg](https://www.ffmpeg.org) command-line audio/video converter
234-
Download static binary, move to /usr/local/bin to add `ffmpeg` to PATH, allow in Privacy &
235-
Security after first run
236-
- [HandBrake](https://handbrake.fr/) video transcoder
237-
- [Resolume Arena 7.18.2 - 17 Nov 2023](https://www.resolume.com/download/) VJ software
238-
- [HAP Encoder pkg](https://github.com/disguise-one/hap-encoder-adobe-cc/releases) GPU video codec
239-
240-
### Guitar
241-
242-
- [Guitar Pro](https://www.guitar-pro.com) tab editor and player
243-
- [TuxGuitar](https://www.tuxguitar.app) free tab editor and player
244-
- [Reaper](https://www.reaper.fm/download.php) digital audio workstation
245-
- [Motu M4 Driver](https://motu.com/en-us/download/product/410/#1823) audio interface
246-
- [Neural DSP Plugins](https://neuraldsp.com/downloads) digital amp sims
247-
[Plugin quick start guide](https://neuraldsp.com/getting-started/plugin-quick-start-guide#purchased-license)
248-
Archetype Nolly X, Fortin Cali, iLok License Manager
249-
VST2: Macintosh HD/Library/Audio/Plug-ins/VST
250-
Standalone App: Macintosh HD/Applications/Neural DSP

0 commit comments

Comments
 (0)