A collection of configuration files and custom scripts, centralized for easy mobility. Uses stow
to symlink everything
properly, based on this blog post.
git clone https://github.com/ElanMedoff/dotfiles .dotfiles
# if necessary, update the urls in `.gitmodules` from `git@` to `https://`
git submodule init
git submodule update
- Install Alacritty
chmod +x ./bootstrap.sh
./bootstrap.sh --pm={brew,dnf,apt} {--server}
git submodule foreach git pull origin master