Skip to content

Instantly share code, notes, and snippets.

@sftom
Last active October 27, 2022 14:38
Show Gist options
  • Save sftom/69259c19049e8e31a9dbc00005216a99 to your computer and use it in GitHub Desktop.
Save sftom/69259c19049e8e31a9dbc00005216a99 to your computer and use it in GitHub Desktop.
Install my MacOSX Apps
#!/bin/zsh
echo Time to install all apps at once!
read -p "Press any key to continue... " -n1 -s
echo '\n'
echo Installing Homebrew...
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
echo Installing Oh My Zsh...
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
echo Installing taps...
brew tap homebrew/cask-fonts
brew tap homebrew/cask-versions
echo Intalling CLI tools...
brew install fd ffmpeg fzf httpd imagemagick node rsync trash wget yarn youtube-dl neovim zsh-autosuggestions podman github gitkraken cmake mas mactex hugo zsh-autosuggestions zsh-completions zsh-syntax-highlighting coreutils pandoc jupyterlab mermaid-cli
echo Installing Spaceship
git clone https://github.com/spaceship-prompt/spaceship-prompt.git "$ZSH_CUSTOM/themes/spaceship-prompt" --depth=1
ln -s "$ZSH_CUSTOM/themes/spaceship-prompt/spaceship.zsh-theme" "$ZSH_CUSTOM/themes/spaceship.zsh-theme"
echo Installing SpaceVim...
curl -sLf https://spacevim.org/install.sh | bash
echo Installing Browsers...
brew install google-chrome
echo Installing WebDev Apps...
brew install cyberduck figma insomnia iterm2 visual-studio-code discord adobe-acrobat-reader ltspice fig balenaetcher vscodium
echo Installing Productivity Apps...
brew install stats google-drive google-drive-file-stream path-finder font-fira-code utm free-download-manager mendeley
echo Installing Apps from the App Store...
mas install 462054704 # Word
mas install 462058435 # Excel
mas install 462062816 # PowerPoint
mas install 823766827 # OneDrive
mas install 360593530 # Notability
mas install 1528890965 # TextSniper - OCR simplified
export NODE_OPTIONS=--throw-deprecation
echo Installing Codium Extensions...
codium --install-extension christian-kohler.path-intellisense
codium --install-extension CoenraadS.bracket-pair-colorizer-2
codium --install-extension dbaeumer.vscode-eslint
codium --install-extension dracula-theme.theme-dracula
codium --install-extension dsznajder.es7-react-js-snippets
codium --install-extension eamodio.gitlens
codium --install-extension EditorConfig.EditorConfig
codium --install-extension esbenp.prettier-vscode
codium --install-extension formulahendry.code-runner
codium --install-extension GraphQL.vscode-graphql
codium --install-extension James-Yu.latex-workshop
codium --install-extension llvm-vs-code-extensions.vscode-clangd
codium --install-extension miguelsolorio.fluent-icons
codium --install-extension mikestead.dotenv
codium --install-extension MS-CEINTL.vscode-language-pack-pt-BR
codium --install-extension ms-python.python
codium --install-extension ms-toolsai.jupyter
codium --install-extension ms-toolsai.jupyter-keymap
codium --install-extension ms-toolsai.jupyter-renderers
codium --install-extension ms-vscode.cmake-tools
codium --install-extension PKief.material-icon-theme
codium --install-extension steoates.autoimport
codium --install-extension twxs.cmake
codium --install-extension vhdlwhiz.vhdl-by-vhdlwhiz
codium --install-extension withfig.fig
codium --install-extension wix.vscode-import-cost
echo Installing Code Extensions...
code --install-extension bierner.markdown-mermaid
code --install-extension bradlc.vscode-tailwindcss
code --install-extension christian-kohler.path-intellisense
code --install-extension cschlosser.doxdocgen
code --install-extension csstools.postcss
code --install-extension danielpinto8zz6.c-cpp-compile-run
code --install-extension Dart-Code.dart-code
code --install-extension Dart-Code.flutter
code --install-extension DavidAnson.vscode-markdownlint
code --install-extension dbaeumer.vscode-eslint
code --install-extension docsmsft.docs-markdown
code --install-extension dracula-theme.theme-dracula
code --install-extension dsznajder.es7-react-js-snippets
code --install-extension eamodio.gitlens
code --install-extension EditorConfig.EditorConfig
code --install-extension esbenp.prettier-vscode
code --install-extension formulahendry.code-runner
code --install-extension github.classroom
code --install-extension GitHub.copilot
code --install-extension GitHub.vscode-pull-request-github
code --install-extension golang.go
code --install-extension GraphQL.vscode-graphql
code --install-extension GraphQL.vscode-graphql-syntax
code --install-extension icrawl.discord-vscode
code --install-extension James-Yu.latex-workshop
code --install-extension jeff-hykin.better-cpp-syntax
code --install-extension joedevivo.vscode-circuitpython
code --install-extension josetr.cmake-language-support-vscode
code --install-extension kiteco.kite
code --install-extension miguelsolorio.fluent-icons
code --install-extension mikestead.dotenv
code --install-extension ms-azuretools.vscode-docker
code --install-extension MS-CEINTL.vscode-language-pack-pt-BR
code --install-extension ms-dotnettools.csharp
code --install-extension ms-dotnettools.vscode-dotnet-runtime
code --install-extension ms-python.python
code --install-extension ms-python.vscode-pylance
code --install-extension ms-toolsai.jupyter
code --install-extension ms-toolsai.jupyter-keymap
code --install-extension ms-toolsai.jupyter-renderers
code --install-extension ms-vscode-remote.remote-containers
code --install-extension ms-vscode-remote.remote-ssh
code --install-extension ms-vscode-remote.remote-ssh-edit
code --install-extension ms-vscode-remote.remote-wsl
code --install-extension ms-vscode.cmake-tools
code --install-extension ms-vscode.cpptools
code --install-extension ms-vscode.cpptools-extension-pack
code --install-extension ms-vscode.cpptools-themes
code --install-extension ms-vscode.makefile-tools
code --install-extension ms-vsliveshare.vsliveshare
code --install-extension ms-vsliveshare.vsliveshare-audio
code --install-extension ms-vsliveshare.vsliveshare-pack
code --install-extension PKief.material-icon-theme
code --install-extension Prisma.prisma
code --install-extension Prisma.prisma-insider
code --install-extension puorc.awesome-vhdl
code --install-extension shd101wyy.markdown-preview-enhanced
code --install-extension skyran.js-jsx-snippets
code --install-extension steoates.autoimport
code --install-extension streetsidesoftware.code-spell-checker
code --install-extension streetsidesoftware.code-spell-checker-portuguese-brazilian
code --install-extension tomoki1207.pdf
code --install-extension twxs.cmake
code --install-extension Vinrobot.vhdl-formatter
code --install-extension vscode-icons-team.vscode-icons
code --install-extension withfig.fig
code --install-extension wix.vscode-import-cost
code --install-extension xabikos.JavaScriptSnippets
code --install-extension rust-lang.rust-analyzer
code --install-extension oderwat.indent-rainbow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment