config-files

  1. Generate SSH key, if you want to make changes later

    ssh-keygen
  2. Grab the contents of the SSH key

    cat ~/.ssh/id_rsa.pub
  3. Put the key out on the Github profile

  4. Go to Documents

    cd ~/Documents
  5. Download the Git Repo

    git clone https://github.com/ldscott1970/config-files.git
  6. Change to the Git repo directory

    cd config-files
  7. Run the setup script

    sh 1_setup_mac.sh
  8. Get zsh to know where home brew is located

    (echo; echo 'eval "$(/opt/homebrew/bin/brew shellenv)"') >> /Users/$LOGNAME/.zprofile
    eval "$(/opt/homebrew/bin/brew shellenv)"
  9. Run the homebrew app install script

    sh 2_install_homebrew_apps.sh
  10. Setup Vim

    sh 3_setup_vim.sh