Shared configuration files and setup scripts files for setting up new and maintaining existing machines.
- 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
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.
- dotfiles.github.io
- Customizing GitHub Codespaces
- Using GNU Stow: http://brandon.invergo.net/news/2012-05-26-using-gnu-stow-to-manage-your-dotfiles.html (not currently utilized)