diff options
| author | Simen A. W. Olsen <cobraz@cobraz.no> | 2020-11-20 20:21:50 +0100 |
|---|---|---|
| committer | Simen A. W. Olsen <cobraz@cobraz.no> | 2020-11-20 20:21:50 +0100 |
| commit | 11cf8c92091d2892ee69999eb47eb012ce1f4f49 (patch) | |
| tree | ce76c6e311777cd77dd1823adf5cca17dd347ac1 /brew.sh | |
| parent | adb6a5bb8e506a03d51f89cd065db15161dfe6e0 (diff) | |
| download | dotfiles-11cf8c92091d2892ee69999eb47eb012ce1f4f49.tar.gz dotfiles-11cf8c92091d2892ee69999eb47eb012ce1f4f49.zip | |
feat: add vscode
Diffstat (limited to 'brew.sh')
| -rw-r--r-- | brew.sh | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -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 |
