diff options
Diffstat (limited to 'setup.zsh')
| -rwxr-xr-x | setup.zsh | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/setup.zsh b/setup.zsh deleted file mode 100755 index 233a942..0000000 --- a/setup.zsh +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env zsh - -[[ $PWD = ~/.dotfiles ]] || exit 1 - -if [[ $(uname -s) = FreeBSD ]]; then - if [[ -x /compat/linux/bin/ln ]]; then - LN=/compat/linux/bin/ln - else - echo "On FreeBSD and no GNU ln found, exiting" - exit 1 - fi -fi -LN=${LN:-ln} - -for i in dot.*; do - ${LN} -Ts .dotfiles/${i} ~/${i#dot} -done |
