File tree 3 files changed +3
-7
lines changed
3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 1
1
# !/usr/pkg/bin/fish
2
2
3
- set -q DOT_CONFIG_DIR || set DOT_CONFIG_DIR $XDG_CONFIG_DIR /dotfiles
3
+ set -q DOT_CONFIG_DIR || set DOT_CONFIG_DIR $XDG_CONFIG_HOME /dotfiles
4
4
set -q DOT_FILES_DIR || set DOT_FILES_DIR $HOME /.local/src/github.com/mbauhardt/dotfiles
5
- if test -f " $DOT_CONFIG_DIR /.dotfilesrc "
6
- source " $DOT_CONFIG_DIR /.dotfilesrc "
5
+ if test -f " $DOT_CONFIG_DIR /config "
6
+ source " $DOT_CONFIG_DIR /config "
7
7
end
8
8
9
9
function _help
Original file line number Diff line number Diff line change 1
- set dots ' msmtp' ' isync'
2
1
echo " Delete all symblic links from the given modules: '$dots '"
3
2
echo " Do you want to continue? (y/n)"
4
3
read con
Original file line number Diff line number Diff line change 1
- set dots ' msmtp' ' isync'
2
1
echo " Link all files from the given modules: '$dots '"
3
2
echo " Do you want to continue? (y/n)"
4
3
read con
@@ -12,8 +11,6 @@ for d in $dots
12
11
# -t target
13
12
stow --ignore ' post-install-dotfiles.zsh' --ignore ' post-install-software.zsh' --ignore ' install-software.zsh' -v -R -t $HOME -d $DOT_FILES_DIR /dots $d
14
13
15
- # [[ ! -a ${DOTFILESDIR:-$HOME/dotfiles}/dots/$d/post-install-dotfiles.zsh ]] && continue
16
- # printf "[%s] Source post-install-dotfiles script.\n" "${d}" && source ${DOTFILESDIR:-$HOME/dotfiles}/dots/$d/post-install-dotfiles.zsh
17
14
end
18
15
19
16
You can’t perform that action at this time.
0 commit comments