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 installTo put dot on the PATH, symlink it into $HOME/bin:
ln -s "$HOME/dotfiles/dot" "$HOME/bin/dot"A dot command on the PATH manages the dotfiles. It can always be run from
$HOME/dotfiles/dot instead.