Skip to content

bobturla/dotfiles

 
 

Repository files navigation

Dotfiles

TODO: Info about these dotfiles.

Setup

Just clone this repo into ~/dotfiles and run:

~/dotfiles/setup.sh

Or, here's some copy-pasta if you're into that kind of thing:

read -e -p "Github repo: " -i "deanrather/dotfiles" GITHUB_REPO &&
which git >> /dev/null || sudo apt-get install -y git &&
git clone "https://github.com/$GITHUB_REPO.git" ~/dotfiles &&
~/dotfiles/setup.sh

See Also

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%