Tapppi / macos-setup

Tapppi macos setup

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

macos-setup

Macos setup automation with basic settings, application installs and dotfiles

Usage

  1. Backup credentials and personal settings by running backup.sh path/to/backup.tgz
  2. Copy backup and this repo to new mac
  3. Run ./setup.sh init and log in with your new non-superadmin user
  4. If need keys or creds from backup for install, use restore.sh path/to/backup.tgz
  5. Run ./setup.sh init_user to remove dock icons and create ssh keys if needed
  6. Run ./setup.sh install && ./setup.sh config and reboot your computer

There are still rough edges and you will probably have to fix something by hand, but it should still be quicker than starting over or using time machine..

What it does

Backup and restore

backup.sh does a backup of the home directory files listed in restore.bom. It includes hard to generalise plist settings and credentials. Other files, such as documents are expected to be backed up to file-sharing, e.g. google drive or dropbox.

restore.sh extracts the backup tarball back to home folder.

The scripts take the path of the backup tarball as an argument.

Setup

setup.sh has three tasks/: init, install and config. To use, run ./setup.sh <task> in the root folder of this repo.

init

  • Sets up and asks for basic info such as hostname
  • Installs updates and xcode devtools
  • Turns off guest account
  • Creates a new account to be used instead of the default macOS superadmin
  • ./setup.sh init_user subtask removes dock icons and creates ssh key if you don't have one (from backup)

install

Also works as update, just rerun it to update apps and node. Python and ruby versions are still manual in the script for now.

  • Installs Brew and libs, tools and software from Hombrew and Mac App Store
    • See Brewfiles/ for commented lists of installed applications in Homebrew bundle format
    • Installed in order: core, languages, software
  • Sets default shell to Bash 5 instead of ancient Bash 3 from macOS
  • Installs language runtimes
    • Go, PHP, Lua, Rust and Java through with Homebrew
    • nvm (Node Version Manager) and with it the LTS version of node
    • Python 2, Python 3, pip & utilities with pyenv
      • Also installs aiven-client for controllin Aiven DBaaS
    • Ruby 2 and bundler with rbenv
    • Perl 5 with plenv (disabled currently due to install problems)
  • Bootstraps dotfiles subrepo

config

  • Applies some application settings and terminal/duti settings
  • Applies basic settings macos settings as defined in .macos dotfile

Manual steps

Not all steps have been automated:

Thanks to...

About

Tapppi macos setup


Languages

Language:Shell 100.0%