Giter VIP home page Giter VIP logo

mac-setup's Introduction

Mac Setup

My personal Mac backup/installation/restore/update process for a clean Mac installation.

Backup Data from current Mac (if possible)

Run following script to create backup.zip inside the backup folder:

source "$BASH_STUFF/mac-setup/backup/create.sh"

Contents

  • SQL dump
  • SSH keys
  • config data from important apps
  • list with installed apps
  • list with installed vs code exensions

Install the Magic

# switch default terminal to bash
chsh -s /bin/bash
# this will prompt xcode dev tools installation (confirm)
git -v
# create bash profile
touch ~/.bash_profile
# configure google drive as backup directory
echo export BACKUP=~/My\\ Drive/Privat/Software/Backup >> ~/.bash_profile
# configure path to bash stuff
echo export BASH_STUFF=~/.bash_stuff >> ~/.bash_profile
# read .bash_profile changes
source ~/.bash_profile
# create the bash stuff folder
mkdir "$BASH_STUFF" && cd "$BASH_STUFF"
# clone this repo into bash stuff folder
git clone https://github.com/oncode/mac-setup.git

Setup Clean Mac

Auto Installation

# run os configuration (requires sudo)
source "$BASH_STUFF/mac-setup/install/config.sh"

# install dev tools
source "$BASH_STUFF/mac-setup/install/dev.sh"

# install bash tools
source "$BASH_STUFF/mac-setup/install/bash.sh"

# install apps
source "$BASH_STUFF/mac-setup/install/apps.sh"

# restore backup
source "$BASH_STUFF/mac-setup/backup/restore.sh"

Manual Steps

  1. Install following Apps:

    • Photoshop / Illustrator / InDesign
    • Microsoft Office
    • Open Office (cask seems to be broken)
    • uTorrent
  2. Install Terminal profile

    • open $BASH_STUFF/mac-setup/install/Pro.terminal
    • Choose as default: "Shell" -> "Als Standard verwenden"
  3. Open programms, add licences and change configuration where needed (see also tweakings folder)

  4. Change wallpaper to wallpaper.jpg

  5. Install MacOS updates (if any available)

  6. Restart Mac

    • sudo shutdown -r now "Let the work begin..."
  7. Start first Time Machine Backup

    • tmutil startbackup

Update

There is an update script to keep the Mac fresh. Just run:

source "$BASH_STUFF/mac-setup/update.sh"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.