dotfiles/install
Artem Sapegin 2057b9cd3a Install: SSH repo URL. 2012-11-28 13:03:29 +04:00
..
Readme.md Install dotfiles script: readme file. 2012-10-31 16:19:43 +04:00
install.sh Install: SSH repo URL. 2012-11-28 13:03:29 +04:00

Readme.md

Dotfiles installer

Installs git, clones repository and symlinks dotfiles to your home directory

curl https://raw.github.com/sapegin/dotfiles/master/install/install.sh | bash

Installing from subdomain

You can put it to subdomain on you hosting and use short path. For example:

curl dot.sapegin.me | bash

Copy install script to your public directory:

curl -O https://raw.github.com/sapegin/dotfiles/master/install/install.sh

And add to your .htacess:

RewriteEngine on
RewriteRule (.*) /install.sh [L]