Skip to content

Instantly share code, notes, and snippets.

@Kovrinic
Last active July 21, 2016 00:29
Show Gist options
  • Save Kovrinic/3b307a6a4fb34a7403565927ee3b62d7 to your computer and use it in GitHub Desktop.
Save Kovrinic/3b307a6a4fb34a7403565927ee3b62d7 to your computer and use it in GitHub Desktop.
Initial install of custom dotsync
git clone https://github.com/Kovrinic/dotfiles.git ~/dotfiles
cd ~/dotfiles

## Initialize new computer
./bin/dotsync -I

## add the computer to ~/dotfiles/dotsyncrc under host section
## also fill in which files you want synced from home directory to dotfiles

## Create the symlinks
./bin/dotsync -L

## update bash
sourch ~/.bashrc

## Now dotsync has been added to your user PATH
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment