Hey, I will move soon to macOS as my main os. I am currently using Linux as my main os and from what I know, macOS is similar to Linux. I also wanted to ask some questions beforehand: There are few cli package managers for macOS but which one is the best? Will it be hard for me to use macOS if I am using currently Linux? Which keys on mac keyboard work same as keys on windows keyboard?

  • tiramichu@lemm.ee
    link
    fedilink
    arrow-up
    1
    ·
    5 days ago

    The day 1 hurdle for me on unfamiliar paradigms was how to install applications.

    As a software engineer brew is good for some stuff, but a lot of apps you will likely be downloading binaries from the Internet like Windows. When you download an app they will usually come as .dmg files which are like disk images.

    When you mount a dmg, it will pop up a window with an app icon and your applications folder.

    And you might then think “What the hell do I do with this”

    Well, what you do with it is drag the app icon to the applications folder. And then it’s installed. You can do that through finder too - the “installer” window just provides a convenient shortcut.

    And to uninstall an app, simply delete it from the Applications folder. That’s how it’s done on mac.