dotfiles/install
Jacob Kiers 0e4fd52450 Fix the clone URL for installation.
Signed-off-by: Jacob Kiers <jacob@alphacomm.nl>
2014-12-23 11:24:55 +01:00
..
Readme.md Change URLs into my own URLs. 2014-01-10 20:11:59 +01:00
install.sh Fix the clone URL for installation. 2014-12-23 11:24:55 +01:00

Readme.md

Dotfiles installer

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

curl https://bitbucket.org/jacobkiers/dotfiles/raw/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.jacobkiers.net | bash

Copy install script to your public directory:

curl -O https://bitbucket.org/jacobkiers/dotfiles/raw/master/install/install.sh

And add to your .htacess:

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