New Mac: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 7: Line 7:
* Set the background to black and add four virtual desktops.
* Set the background to black and add four virtual desktops.
* Move the dock to the left of the screen.
* Move the dock to the left of the screen.
* Add the SSH identity from storage as <code>.ssh/id_rsa</code>. Then:
<syntaxhighlight lang='bash'>
chmod -R go-rwx ~/.ssh
</syntaxhighlight>
* From a terminal, clone <code>shell-tools</code>:
<syntaxhighlight lang='bash'>
cd
git clone
curl -s https://raw.githubusercontent.com/ovidiuf/shell-tools/master/mac-setup | bash -
</syntaxhighlight>
* <span id='Mac_Setup'></span>Install tools and utilities with <code>brew</code>:
* <span id='Mac_Setup'></span>Install tools and utilities with <code>brew</code>:
<syntaxhighlight lang='bash'>
<syntaxhighlight lang='bash'>
curl -s https://raw.githubusercontent.com/ovidiuf/shell-tools/master/mac-setup | bash -
curl -s https://raw.githubusercontent.com/ovidiuf/shell-tools/master/mac-setup | bash -
</syntaxhighlight>
</syntaxhighlight>

Revision as of 04:01, 18 July 2021

Internal

Sequence

  • Install the latest O/S: Re-install the OS.
  • Set the computer name: Mac Hostname Configuration.
  • Establish connection to iCloud and restore the iCloud Drive access.
  • Set the background to black and add four virtual desktops.
  • Move the dock to the left of the screen.
  • Add the SSH identity from storage as .ssh/id_rsa. Then:
chmod -R go-rwx ~/.ssh
  • From a terminal, clone shell-tools:
cd
git clone 
curl -s https://raw.githubusercontent.com/ovidiuf/shell-tools/master/mac-setup | bash -
  • Install tools and utilities with brew:
curl -s https://raw.githubusercontent.com/ovidiuf/shell-tools/master/mac-setup | bash -