1. 22

I’ve just received a new 2020 MacBook Pro 13” (i7/32/1TB) couple of days ago and had a moment to sit with it during the weekend. To clarify, I previously had few PPC/G4 machines, and some kind of Air for a couple of days at work to do some video editing work for bunch of screencasts. Oh, and we used the first Intel iMacs at middle school with some Apple-specific OpenOffice fork.

So I’m briefly familiar with “how Macs work” in general, but this particular machine is my very first, brand new, current-gen and out of the box personal Apple computer.

And the question is: What should I do now? Which software you can suggest me to install? What settings/tunables I might change/add/update? What changed in Mac OS X during the recent years, and - probably the most important fact - which kind of “computing pleasures” I can “explore” or “experience” on modern Macintoshes?

Right now I’ve installed Homebrew and iTerm2 so you might be pretty sure that I’m going into that UNIX side of Apple, but I’m still eager to discover wonders of that “creative” or even “regular day to day usage” parts.

It might sound redundant to someone as I tried to ignite that discussion on Lobsters IRC last evening, but decided it would be better to move that into a story for wider audience where many people might share their ideas and other benefit from that using my own example as a source of nice tips, suggestions and comments.

    1. 12

      Spectacle works great for simple window snapping

      1. 13

        Development on Spectacle has stopped, so Rectangle is the alternative that’s based on Spectacle but which is being actively maintained.

        1. 4

          Spectacle works just fine. It’s simple and mature. No need to “actively maintain”.

          1. 9

            I’m the developer of Rectangle and this spurred me to finally write a post about this since I see this comment from time to time. In summary, if you’re content with your current Spectacle setup that’s great. If you’re looking to install it new, there is a bit of security risk that’s worth being aware of with apps that require accessibility privileges but are not notarized. Also, there’s always potential for software to break with each macOS release, although Spectacle has been pretty robust over the years. Through the lens of a user, personally I would pick an app that’s maintained just so I don’t have to cross my fingers with each macOS upgrade. But hey, to each their own. Spectacle’s a great app.

          2. [Comment removed by author]

        2. 1

          Good to know about Rectangle. I didn’t know Spectacle wasn’t actively maintained.

          That said, if the user only cares about window snapping, there’s no real reason to use either over the other. They both deliver on window snapping. And the reason to use Rectangle over Spectacle has nothing to do with being actively maintained; it has to do with features. Rectangle definitely offers more than Spectacle does

      2. 1

        Just want to emphasize how big window snapping is: idk how I lived without it on my Mac.

    2. 9

      I find I feel more cool if I refer to it as a “commercial UNIX workstation,” which is true.

    3. 9

      I can definitely recommend that you get Dash, it lets you download documentation for a lot of languages and frameworks and browse and search them offline. Probably one of the reason I like working on macOS so much.

      Otherwise:

      • Textual 7 for a nice IRC app,
      • Texpad for all your LaTeX needs (supports live LaTeX preview!) and
      • MacTeX for everything else.
      • Sublime Text is pretty popular for some folks.
      • OpenEmu for all your emulator needs (supports playstation controllers too).
      • GitUp if you like a graphical interface for git.
      • Shimo if you want a nice GUI interface that supports a lot of VPN protocols.
      • Little Snitch for all your firewall needs.
      1. 2

        I second Dash recommendation. It’s a really nice app and I use it daily.

    4. 7

      Find a programatic way of managing your installed packages or configuration files. I use git for this:

      https://github.com/tomekw/dontfiles

      (You will find few interesting apps / casks there, like Rectangle)

      Oh, and use Homebrew :)

      Good luck! 👋

      1. 3

        Ooh, I like the way this solves the ~/.git issue of “what if I accidentally run some git command like ‘git clean’ in my home dir?”

        (But, I already moved to Nix for managing my installation. Haven’t yet had a need to reinstall, so can’t say how much it covers, but I’d guess 70% at least. Nix is cool, but does have a bit of a learning curve.)

        1. 4

          Oh, and use Homebrew :)

          Or, if you are willing to learn a bit of Nix, home-manager.

          Works on Linux too; one declarative config to manage packages and services across platforms.

        2. 1

          Exactly, I use git every day so there was no learning curve at all for me! :)

        3. 1

          This is much better way of dealing with that than my gross git clean hack (I use a fish function to wrap git and ignore clean if there’s a .git-noclean cookie in the directory).

      2. 1

        I use yadm, which is basically the same thing that you are using; a thin wrapper around git to manage dot files.

        I really enjoy using yadm.

        1. 1

          Cool, I didn’t know it exists :)

          Anyway, it shows how little is needed to Actually Get The Job Done (tm) :)

    5. 7

      Plenty of lists of software here already, so I’ll just balance out a little with a suggestion to try and work with what’s provided if you can, to at least get used to it, before trying to tweak it to what you think you might prefer. The less I do to a system, the less I have to manage, so I try to go ‘with’ where possible.

      That said, I do have many of the mentioned pieces of software, but the ones I actually bother to use or would care if I didn’t have? I definitely use 1Password all day every day, but it’s not as slick as it could be. Sign In with Apple is less friction - but then I’d be tied to that Apple ID…

      Probably Firefox, for the sidebar tabs, but that’s really about it.

      1. 1

        Good point. IMHO, macOS is very good out of the box. I don’t feel the need to tweak it that much. Most of the defaults are very good. (I actually feel the same about Emacs.)

    6. 7

      It’s worth knowing about brew bundle and Brewfiles: https://github.com/Homebrew/homebrew-bundle

      Mine looks like the following. Makes setting up a new machine pretty simple, just drop this file in ~ as Brewfile and run brew bundle. the man command is needed to let you install Mac app store apps from the command line. Nothing particularly amazing in this list of apps, thought Patric Wardle’s (a.k.a Objective-See) apps are great if you’re a bit paranoid - Lulu and KnockKnock are particularly nice.

      tap "homebrew/bundle"
      tap "homebrew/cask"
      tap "homebrew/core"
      tap "caskroom/fonts"
      
      brew "ffmpeg"
      brew "haskell-stack"
      brew "mosh"
      brew "nano"
      brew "tmux"
      brew "zsh"
      brew "mas"
      brew "gmp"
      brew "axel"
      brew "htop"
      brew "bat"
      brew "pv"
      brew "topgrade"
      brew "ripgrep"
      
      cask "handbrake"
      cask "keybase"
      cask "visual-studio-code"
      cask "vlc"
      cask "1password"
      cask "steam"
      cask "hex-fiend"
      cask "transmit"
      cask "sourcetree"
      cask "firefox"
      cask "font-fira-code"
      cask "vmware-fusion"
      # Objective-See
      cask "blockblock"
      cask "lulu"
      cask "knockknock"
      cask "ReiKey"
      cask "RansomWhere"
      cask "OverSight"
      cask "whatsyoursign"
      
      mas "Deliveries",               id: 924726344
      mas "Keynote",                  id: 409183694
      mas "Magnet",                   id: 441258766
      mas "Slack",                    id: 803453959
      mas "The Unarchiver",           id: 425424353
      mas "Xcode",                    id: 497799835
      
    7. 6

      Here are a bunch of utilities I use daily and recommend:

      • One Switch, paid - useful for quickly connecting AirPods/bluetooth headphones, toggling multiple settings on/off. I find keep awake useful when I need to monitor something without having to touch keyboard/mouse.
      • Pastebot, paid - a nice clipboard manager. There are open source alternatives available but I like the interface and extensibility.
      • Lunar, free - open source utility with nice UI to automatically manage your external monitor brightness. Warning - I have read on several places that lot of cheaper monitors have limited read/write cycles in their internal flash and this may cause them to be bricked after 100000 or so cycles. Can’t find the link though.
      • 1Password, paid - Great password manager.
      • BetterSnapTool, paid - adds useful window controls. Also checkout out BetterTouchTool to customize mouse/keyboard but I use Bartender and BetterTouchTool doesn’t play nicely with that.
      • iStat Menus, paid - advanced system monitor.
      • Safari, free - Unless you us some Firefox/Chrome specific extension, Safari is a great, if under featured browser. It has the best battery life among browsers on Mac and has great system specific features like play/pause controls on keyboard, picture in picture (may need extension to enable the button on all sites but Touch Bar will usually show a PiP button).
      • Things, paid - To Do, Project manager. Nice UI and lot of useful features.
      1. 4

        This HN comment is the first time that I have heard about the EEPROMs write limit. Note that I took the comment at face value because of the author and I haven’t researched it further.

      2. 3

        I have to second your Safari recommendation. Even better with an ad-blocker like Better—the architecture of content blocker plugins in Safari means that they generally don’t negatively affect page load performance at all.

        1. 1

          I use Better with Safari and it’s my daily driver for personal use. Of course web dev tools leave a bit to be desired and not all extensions are there. Hopefully extension issue will be resolved with upcoming changes to adopt web extensions API.

      3. 1

        Safari will get WebExtensions soon too, so extension support will likely be similar across all 3 browsers.

        1. 1

          Yes, I remember that from WWDC. But Apple still wants extensions in App Store, and that may limit devs since that costs $99 a year.

          1. 1

            Let’s hope there’s a way to sideload.

      4. 1

        Regarding battery life, I’ve found that Opera also has much better battery life than Chrome or Firefox.

    8. 5

      Items marked in italics are not free as in beer

      • I would recommend Alacritty over iTerm2 - if you’re happy to use tmux or screen for tab/window management, it’s better in nearly every way.
      • Scroll Reverser to allow natural scrolling with the trackpad but not with a mouse, since you can’t set them independently by default.
      • Muse for better music display/control on the touchbar.
      • Bartender to manage all your menu bar icons.
      • Iina is an alternative to QuickTime Player with support for a lot more formats.
      • Skim : Preview :: Iina : QuickTime Player.
      • Contexts : Command-Tab :: Skim : Preview.
      • Monit for system stats monitoring.
      • Magnet for window snapping.
      1. 3

        Alacritty is fine, but the profiles of iTerm2 is are very useful to avoid nested tmux sessions when connecting to remote machines, unless you want lots of terminal windows open. Having used both extensively, I can’t say one is significantly better than the other as a terminal emulator.

        1. 1

          the profiles of iTerm2 is are very useful to avoid nested tmux sessions when connecting to remote machines, unless you want lots of terminal windows open

          Interesting, I haven’t come across a need for that in my daily use of Alacritty. Can you elaborate more on that use case?

          I can’t say one is significantly better than the other as a terminal emulator

          That’s fair enough :) I think “one is better than the other” is subjective, anyway, not least because it’s affected so strongly by personal priorities (I probably should have added “in my opinion” in my original comment). I value so much the fast response times of Alacritty that that single thing alone makes iTerm2 unusable for me, but I can understand that isn’t as important for everyone.

          1. 2

            I connect to a couple of machines that have long running tmux sessions in them, so if I use Alacritty (which doesn’t have tabs) and I use tmux in Alacritty for tab/window management I end up with a nested tmux session when I connect. It’s a workable situation, but all the ways to deal with it are not great. With iTerm2, I can set up a profile and bind it to a hotkey to connect to the machine in a tab.

            With respect to response times, the only terminal emulator that I’ve found whose response time was actually noticable was Terminal.app. You really can’t go wrong with either Alacritty or iTerm2.

      2. 3

        Another open source alternative terminal is Kitty. I’m a recent convert after being a long-term iTerm2 user. IMHO, it’s lighter and less bloated and has all of the features I need. I did try Alacritty for a little while but find Kitty a little more polished.

    9. 5

      I recommend buying a license for Acorn. Such a nice image editing program. A prime example of a great Mac application. (Affinity is also quite good.)

    10. 3

      I list apps and tools I use in a GitHub repo.

      Personally I can’t live without any of the apps there but Karabiner and Goku are essential as I program my keyboard keys to all be custom modifier keys.

    11. 3

      If you are more or less new the world of macOS apps, I suggest you take a look at Setapp (https://setapp.com/). You can test out a bunch of apps for a relatively low cost and you will get a good perspective of what’s out there.

    12. 3
      1. Spaces default is to switch to the order of desktops such that the most recently used comes first. This drives me nuts. You can switch in preferences
      2. The machine makes a god awful noise when you plug in power. I have not been able to find a GUI way to switch it off. There is a command line that does this: https://apple.stackexchange.com/questions/282752/turning-power-chime-off
      3. The default shell is zsh
      4. I have a power charger that will often decide not to charge the machine. I have to unplug it and re-plug it before it will decide. Welcome to USB-C! Usb-C charging is “smart” i.e. more ways to break.
    13. 3
      • IINA is the best Mac media player. Prefer it to VLC.
      • Install AppCleaner and enable SmartDelete in the preferences. This will find and delete leftover files when you uninstall apps.
      • Rectangle is the best window manager
    14. 3
      • DaisyDisk for storage usage analysis
      • Viscosity for OpenVPN
      • Enpass for password management. It’s better than 1Password IMO and they offer a one time purchase
    15. 2

      Dear god, thanks everyone for all the replies. Sorry for being late to the party, but I seriously underestimated the Mac userbase here and initially assumed this post will die alone being hid by 99 users.

      Please forgive for doing only a single comment instead of replying to anyone in sub-threads, but I think many topic do have redundant suggestions or are quite similar in their tone. But believe me, I’ve read the comment section at least three times from top to bottom and I still don’t know how to thank you.

      Surprisingly, paid software on the App Store can sometimes be really great, and may be worth the value if you don’t mind avoiding a hardline FLOSS stance.

      @loch: I don’t really mind paying even a bit more extra for really great software, as long as it does only the job it was dedicated to and not try to play tricks on me. Also, I really hate the subscription models, to the point that I’m more towards paying $50 for the app once and let it work even for a year or two instead of paying $10 per year for Super Pro Deluxe Premium Subscription Ultimate and having that bad occasion to see the ugly nagbar once a year which has no “I’ll pay you $100 to go fsck yourself”.

      I am looking at you, Parallels. And that’s also why I probably get the Affinity suite instead of Adobe.

      I find I feel more cool if I refer to it as a “commercial UNIX workstation,” which is true.

      @lorddimwit: But aren’t they in the full definition of that? That might sound a bit too much contrRMSal, but I always wished the Commercial UNIX Workstations would succeed. I had various HP, Sun and DEC boxes which sometimes were older than me and they have really shown me how consistent and integrated UNIX could be if everything gets done within the single set of rules and predefined roadmap - that’s what also drove me into BSD world (mostly OpenBSD) and how I met amazing people such as @mulander. All of that without the “ducktape and tangled wires” model of Linux.

      I’m the developer of Rectangle

      @rxhanson, @timetoplatypus, @nick: Thank you very much for recommending the Spectacle and Rectangle. I think I’ll probably stick to the currently maintained Rectangle and I’m glad that even its author got here and clarified the situation, as it seemed a bit too unexplained (especially from Spectacle’s side).

      However, I see a bit of feature overlap as BetterTouchTool does the window snapping too. Actually, it does a huge load of stuff and to be honest I’m a bit overwhelmed by its feature creep, yet I still can notice it’s so mighty to the point that it achieve tasks which nothing else can do

      Find a programatic way of managing your installed packages or configuration files.

      @tomekw (and @stephank, @srid, @jfb): Dziękuję bardzo :) I always knew about the ability to spawn “bare” repos with Git, yet I did not even assumed it can be used for creative (and also useful) stuff with that. On my own, I can add that I really hate dotfiles - not the actual configuration files, but the ~/.anything at my $HOME. Sadly I don’t have the energy to fight with that most of the time but I really want to and I think it’s really possible to get this on Mac without hacks like symlinking or hiding filesystem elements. I almost achieved the ultimate $HOME nirvana on my Thinkpad back in the 2013-2016 time and I quite miss that.

      I really enjoy using yadm.

      @UkiahSmith: That yadm suggestion is also very good one. I really like its approach to templating and variants, but I would probably end up with my own custom Go implementation just for the convienence of easy deployments - you don’t have full-fledged python3 with pip available everywhere where you can just spawn ELF/Mach-O binaries.

      I’ll just balance out a little with a suggestion to try and work with what’s provided if you can

      macOS is very good out of the box

      Macs come with a lot out of the box, so I don’t do much. My advice would be to install as few things as possible for the first few days/weeks just to see what the builtin stuff has to offer.

      However: Give Apple’s built-in apps a shot.

      @vakradrz, @giffengrabber, @mscs, @kevinc: Don’t get me wrong, but I often like to “improve the factory” way of doing things. This approach comes straight from Symbian times where Nokia delivered a very bare bones of basic day-to-day applications (Mail, Music, Notes, Messaging) but their system API was very broad and allowed to do a lot of integration within thirdparty applications. The Android kiddies picked up that attitude almost a decade later but put it way beyond the scale of absurd and doing that actually lead “regular” people to be thrown off of the whole “customization” or “impriving factory” boats.

      And I think I’m really welcomed with my point of view on Mac, even when the default Apple apps are top notch. That’s a very good position, becuase often the thirdparty apps are pushing that quality even further creating little pieces of art, like Things being an outstanding application making Reminder lokking like a little baby. That’s a completely new landscape which is not existent on other platforms because both Android, Windows and GNOME (yes, I call GNOME the “default” Linux desktop due to Redhatification of things these days) default applications are just silly placeholders so external devs don’t need to do much to produce passable software.

      Surprisingly, considering my Symbian argument, I do completely different thing on my iPhone, where I try to stay as close to stock as possible, mostly because the eager to monetize software on mobile is far more aggressive than desktop and I’m not gonna pay motnhly subscription for the fantasic calendar. Get real, devs.

      (However, as I said above, I’m completely fine with giving the dollars to devs who deserve that. But please, keep that money and then just leave me alone, okay?)

      It’s worth knowing about brew bundle and Brewfiles: https://github.com/Homebrew/homebrew-bundle

      @Axman6: This is brilliant and I think Brew is probably the only one package manager (I’m not talking about the huge system configuration behemots like Nix or Guix) which can do that in such simple yet so effective way. Definitely worth noting and it might come useful in some other creative ways like checking the listed software for latest CVEs or making sure all the configuration files from every software are being backed up and uninstalled software is really gone with all it remainders.

      Also, glad to see the Ruby is still very strong in Mac world and people actually use it here, I’ve noticed the bunch tools beyond the Homebrew also use Ruby for system-specific tasks or extending itself and I’m really curious to hear why it had to be Ruby (I’m not complaining, though :>)

      I suggest you take a look at Setapp

      @bronlund: I can see some values of Setapp, and I actually installed it. But it rises a lot of concerns the longer I use it:

      • How the hell that even exists within the Apple-directed application distribution channels and its strict policy about selling/monetizing applications? Do they have some backyard agreement on doing such shameless fork of App Store with subscription-based model? Hack, they do even offer an iOS subscriptions which makes me even more afraid.
      • Did I actually installed yet another DRM for applications? For the first time I open the application I see the Setapp logo even if it was launched externally. Setapp required the administrative acess permission from me and as far as I can tell its ~/Applications icons are only the launcher to actual apps stored elsewhere which probably should trigger the crapload of security mechanisms. Can’t they just distribute their serial keys / licenses or just act as a local activation server for applications I download from origin sites if they’re covered by Setapp subscriptions?
      • I wonder if I put the money in the right place, I couldn’t find much info about how they share revenues with original developers and how much these developers had to sacrify to get into Setapp (e.g. application features/anti-features, security, licensing plans, general agreements) and this is also what makes me feel a bit odd about this whole business.

      Other than that, from a user perspective, the most important things didn’t change in the last couple of years.

      No more 32-bit app support. That’s a big one for some folks.

      @motet-a, @nil: I really appreciate that “quick recap” making me feel great that most regular UX patterns are still kept intact within the OSX systems line since the beginning. Big Sur seems like it’s a “Big iOS” and might break a lot of that, but to be honest I’ve only seen couple of screenshots and can’t say anything for sure.

      On the other hand, I find the 32-bit application support “complainment” completely missted. It might sound zoomer-y, but it’s 2020. First 64-bit CPUs arrived in 1970 supercomputers, first 64-bit addressed CPUs arrived in 1980/1990s, first consumer available 64-bit x86 CPU arrived in early 2000s and there’s no 32-bit only x86 made for 10 years or more (last ones were very-low-powered Intel Atoms for these teeny tiny “netbooks”).

      From what I researched just right now, Apple told the developers about the 32-bit deprecation at least a few years ago and they got the time with various reminders and helpful documents/tools to make the transition easier.

      Yet still, the developers completely missed that and instead actually used the users’ own anger to direct it at Apple because “it let my apps break” just because some developers got lazy and didn’t spent from few hours (to retarged the compiler and then do automated tests again) to few men-days (for complex applications like data science or audio processing which had sophisticated floating-point operations and should be done migrating at least a decade ago) on their own products.

      That attidue is really visible in pro audio communities which is quite amplified there as most producers don’t really dig as much “computer stuff” as they appear to.

      I list apps and tools I use in a GitHub repo.

      @nikivi: OH MY. That’s clearly awesome! Your list is really consistent, organized and relies on real-life usage and still has a very good presentation value. I think I’ll probably do the similar thing soon and might consider merging it within the configuration/dotfiles repository with tome traits of “literate programming” where I describe tools as I configure them in front of readers. Overall, I’m quite speechless and very respectful to the time, energy and a bits of love you put into that repository.

      Application specific suggestions.

      @xfbs, @true_detective, @neilalexander, @agent281, @nerosnm, @mjturner, @y0ssar1an, @dtgriscom, @z0mbix, @voodoologic, @altano: Would you mind if I just merge all your per-app suggestions into a single list and leave some comments? That list could be possibly easily copied/expored by someone else for future use, like @nikivi did.

      For people who copy this, just select the whole list and click “reply”, the Lobsters will put the original Markdown source in your textbox. Just remove everything after “:” in each line if you want to exclude my very opinionated comments.

      Stuff I’ve installed (mostly due to your suggestions):

      Free:

      • Rectangle : It just snaps windows based on keyboard shortcuts and window movements. I’m not sure why that’s not in the base system already, but I really appreciate the author’s work.
      • OpenEmu : That might sound silly for many, but this is one of my personal Mac “killer apps”. Yes, the emulator is a killer app. But gosh, how brilliant it is, both on UX and feature level! The only wish I could have is to maybe move onto libretro cores instead of standalone emulators wrapped by OE’s own abstraction layer and maybe integrate the home computers too, not only consoles. And yeah, if they add the full debugger with the same UX love as rest of OE, I’ll lose my head over this.
      • Dash : I’ve used the Zeal before, which is a Dash clone for non-Macs and the OG Dash isn’t any outstanding improvement over it, but adds a little extra in its every aspect. In general, an ubiquitious software for me as I like to have a lot of docs on my local drive, but I can’t really stand that “registration” nagging which is the one of most annyoing attempts to beg me for money in any software ever made.
      • IINA : Absolute magic. To combine the power of MPV player with beautiful UX conforming to macOS UX… magic.
      • AppCleaner : Will stay for non-Cask applications, but I’m pretty sure its internal logic can be ported to Homebrew’s zap command to support external applications.
      • XMenu : This one really made me smile and brought back one of my fav MacOS 9 features with so simple yet genius approach.
      • Pac-Bar : This one is very impressive for people who see the Touch Bar for the first time. Not very playable though, as it’s the only one level and I expected regular levels with just a slim viewport, but works very well as a converstation starter.
      • Touch Bar Piano : That particular application actually brings joy to me and it might be pushed a bit further as a creative tool modeled after “ribbon strips” in high-end synthesizers like CS-80 and become an actual creative tool if it gets a MIDI support.

      Paid:

      • Shimo : I use it with Setapp for now and while it seems to be nice, using it with OpenConnect might be problematic for people who want to avoid CSD trojan straight from Cisco by using --csd-wrapper option which seems to be ignored even if explicitly stated on custom options tab. I’ll probably report that upstream.
      • Little Snitch : I’ve bought after reading the many suggestions and their website, thinking about application-level firewall usage in 2020 on not-so-open system like macOS. I am not disappointed at all, it exceeded all my expectations and one couldn’t be happier with it.
      • iStat Menus : I’m giving it a trial period for now, but it’s a bit weird. Seems too overloaded and not much customizable at once, and its quite expensive price tag doesn’t make that better. You really think I will pay considerable dollars for stripped down Conky clone which can’t even have customied fields?
      • Things : Actually I didn’t bought it yet but I use Things a lot on iPhone. Eventually it’s gonna land on my Mac, but now I can’t really justify paying 5x more foe macOS version than i paid for iOS app.
      • Bartender : Exceptionally nice, and will be one of these “must have” applications. But it’s still kinda shame that’s not a default macOS feature yet.
      • Contexts : It’s shame that the most advanced app switching preferences are possible only on macOS. Definitely a keeper.
      • MailMate : Claws Mail / Outlook Express / The Bat on macOS. That kind of email workflow which I’ll be using to the end, even when everyone else moves to Unibox/Spark style “mails for kids” clients. Might sound like an old grumpy neckbeard, but it really keeps the email service in its original pure form.

      Stuff I’m yet to explore or decided to pass on:

      Free:

      • Alacritty : I’m using it on my Linux desktop boxes, but it’s just not in the same league as iTerm2 with its solid macOS integration and doing that GPU acceleration thingy as well :)
      • Scroll Reverser : I might be weird, but I really like the “natural” scrolling on Mac trackpad. It feels, well, more natural to me. And the app seems to be warning about compatibility issues with recent macOS on its page.
      • Magnet
      • Muse
      • PresButan
      • Wallpaperer

      Paid:

      • Textual : I heard about Textual a long before I’ve even touched a Mac, mostly due to the default message on /quit and /part, including the famous My Macbook Pro has gone to sleep, zZzZz... (:>). But I don’t really think I’m gonna to pay for it mostly because I want to keep IRC free and pure as it can be. But they might get my attention if the WeeChat relay support will be added as ZNC already is.
      • Texpad : I haven’t tested it yet and it might take a bit to get back on this as I’m mostly doing all my LaTeX work via Pandoc (and including predefined modules/templates done a long long ago) but if this is at least half good as it looks, I’m completely sold.
      • MacTeX : This one kinda bugs me. How is that different from regular TeXLive suite? What Mac specific additions/changes are made in this TeX distribution and how it impacts compatibility?
      • Sublime Text : In general, I’m not a fan of Sublime Text on many levels. It’s licensing, the Python as a base language and the community with its satellite projects like beefy package manager just doesn’t click for me. But I can tell you about CudaText in exchange which claims to be a better ST3 but done in modern Pascal making it really small, fast and efficient.
      • One Switch : I understand the purpose, but can’t really guess why it’s not being added to the sidebar pane instead of being a menubar icon. On top of that, it should be already in default macOS for long time to match with iOS Control Center.
      • Pastebot
      • Lunar
      • 1Password : I’ve tried 1Password in the past, but while its mobile and desktop apps are really great, their CLI workflow and Firefox extensions could get a bit more love.
      • BetterSnapTool
      • Skim
      • Monit
      • DaisyDisk : I might look on it later, but I prefer the WinDirStat/SequoiaView layout for disk analysis.
      • Viscosity
      • Enpass
      • Keyboard Maestro : Definitely seems worth to look on it later, but these “productivity powerhouses” (like BTT, KM, Alfred Powerpack) are sometimes really overwhelming.
      • BetterTouchTool : I’ve used it for a moment and decided to uninstall. I appreciate the work its doing but I’m a bit scared over its feature creep.
      • Caffeine : I’ve used that on the Air which I utilised before for a few days, and still can’t figure out why it’s not a default option in macOS
      • TotalSpaces
      • AltTab
      • Carbon Copy Cloner : I hear about CCC from other Mac users most of the time, but I still wonder if it would reliably upgrade my Mac onto ZFS-based NAS in local network.
      • MacUpdater : I understand the purpose of it, but this really seems silly and feels like it should even be made. Currently I have Mac App Store applications and Homebrew Cask applications, so it’s only relevant for these few ones which are installed externally as long as they’re supported.
      • Reeder : I have to look at this, especially if it syncs with Inoreader.
      • Syntax Highlight
      • MacVim
      • Emacs for macOS : This and MacVim are completely mysterious to me. Why these are labeled as Mac specific? How they’re different or better on Mac? Which features are integrated? Is that breaking compatibility with other clients? I haven’t seen a WinVim yet :)
      1. 1

        Sublime Text : In general, I’m not a fan of Sublime Text on many levels. It’s licensing, the Python as a base language

        To be clear, Python is not the base language for Sublime– it is for the plugin system, which makes it easy for people to contribute plugins. The base language is C++, so it is very, very fast. It is one of the few text editors that can handle huge text files without missing a beat. My daily driver for programming is PyCharm but for text manipulation and non-Python work, it is my go to.

    16. 2

      Check out all the great small apps like Little Snitch, Magnet, Flycut, Little Ipsum, etc. People have good lists online. Then mentally prepare yourself for your keyboard to break.

      1. 1

        The 2020 MBP should have the old, pre-butterfly keyboard switches again, which were very reliable for me back when I used them. Luckily the days of “prepare yourself for your keyboard to break” should be over!

        1. 1

          Good news

        2. 1

          I’ve got a 2019, and they really did fix the keyboards. Feels much better than my pre-butterfly Mac as well. I’d call it a new generation rather than reviving the old gen.

    17. 2

      Macs come with a lot out of the box, so I don’t do much. My advice would be to install as few things as possible for the first few days/weeks just to see what the builtin stuff has to offer.

      From hour one on any Mac I buy, I remap caps lock to control, turn on all of the touchpad checkboxes and mouse checkboxes, and install homebrew (which gets some Xcode utilities). From there I install games and a few packages. I set up iCloud because I use the the iCloud Drive and iMessage. Other than that, I have about 61 packages installed via homebrew, and most of those are dependencies.

      Examples of stuff I brew install or download and install from a 3rd party:

      • python3 because it’s easier to pip install to the non-system python
      • screen because it handles emojis for homebrew better than the included default version
      • pv for viewing progress and throughput on long-running pipes
      • rust (via the rustup-init package)
      • CKAN for Kerbal Space Program (MECHJEB 2 for life!)
      • ncdu for storage usage analysis
      • neofetch for nerd cred
      • PrusaSlicer because I have a mk3s + mmu2 and mini
      • Blender (I don’t know how to use it, but I’m going to learn)
      • WireShark because I’m a 1337 h4x0r
      • Visual Studio Code (Surprisingly good!)
      • IntelliJ (now largely replaced by Visual Studio Code)
      • Firefox for playing in another browser

      For mainstream applications, I tend to use the Apple version if it exists. Terminal instead of a replacement, Pages/Numbers/Keynote instead of MS Office, Mail instead of Outlook or Thunderbird. Pretty much everything else is game clients.

    18. 2

      System Preferences are under the Apple menu, top left. Turn on single-finger click & three-finger drag (& watch a video on all of the gestures). Keyboard modifier keys, change caps lock to send control. Terminal.app works fine (Spotlight.app, too): you don’t need iterm2, alfred, quicksilver, &c.

      Trash on removable devices: empty the trash before you disconnect! It uses a .trash folder in the volume, basically. You won’t reclaim that space unless you empty trash.

      A lot of settings are actually CLI-settable: this guy Matthias Bynens has the sickest defaults imaginable. Finally, learn what a proxy icon is, you can quit apps from cmd-tab, in Terminal middle click still pastes what you select, learn readline shortcuts & realize C-k is a different cut than cmd-x (2 clipboards, plus middle click paste!).

      1. 1

        Big upvote for three-finger drag. That used to be under Trackpad and is now under Accessibility, Pointer Control, Trackpad Options.

    19. 1

      While it might not be your use-case, I love synergy (paid) b/c it lets you control multiple computers using a single set of a keyboard and mouse. That allows me to keep my work computer and my personal computer - and their respective traffic - separate.

      1. 1

        I forgot formation: https://github.com/minamarkham/formation for some developer goodness

    20. [Comment removed by author]

    21. 1

      I use a 2018 MBPE running 10.14.6. My primary environmental applications:

      • Little Snitch will give you great visibility into which applications “phone home”; it also shows you which apps are using your network connection
      • Keyboard Maestro is a wonderful automation tool, and lets you customize your applications in lots of ways
      • Get a password manager (I use an older version of 1Password)
      • BetterTouchTool lets you customize your keyboard, trackpad and touchbar in an absurd number of ways. I use it to:
        • Add standing “F1” through “F6” keys to the TouchBar
        • Triple-swipe-up on the trackpad shows the desktop images, not just the names
      • Caffeine keeps your computer awake
      • XMenu lets you have a customize menubar tree of applications (who can keep track of them all?)

      Then, there’s MBPE-specific frivolity:

    22. 1

      PresButan is the first thing I install. I come from Windows so when I got my first Mac maybe eight years ago it boggled my mind that pressing Delete when a file was selected did nothing. PresButan enables such functionality.

    23. 1

      I’m saving this thread for the future since I’ll be switching fro Linux to macbook. Can anyone suggest me how to get a tiling window manager on macbook

      1. 3

        You can install Linux or BSD on a Mac, or you can virtualize to run them, but for macOS itself there is no ecosystem of alternative window managers and no such abstraction layer. macOS does not run X.org or have any similar abstraction layer for multiple window managers; it has its own window server that’s tightly integrated with the Mac SDK.

      2. 2

        I haven’t been able to find a tiling window manager on the Mac that doesn’t end up feeling like fighting the platform. I use them exclusively on X, but I don’t bother any longer on the Mac.

      3. 1

        I’ve not used them myself, but Amethyst and yabai are options.

    24. 1

      What changed in Mac OS X during the recent years

      The name. It is “macOS 10”. But not for so long because macOS 11 should be released this fall.

      Other than that, from a user perspective, the most important things didn’t change in the last couple of years. Finder have almost the same icon, the dock sill exists and the status/menu bar is still at the same place with the same Apple logo. This is a good thing in my opinion. Remember how Microsoft broke everyone’s habits with Windows 8…

      But I think that every built in GUI app received significantly upgrades. It’s different from Windows for example, where you could find the exact same awkward app absolutely unchanged fifteen years later (I am looking at you, cmd.exe).

      1. 1

        No more 32-bit app support. That’s a big one for some folks.

    25. 1

      I do like Divvy for arranging windows, iStat Menus for system measurements, Karabiner for key remapping, and Tot for short-term notes.

      However: Give Apple’s built-in apps a shot. In particular, Safari is kind to your battery and great on privacy. As time goes on I’m more and more satisfied with the stock experience and I feel less need to customize. A lot of people will recommend LaunchBar, Quicksilver, or Alfred, all of which are great. But Spotlight itself goes a long way. Plain old Terminal meets my needs too.

      There are lots of UI customizations you can make directly in the base system. If all you need to do is turn caps lock into control, you can do that in system preferences. Also look through the keyboard preferences’ shortcuts; there are lots you can turn on and reassign. One of my favorites is the one that opens the help menu, which lets you type to search the menu bar.

      Holding certain keys will usually give you a menu of alternative characters to type, like e -> é. In a code editor you probably don’t want that. There’s a user default to disable it, which I think includes the words “press and hold” so you can probably Google that up.

      The user defaults system is a simple app-scoped key-value database, and it’s the way an app will usually save settings you configured. Occasionally a setting will not be exposed in UI at all, and you can think of those as hidden power user features.

      If you’re an iPhone or Apple Watch user too, look up the Continuity features, like using your watch to sign into your Mac, continuity camera, and handoff. Some third party apps use Handoff well but the stock apps really do.

    26. 1

      There’s lots of great open source software, but because the look and feel of MacOS is constantly in flux, you may find things more outdated than you expect. Surprisingly, paid software on the App Store can sometimes be really great, and may be worth the value if you don’t mind avoiding a hardline FLOSS stance.

    27. 1

      There are many lists of favourite macOS apps, but here are a few of my favourites that I haven’t seen mentioned here yet, in no particular order:

      • TotalSpaces (paid): Enhances the built-in Spaces functionality. I use it primarily because it removes the annoying transition animation. Requires SIP to be partially disabled.
      • AltTab (open source): Makes app switching a bit more usable (and, dare I say it, Windows-like).
      • Wallpaperer (free, not open source): Automatically updates desktop wallpaper from a chosen Subreddit.
      • Carbon Copy Cloner (paid): Backup utility, far superior to Time Machine.
      • IINA (open source): More Mac-like media player. Alternative to VLC.
      • MacUpdater (paid): Keeps third-party apps updated.
      • Reeder (paid): RSS reeder, also available for iOS.
      • MailMate (paid): GUI mail application, supports Markdown for HTML mail.
      • Syntax Highlight (open source): QuickLook extension to view source code, with configurable syntax highlighting.
      • MacVim (open source): MacVim
      • Emacs for macOS (open source): Emacs