mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 09:46:42 +00:00
Update Brewfile
Move a few things around to be specific to my "noct" machine.
This commit is contained in:
47
Brewfile
47
Brewfile
@@ -65,23 +65,6 @@ brew 'goreleaser'
|
|||||||
tap 'nektos/tap'
|
tap 'nektos/tap'
|
||||||
brew 'act'
|
brew 'act'
|
||||||
|
|
||||||
brew 'ffmpeg', args: [
|
|
||||||
'with-chromaprint',
|
|
||||||
'with-fdk-aac',
|
|
||||||
'with-libass',
|
|
||||||
'with-librsvg',
|
|
||||||
'with-libsoxr',
|
|
||||||
'with-libssh',
|
|
||||||
'with-libvidstab',
|
|
||||||
'with-openh264',
|
|
||||||
'with-openssl',
|
|
||||||
'with-rubberband',
|
|
||||||
'with-srt',
|
|
||||||
'with-tesseract',
|
|
||||||
'with-webp'
|
|
||||||
]
|
|
||||||
brew 'get_iplayer'
|
|
||||||
|
|
||||||
cask 'osxfuse'
|
cask 'osxfuse'
|
||||||
brew 'sshfs'
|
brew 'sshfs'
|
||||||
|
|
||||||
@@ -111,11 +94,7 @@ cask 'logitech-gaming-software'
|
|||||||
cask 'logitech-options'
|
cask 'logitech-options'
|
||||||
cask 'mplayerx'
|
cask 'mplayerx'
|
||||||
cask 'name-mangler'
|
cask 'name-mangler'
|
||||||
cask 'qlcolorcode'
|
|
||||||
cask 'qlmarkdown'
|
|
||||||
cask 'qlstephen'
|
|
||||||
cask 'resolutionator'
|
cask 'resolutionator'
|
||||||
cask 'scroll-reverser'
|
|
||||||
cask 'stay'
|
cask 'stay'
|
||||||
cask 'ubersicht'
|
cask 'ubersicht'
|
||||||
cask 'vlc'
|
cask 'vlc'
|
||||||
@@ -136,7 +115,6 @@ cask 'kaleidoscope'
|
|||||||
cask 'licecap'
|
cask 'licecap'
|
||||||
cask 'minikube'
|
cask 'minikube'
|
||||||
cask 'minishift'
|
cask 'minishift'
|
||||||
cask 'muzzle'
|
|
||||||
cask 'paw'
|
cask 'paw'
|
||||||
cask 'postico'
|
cask 'postico'
|
||||||
cask 'postman'
|
cask 'postman'
|
||||||
@@ -144,7 +122,6 @@ cask 'robo-3t'
|
|||||||
cask 'rowanj-gitx'
|
cask 'rowanj-gitx'
|
||||||
cask 'sequel-pro'
|
cask 'sequel-pro'
|
||||||
cask 'slack'
|
cask 'slack'
|
||||||
cask 'trailer'
|
|
||||||
cask 'transmit'
|
cask 'transmit'
|
||||||
cask 'vagrant'
|
cask 'vagrant'
|
||||||
cask 'virtualbox'
|
cask 'virtualbox'
|
||||||
@@ -152,6 +129,23 @@ cask 'visual-studio-code'
|
|||||||
|
|
||||||
# Personal Apps
|
# Personal Apps
|
||||||
if `hostname -s`.strip == 'noct'
|
if `hostname -s`.strip == 'noct'
|
||||||
|
brew 'ffmpeg', args: [
|
||||||
|
'with-chromaprint',
|
||||||
|
'with-fdk-aac',
|
||||||
|
'with-libass',
|
||||||
|
'with-librsvg',
|
||||||
|
'with-libsoxr',
|
||||||
|
'with-libssh',
|
||||||
|
'with-libvidstab',
|
||||||
|
'with-openh264',
|
||||||
|
'with-openssl',
|
||||||
|
'with-rubberband',
|
||||||
|
'with-srt',
|
||||||
|
'with-tesseract',
|
||||||
|
'with-webp'
|
||||||
|
]
|
||||||
|
brew 'get_iplayer'
|
||||||
|
|
||||||
cask '4k-video-downloader'
|
cask '4k-video-downloader'
|
||||||
cask 'adobe-creative-cloud'
|
cask 'adobe-creative-cloud'
|
||||||
cask 'aegisub'
|
cask 'aegisub'
|
||||||
@@ -165,6 +159,7 @@ if `hostname -s`.strip == 'noct'
|
|||||||
cask 'boom-3d'
|
cask 'boom-3d'
|
||||||
cask 'calibre'
|
cask 'calibre'
|
||||||
cask 'chicken'
|
cask 'chicken'
|
||||||
|
cask 'chromedriver'
|
||||||
cask 'daisydisk'
|
cask 'daisydisk'
|
||||||
cask 'deluge'
|
cask 'deluge'
|
||||||
cask 'discord'
|
cask 'discord'
|
||||||
@@ -185,20 +180,25 @@ if `hostname -s`.strip == 'noct'
|
|||||||
cask 'micro-snitch'
|
cask 'micro-snitch'
|
||||||
cask 'mkvtoolnix-app'
|
cask 'mkvtoolnix-app'
|
||||||
cask 'monodraw'
|
cask 'monodraw'
|
||||||
|
cask 'muzzle'
|
||||||
cask 'omnigraffle'
|
cask 'omnigraffle'
|
||||||
cask 'openemu'
|
cask 'openemu'
|
||||||
cask 'parallels'
|
cask 'parallels'
|
||||||
cask 'peakhour'
|
cask 'peakhour'
|
||||||
cask 'plex-media-player'
|
cask 'plex-media-player'
|
||||||
cask 'pocket-casts'
|
cask 'pocket-casts'
|
||||||
|
cask 'qlcolorcode'
|
||||||
cask 'qlimagesize'
|
cask 'qlimagesize'
|
||||||
|
cask 'qlmarkdown'
|
||||||
cask 'qlprettypatch'
|
cask 'qlprettypatch'
|
||||||
|
cask 'qlstephen'
|
||||||
cask 'qlvideo'
|
cask 'qlvideo'
|
||||||
cask 'quicklook-csv'
|
cask 'quicklook-csv'
|
||||||
cask 'quicklook-json'
|
cask 'quicklook-json'
|
||||||
cask 'quicklookapk'
|
cask 'quicklookapk'
|
||||||
cask 'rclone-browser'
|
cask 'rclone-browser'
|
||||||
cask 'ring'
|
cask 'ring'
|
||||||
|
cask 'scroll-reverser'
|
||||||
cask 'sixtyforce'
|
cask 'sixtyforce'
|
||||||
cask 'skitch'
|
cask 'skitch'
|
||||||
cask 'skyfonts'
|
cask 'skyfonts'
|
||||||
@@ -208,6 +208,7 @@ if `hostname -s`.strip == 'noct'
|
|||||||
cask 'steam'
|
cask 'steam'
|
||||||
cask 'suspicious-package'
|
cask 'suspicious-package'
|
||||||
cask 'teamviewer'
|
cask 'teamviewer'
|
||||||
|
cask 'trailer'
|
||||||
cask 'transmission'
|
cask 'transmission'
|
||||||
cask 'virtualc64'
|
cask 'virtualc64'
|
||||||
cask 'viscosity'
|
cask 'viscosity'
|
||||||
|
|||||||
Reference in New Issue
Block a user