aboutsummaryrefslogtreecommitdiffstats
path: root/brew.sh
diff options
context:
space:
mode:
authorSimen A. W. Olsen <cobraz@cobraz.no>2020-11-20 20:21:50 +0100
committerSimen A. W. Olsen <cobraz@cobraz.no>2020-11-20 20:21:50 +0100
commit11cf8c92091d2892ee69999eb47eb012ce1f4f49 (patch)
treece76c6e311777cd77dd1823adf5cca17dd347ac1 /brew.sh
parentadb6a5bb8e506a03d51f89cd065db15161dfe6e0 (diff)
downloaddotfiles-11cf8c92091d2892ee69999eb47eb012ce1f4f49.tar.gz
dotfiles-11cf8c92091d2892ee69999eb47eb012ce1f4f49.zip
feat: add vscode
Diffstat (limited to 'brew.sh')
-rw-r--r--brew.sh11
1 files changed, 6 insertions, 5 deletions
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