My personal dotfiles and setup scripts for setting up new environments.
Getting up and running with these dotfiles should be relatively easy and only involves a few steps.
To download the dotfiles, run the following command:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/sethlopez/dotfiles/HEAD/download.sh)"As I have thus far worked exclusively on macOS, I currently only have a macOS setup script. This section may be expanded later to include other environments.
To setup a macOS environment, run the following command:
$HOME/dotfiles/dot macos-setupTo install the dotfiles, run the following command:
$HOME/dotfiles/dot installAfter installation, a dot command should be available on the PATH. The dot
command can always be run from $HOME/dotfiles/dot, if not.
Use the dot command to manage dotfiles. Usage:
dot [ install | macos-setup | upgrade | uninstall ]