/udot

Sync your dotfiles on demand

Primary LanguageShellDo What The F*ck You Want To Public LicenseWTFPL

udot

udot: upload dotfiles! Runs manually, uses rsync under the hood.

Installation

  1. Download udot to your favorite place for user-defined-binaries. e.g.
sudo curl https://raw.githubusercontent.com/mutantcornholio/udot/master/udot -o /usr/local/bin/udot
sudo chmod +x /usr/local/bin/udot
  1. Create .udot configs in your home dir. e.g.
mkdir "$HOME/.udot"

echo "- ***/.git" >> "$HOME/.udot/dotfiles"
echo "+ .vimrc" >> "$HOME/.udot/dotfiles"
echo "+ .vim/***" >> "$HOME/.udot/dotfiles"

echo "my-server1.org" >> "$HOME/.udot/servers"
echo "my-server2.org" >> "$HOME/.udot/servers"
  1. Run udot:
    screencast.gif