New Mac: Difference between revisions
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
* Install the latest O/S: [[Mac_Re-install_the_OS|Re-install the OS]]. | * Install the latest O/S: [[Mac_Re-install_the_OS|Re-install the OS]]. | ||
* Establish connection to iCloud and restore the iCloud Drive access. | * Establish connection to iCloud and restore the iCloud Drive access. | ||
* Install tools and utilities with <code>brew</code>: | * <span id='Mac_Setup'></span>Install tools and utilities with <code>brew</code>: | ||
<syntaxhighlight lang='bash'> | |||
curl -s https://raw.githubusercontent.com/ovidiuf/shell-tools/master/mac-setup | bash - | |||
</syntaxhighlight> |
Revision as of 03:44, 18 July 2021
Internal
Sequence
- Install the latest O/S: Re-install the OS.
- Establish connection to iCloud and restore the iCloud Drive access.
- Install tools and utilities with
brew
:
curl -s https://raw.githubusercontent.com/ovidiuf/shell-tools/master/mac-setup | bash -