New Mac: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 17: | Line 17: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
* Install IntelliJ Ultimate and provide the license. | * Install IntelliJ Ultimate and provide the license. | ||
* < | * Check <code>~/shell-tools/mac-setup</code> and continue the configuration from there: | ||
<syntaxhighlight lang='bash'> | <syntaxhighlight lang='bash'> | ||
cd shell-tools | |||
./mac-setup | |||
</syntaxhighlight> | </syntaxhighlight> |
Revision as of 04:43, 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
.git
may prompt for the installation of developer tools.
cd
git clone https://github.com/ovidiuf/shell-tools.git
- Install IntelliJ Ultimate and provide the license.
- Check
~/shell-tools/mac-setup
and continue the configuration from there:
cd shell-tools
./mac-setup