diff options
| author | 2015-03-30 10:25:12 +0200 | |
|---|---|---|
| committer | 2015-03-30 10:25:12 +0200 | |
| commit | 8eee1c45bef74aa6094f463f9888ac653958b3dc (patch) | |
| tree | 0e2a066fd4da4afcf08f0bef348511b5c9ac48f7 /dotfiles.sh | |
| parent | c7ebce541a9914d4e5a3b52e838e2ac66dd139a0 (diff) | |
| download | dotfiles-8eee1c45bef74aa6094f463f9888ac653958b3dc.tar.gz dotfiles-8eee1c45bef74aa6094f463f9888ac653958b3dc.tar.bz2 dotfiles-8eee1c45bef74aa6094f463f9888ac653958b3dc.zip | |
Moving back to stow for management
reasons: dotfiles.sh misbehaving on freebsd
Diffstat (limited to 'dotfiles.sh')
| -rwxr-xr-x | dotfiles.sh | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/dotfiles.sh b/dotfiles.sh deleted file mode 100755 index 0cc525a..0000000 --- a/dotfiles.sh +++ /dev/null | |||
| @@ -1,7 +0,0 @@ | |||
| 1 | #!/usr/bin/env bash | ||
| 2 | |||
| 3 | DOTFILES=$HOME/dotfiles | ||
| 4 | DOTFILESRC=$DOTFILES/dotfilesrc | ||
| 5 | PATH=$PATH:$DOTFILES/dotfiles/bin | ||
| 6 | |||
| 7 | dotfiles --repo="$DOTFILES" --config="$DOTFILESRC" $@ | ||
