Skip to content

Commit

Permalink
Use formula over casks when possible.
Browse files Browse the repository at this point in the history
  • Loading branch information
kdeldycke committed Dec 15, 2015
1 parent 0c46b0b commit 1a606e9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
8 changes: 4 additions & 4 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
set -x

# We need to distinguish sources and binary packages for Brew & Cask on OSX
COMMON_PACKAGES="apg bash bash-completion colordiff colortail coreutils
COMMON_PACKAGES="apg avidemux bash bash-completion colordiff colortail coreutils
faac fdupes findutils flac fontforge git git-extras graphviz grc hfsutils
htop jnettop lame legit mercurial optipng p7zip pngcrush recode rename rtmpdump
shntool testdisk tree unrar wget x264"
shntool sqlitebrowser testdisk tree unrar wget wireshark x264"

BIN_PACKAGES="audacity avidemux darktable firefox gimp hugin inkscape
pdftk prey stellarium subsurface thunderbird virtualbox vlc wireshark"
BIN_PACKAGES="audacity darktable firefox gimp hugin inkscape
pdftk prey stellarium subsurface thunderbird virtualbox vlc"

# Detect distribution
if [ "$(uname -s)" == "Darwin" ]; then
Expand Down
2 changes: 1 addition & 1 deletion scripts/kubuntu-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ exfat-fuse exfat-utils faad gimp-plugin-registry gitg \
hfsplus hfsprogs hunspell-fr hunspell-fr-classical kdenlive kdesdk-scripts \
kompare kscreensaver kwrite libavcodec-extra libimage-exiftool-perl lm-sensors mbr \
mkvtoolnix mkvtoolnix-gui mplayer2 network-manager-openvpn ntp p7zip-full picard \
powertop psmisc sqlitebrowser sysfsutils system-config-lvm transcode ttf-ancient-fonts \
powertop psmisc sysfsutils system-config-lvm transcode ttf-ancient-fonts \
unclutter vim-nox xfsprogs xscreensaver xscreensaver-data \
xscreensaver-data-extra xscreensaver-gl xscreensaver-gl-extra xsltproc

Expand Down
1 change: 0 additions & 1 deletion scripts/osx-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ brew cask install --force gitup
brew cask install --force insync
brew cask install --force libreoffice
brew cask install --force spectacle
brew cask install --force sqlitebrowser
brew cask install --force steam
brew cask install --force torbrowser
brew cask install --force transmission
Expand Down

0 comments on commit 1a606e9

Please sign in to comment.