Harrison McCullough's Ubuntu / macOS dotfiles.
This is based off of "Cowboy"'s dotfiles setup. If you have any questions, that would probably be a better place to ask.
export DOTFILES_GH_USER=HarrisonMc555
export DOTFILES_GH_BRANCH=master
bash -c "$(wget -qO- https://raw.github.com/$DOTFILES_GH_USER/dotfiles/$DOTFILES_GH_BRANCH/bin/dotfiles)" && source ~/.bashrc
export DOTFILES_GH_USER=HarrisonMc555
export DOTFILES_GH_BRANCH=master
bash -c "$(curl -fsSL https://raw.github.com/$DOTFILES_GH_USER/dotfiles/$DOTFILES_GH_BRANCH/bin/dotfiles)" && source ~/.bashrc
Copyright (c) 2019 Harrison McCullough
Copyright (c) 2014 "Cowboy" Ben Alman
Licensed under the MIT license.
http://benalman.com/about/license/