Computer Science Notes
My website
  • Home
  • Fundamentals
    • Useful C#/.NET tools and libraries
    • Database Notes
    • Design Patterns
    • DevOps
    • REST
    • Security Notes
    • SOLID Principles Notes
    • Sorting and Searching Algorithm Notes
    • Unicode Notes
  • Languages
    • Bash Notes
    • CMD Notes
    • C Notes
    • C Tips
    • C# Notes
    • C# Tips
    • Python Notes
    • VHDL Notes
    • VHDL Tips
    • Python Tools
  • Other
    • ArchLinux Notes
    • Building a library in C
    • Cool commands
    • Hardware Caching Notes
    • Gradle
    • Git Notes
    • Go Notes
    • Java Notes
    • Linux Syscall Notes
    • Memory Architecture Notes
    • Networking Notes
    • Microservices Notes
    • Random useful Linux stuff
    • The Pragmatic Programmer
    • The Three Laws of TDD
    • Operating Systems Notes
    • Laptop Setup
  • Windows
    • Active Directory Notes
    • Windows Pipes
    • Windows Security and ID Management Notes
    • Windows Installer Notes
    • Windows Installer Upgrades
    • Windows Installer WiX Bootstrapper Notes
Powered by GitBook
On this page
  1. Other

Laptop Setup

Mac M1

homebrew

$ brew update
$ brew upgrade

sdkman

  • handles java, gradle

$ sdk

.NET

Install it from the website directly, don't worry about scripts

Uninstalling, see ~/bin folder.

PreviousOperating Systems NotesNextActive Directory Notes

Last updated 3 days ago