From 11cf8c92091d2892ee69999eb47eb012ce1f4f49 Mon Sep 17 00:00:00 2001 From: "Simen A. W. Olsen" Date: Fri, 20 Nov 2020 20:21:50 +0100 Subject: feat: add vscode --- brew.sh | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'brew.sh') diff --git a/brew.sh b/brew.sh index e730a58..97b989c 100644 --- a/brew.sh +++ b/brew.sh @@ -28,9 +28,9 @@ brew install bash-completion2 # Switch to using brew-installed bash as default shell if ! fgrep -q "${BREW_PREFIX}/bin/bash" /etc/shells; then - echo "${BREW_PREFIX}/bin/bash" | sudo tee -a /etc/shells; - chsh -s "${BREW_PREFIX}/bin/bash"; -fi; + echo "${BREW_PREFIX}/bin/bash" | sudo tee -a /etc/shells + chsh -s "${BREW_PREFIX}/bin/bash" +fi # Install `wget` with IRI support. brew install wget --with-iri @@ -52,7 +52,6 @@ brew install sfnt2woff brew install sfnt2woff-zopfli brew install woff2 - # Install other useful binaries. brew install ack #brew install exiv2 @@ -70,5 +69,7 @@ brew install tree brew install vbindiff brew install zopfli +brew cask install visual-studio-code + # Remove outdated versions from the cellar. -brew cleanup \ No newline at end of file +brew cleanup -- cgit v1.2.3