_ _
_ __ | |__ | | __ _ __ ___ __ _ ___
| '_ \| '_ \| |/ /____| '_ ` _ \ / _` |/ __|
| | | | | | | <_____| | | | | | (_| | (__
|_| |_|_| |_|_|\_\ |_| |_| |_|\__,_|\___|
A CLI for quickly setting up a new macOS workstation.
-
Open Terminal.
-
Download the zip file.
curl -L https://github.com/nickolashkraus/nhk-mac/archive/master.zip -o nhk-mac.zip
unzip -q nhk-mac.zip
mv nhk-mac-master nhk-mac
rm nhk-mac.zip
cd nhk-mac
- Run
nhk-mac
.
./nhk-mac
- Print public SSH key to console.
- Check that public SSH key added to GitHub before continuing.
- Fix the following:
rm: /Users/x/.aws/config: No such file or directory
rm: /Users/x/.ssh/config: No such file or directory
rm: /Users/x/.vim/.en.utf-8.add: No such file or directory
...