Skip to content

Commit

Permalink
fixes to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
barakp-ai21 committed Jul 14, 2019
1 parent e9e8e25 commit 3ef86af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Brewfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ cask "google-cloud-sdk"
cask "intellij-idea-ce"
cask "iterm2"
cask "java"
cask "java8"
cask "adoptopenjdk8"
cask "kdiff3"
cask "mongodb-compass"
cask "ngrok"
Expand All @@ -54,6 +54,6 @@ cask "spectacle"
cask "sublime-text"
cask "virtualbox"
cask "visual-studio-code"
cask "yujitach-menumeters"
cask "menumeters"
cask "zotero"
cask "iterative/dvc/dvc"
5 changes: 0 additions & 5 deletions gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,3 @@
[mergetool "sourcetree"]
cmd = /Applications/kdiff3.app/Contents/MacOS/kdiff3 \"$BASE\" \"$LOCAL\" \"$REMOTE\" -o \"$MERGED\"
trustExitCode = true
[github]
user = pelegb
[user]
name = Barak Peleg
email = [email protected]
2 changes: 1 addition & 1 deletion script/install-vscode-extensions
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if ! command -v code >/dev/null
then
if [ $(uname -s) = "Darwin" ]
then
brew cask install code
brew cask install visual-studio-code
else
echo "Install VS Code first!" >&2
exit 1
Expand Down

0 comments on commit 3ef86af

Please sign in to comment.