ivandokov / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Before macOS wipe

  • Did you commit and push any changes/branches to your git repositories?
  • Did you backup all important documents from non-iCloud/Google Drive directories?
  • Did you check if all databases are recently exported in /Users/ivan/Library/Mobile\ Documents/com~apple~CloudDocs/Mackup/mysql?
  • Did you update mackup to the latest version and ran mackup backup?

Installation

  • Install macOS Command Line Tools by running xcode-select --install
  • Download ssh keys to have access to git
  • Clone this repo and start the installation
git clone git@github.com:ivandokov/dotfiles.git ~/.dotfiles && cd ~/.dotfiles
./install
  • In iCloud Drive download Mackup directory available offline. Then restore preferences by running mackup restore
  • Clone all repositories by using ~/.dotfiles/git-clone.sh /Users/ivan/Library/Mobile\ Documents/com~apple~CloudDocs/Mackup/git-remote-dump.txt
  • Import all of the required databases from /Users/ivan/Library/Mobile\ Documents/com~apple~CloudDocs/Mackup/mysql
  • Restart the computer

Inspired by Dries Vints and Freek Van der Herten.

About

License:MIT License


Languages

Language:Shell 84.9%Language:Ruby 15.1%