diff options
| author | Simen A. W. Olsen <cobraz@Simens-MacBook-Pro-2.local> | 2020-11-21 00:41:32 +0100 |
|---|---|---|
| committer | Simen A. W. Olsen <cobraz@Simens-MacBook-Pro-2.local> | 2020-11-21 00:41:32 +0100 |
| commit | 83a6c508d76bf958fbee69d39844d9b794b3b4f1 (patch) | |
| tree | f07d68a370a63527e8c23a11cc3721d4fe6008c5 | |
| parent | 94df44d9f8d614b6c28713c7b6cbbc8565e8d932 (diff) | |
| download | dotfiles-83a6c508d76bf958fbee69d39844d9b794b3b4f1.tar.gz dotfiles-83a6c508d76bf958fbee69d39844d9b794b3b4f1.zip | |
add a few things
| -rwxr-xr-x | bootstrap.sh | 6 | ||||
| -rwxr-xr-x | brew.sh | 16 |
2 files changed, 17 insertions, 5 deletions
diff --git a/bootstrap.sh b/bootstrap.sh index b74c7df..cc4e24e 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,10 +1,10 @@ #!/bin/bash -# Install Oh My Zsh -sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" - source brew.sh source ./.vscode/vscode.sh +# Install Oh My Zsh +sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended + # Install Volta (https://volta.sh/) curl https://get.volta.sh | bash @@ -21,7 +21,8 @@ brew install moreutils # Install GNU `find`, `locate`, `updatedb`, and `xargs`, `g`-prefixed. brew install findutils # Install GNU `sed`, overwriting the built-in `sed`. -brew install gnu-sed --with-default-names +#TODO: Replace with a way that replaced built-in +#brew install gnu-sed --with-default-names # Install a modern version of Bash. brew install bash brew install bash-completion2 @@ -48,7 +49,7 @@ brew install gmp # Install font tools. brew tap bramstein/webfonttools brew install sfnt2woff -brew install sfnt2woff-zopfli +brew install sfnt2woff-zopfli brew install woff2 # Programming languages @@ -72,14 +73,25 @@ brew install vbindiff brew install zopfli # Tooling +brew cask install google-chrome +brew cask install google-drive-file-stream +brew cask install adobe-creative-cloud brew cask install visual-studio-code brew cask install iterm2 brew cask install spotify brew cask install memory brew cask install slack +# Github CLI +brew install gh + +# My tools brew install cobraz/tools/trippl-timely + brew install emacs +# Quick Look Plugins (https://github.com/sindresorhus/quick-look-plugins) +brew cask install qlcolorcode qlstephen qlmarkdown quicklook-json qlprettypatch quicklook-csv betterzipql qlimagesize webpquicklook qlvideo + # Remove outdated versions from the cellar. brew cleanup |
