/dotfiles

Primary LanguageShell

My dotfiles, script to symlink actual dotfiles to this directory, and some useful staff.

To pull changes from this repository with https and push back with ssh:

git config remote.origin.url "https://github.com/selivan/dotfiles.git"
git config remote.origin.pushurl "git@github.com:selivan/dotfiles.git"