From d0ecb2a9d770b1987e3be7cdc549d46880b89c5e Mon Sep 17 00:00:00 2001 From: Tom van der Lee Date: Sun, 22 Feb 2015 17:15:39 +0100 Subject: Moved from stow to dotfiles for dotfile management --- dotfiles.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 dotfiles.sh (limited to 'dotfiles.sh') diff --git a/dotfiles.sh b/dotfiles.sh new file mode 100755 index 0000000..0cc525a --- /dev/null +++ b/dotfiles.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash + +DOTFILES=$HOME/dotfiles +DOTFILESRC=$DOTFILES/dotfilesrc +PATH=$PATH:$DOTFILES/dotfiles/bin + +dotfiles --repo="$DOTFILES" --config="$DOTFILESRC" $@ -- cgit v1.2.3