macOS Big Sur Setup

Big Sur gave me the chance to clean up my MacBook and start from scratch again. Here are my notes to get going again…

software

  • dotfiles
    git clone git@github.com:jlinnosa/dotfiles.git ~/.dotfiles
    ~/.dotfiles/install.sh
    
  • homebrew https://brew.sh
    • tmux
      brew install tmux
      
    • alpine
      brew install alpine
      
    • nerd fonts
      brew tap homebrew/cask-fonts
      brew cask install font-hack-nerd-font
      
    • openjdk
      brew install openjdk@8
      brew install openjdk@11
      brew install openjdk
      sudo ln -sfn /usr/local/opt/openjdk@8/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk-8.jdk
      sudo ln -sfn /usr/local/opt/openjdk@11/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk-11.jdk
      sudo ln -sfn /usr/local/opt/openjdk/libexec/openjdk.jdk /Library/Java/JavaVirtualMachines/openjdk.jdk
      
    • Atlassian SDK
      brew tap atlassian/tap
      brew install atlassian/tap/atlassian-plugin-sdk
      
    • NodeJS
      brew install node
      
    • Maven
      brew install maven
      
  • Tunnelblick https://tunnelblick.net/
  • Google Chrome https://chrome.google.com/
  • JetBrains Toolbox https://www.jetbrains.com/toolbox-app/
  • Atlassian Sourcetree https://www.sourcetreeapp.com/
  • vlc https://www.videolan.org/vlc/index.html
  • from app store
    • Xcode
    • Apple Developer
    • Amphetamine