Skip to content

Commit 0647944

Browse files
author
Oscar Tanner
committed
Bunch of updates
1 parent eeef55b commit 0647944

File tree

3 files changed

+27
-18
lines changed

3 files changed

+27
-18
lines changed

.dots

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,14 @@ function runDots() {
4848
echo ""
4949
./qa.sh
5050
fi
51+
if [ $ARG == "WORK" ] || [ $ARG == "all" ]; then
52+
# Run the work.sh Script
53+
echo "------------------------------"
54+
echo "Setting up Work development environment."
55+
echo "------------------------------"
56+
echo ""
57+
./work.sh
58+
fi
5159
done
5260

5361
echo "------------------------------"

brew.sh

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -167,25 +167,25 @@ brew link libxslt --force
167167
# Core casks
168168
# brew cask install --appdir="/Applications" alfred
169169
brew cask install --appdir="~/Applications" iterm2
170-
brew cask install --appdir="~/Applications" java
170+
brew cask install --appdir="~/Applications" java8
171171
# brew cask install --appdir="~/Applications" xquartz
172172

173173
# Development tool casks
174-
# brew cask install --appdir="/Applications" sublime-text3
174+
brew cask install --appdir="/Applications" sublime-text3
175175
# brew cask install --appdir="/Applications" atom
176176
brew cask install --appdir="/Applications" virtualbox
177-
brew cask install --appdir="/Applications" spotify
177+
# brew cask install --appdir="/Applications" spotify
178178
# brew cask install --appdir="/Applications" vagrant
179179
# brew cask install --appdir="/Applications" macdown
180180

181181
# Misc casks
182-
# brew cask install --appdir="/Applications" google-chrome
182+
brew cask install --appdir="/Applications" google-chrome
183183
# brew cask install --appdir="/Applications" firefox
184-
brew cask install --appdir="/Applications" skype
184+
# brew cask install --appdir="/Applications" skype
185185
brew cask install --appdir="/Applications" slack
186-
brew cask install --appdir="/Applications" whatsapp
187-
brew cask install --appdir="/Applications" dropbox
188-
brew cask install --appdir="/Applications" google-backup-and-sync
186+
# brew cask install --appdir="/Applications" whatsapp
187+
# brew cask install --appdir="/Applications" dropbox
188+
# brew cask install --appdir="/Applications" google-backup-and-sync
189189
# brew cask install --appdir="/Applications" evernote
190190
# brew cask install --appdir="/Applications" 1password
191191
# brew cask install --appdir="/Applications" gimp
@@ -198,7 +198,7 @@ brew cask install --appdir="/Applications" google-backup-and-sync
198198
# brew cask alfred link
199199

200200
# Install Docker, which requires virtualbox
201-
# brew install docker
201+
brew install docker
202202
# brew install boot2docker
203203

204204
# Install developer friendly quick look plugins; see https://github.com/sindresorhus/quick-look-plugins

work.sh

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -22,16 +22,17 @@ brew update
2222
brew tap caskroom/versions
2323

2424
brew cask install --appdir="~/Applications" intellij-idea
25-
brew cask install --appdir="~/Applications" datagrip
26-
brew cask install postgres
27-
brew cask install --appdir="~/Applications" tunnelbear
28-
brew cask install --appdir="~/Applications" cleanmymac
29-
brew cask install --appdir="~/Applications" charles
30-
brew cask install --appdir="~/Applications" paw
31-
brew cask install --appdir="~/Applications" zeplin
25+
brew cask install --appdir="~/Applications" robo-3t
26+
# brew cask install --appdir="~/Applications" datagrip
27+
# brew cask install postgres
28+
# brew cask install --appdir="~/Applications" tunnelbear
29+
# brew cask install --appdir="~/Applications" cleanmymac
30+
# brew cask install --appdir="~/Applications" charles
31+
# brew cask install --appdir="~/Applications" paw
32+
# brew cask install --appdir="~/Applications" zeplin
3233

3334

3435
brew install maven
35-
brew install postgres
36+
# brew install postgres
3637

37-
brew cask install --appdir="~/Applications" calibre
38+
# brew cask install --appdir="~/Applications" calibre

0 commit comments

Comments
 (0)