Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 990 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 990 Bytes

dotfiles

Shared configuration files and setup scripts files for setting up new and maintaining existing machines.

Usage

  • Setup an SSH key with the following command:
ssh-keygen -o -a 100 -t ed25519
  • Clone this repository into ~/Developer/dotfiles
  • Run ./install.sh from within that cloned repository

Directories

  • home - files that are intended to go in the home directory.
  • lib - files that are imported to provide utilities and configuration for the machine.
  • macos - files that are used for setup of a macOS machine.

References