aboutsummaryrefslogtreecommitdiffstats
path: root/dotfiles.sh
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-02-22 17:15:39 +0100
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-02-22 17:15:39 +0100
commitd0ecb2a9d770b1987e3be7cdc549d46880b89c5e (patch)
treed493b4afd8268adb3e1f374cd73e5db662f260d6 /dotfiles.sh
parentb86e22c339276441f344d61ad104a7cebd3b5858 (diff)
downloaddotfiles-d0ecb2a9d770b1987e3be7cdc549d46880b89c5e.tar.gz
dotfiles-d0ecb2a9d770b1987e3be7cdc549d46880b89c5e.tar.bz2
dotfiles-d0ecb2a9d770b1987e3be7cdc549d46880b89c5e.zip
Moved from stow to dotfiles for dotfile management
Diffstat (limited to 'dotfiles.sh')
-rwxr-xr-xdotfiles.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/dotfiles.sh b/dotfiles.sh
new file mode 100755
index 0000000..0cc525a
--- /dev/null
+++ b/dotfiles.sh
@@ -0,0 +1,7 @@
1#!/usr/bin/env bash
2
3DOTFILES=$HOME/dotfiles
4DOTFILESRC=$DOTFILES/dotfilesrc
5PATH=$PATH:$DOTFILES/dotfiles/bin
6
7dotfiles --repo="$DOTFILES" --config="$DOTFILESRC" $@