This repository has been archived on 2023-07-05. You can view files and clone it, but cannot push or open issues/pull-requests.
notes/Terminal Tips/Shells/Computers (operating system)/Apple Macbook/Mac X Code.md

1.3 KiB

Mac OSX & Apple

The Operating System of the many browsers you peruse. The convenient system.

  • Monitor the activity of your laptop through XCode
  • BBEdit is a fantastic text editor and not even just that is entirely worth the learn.
  • Mac tips: get Bike when you decide to upgrade to MacOS 11
  • Eaglefiler & Tooth Fairy
  • there are certain things you must have XCode command line tools:
    • you do not need to pay for this on the app store nor be part of the Apple Developer program as it usually comes bundled with the terminal and can check via gcc --version
(base) gcc --version

Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/c++/4.2.1

Apple LLVM version 10.0.1 (clang-1001.0.46.4)

Target: x86_64-apple-darwin18.7.0

Thread model: posix

InstalledDir: /Library/Developer/CommandLineTools/usr/bin

(base)