mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 06:46:40 +00:00
Improve hostname check
This commit is contained in:
9
Brewfile
9
Brewfile
@@ -1,5 +1,10 @@
|
||||
# rubocop:disable Naming/FileName
|
||||
|
||||
#
|
||||
# Setup
|
||||
#
|
||||
|
||||
hostname = `hostname -s`.strip
|
||||
cask_args appdir: '/Applications'
|
||||
tap 'homebrew/cask'
|
||||
tap 'homebrew/cask-drivers'
|
||||
@@ -139,8 +144,8 @@ cask 'vagrant'
|
||||
cask 'virtualbox'
|
||||
cask 'visual-studio-code'
|
||||
|
||||
# Personal Apps
|
||||
if `hostname -s`.strip == 'noct'
|
||||
# noct
|
||||
if hostname == 'noct'
|
||||
brew 'ffmpeg', args: [
|
||||
'with-chromaprint',
|
||||
'with-fdk-aac',
|
||||
|
||||
Reference in New Issue
Block a user