Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.25 KB

README.md

File metadata and controls

35 lines (27 loc) · 1.25 KB

.files

My personal shell configuration, featuring:

Setup

Follow these instructions to set up a new machine for the first time:

Caution

Note that this may overwrite any existing dotfiles on the machine.

  1. Sign into Github and generate a new (classic) PAT, making sure to record it

  2. Open Terminal and run the following command, substituting the appropriate values:

    EMAIL= \
    GH_USERNAME= \
    GH_TOKEN= \
    PROJECT_DIR= \
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/edobry/dotfiles/HEAD/scripts/setup.sh)"
  3. Follow the instructions to configure chitin (run chiConfigUserModify and fill in the appropriate values)

  4. Update the instructions/script to account for any steps that may be missing, incomplete, or incorrect

  5. ????

  6. profit