File tree Expand file tree Collapse file tree 3 files changed +0
-8
lines changed Expand file tree Collapse file tree 3 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 1- [submodule "private "]
2- path = private
3- url = [email protected] :erichlf/dotfiles-private.git 4- branch = master
51[submodule "home/dot-tmux/plugins/tpm "]
62 path = home/dot-tmux/plugins/tpm
73 url = https://github.com/tmux-plugins/tpm
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -66,10 +66,7 @@ function sym_links() {
6666 INFO " Creating symlinks..."
6767 mkdir -p " $HOME /.config"
6868 stow -v --dotfiles --adopt --dir " $DOTFILES_DIR " --target " $HOME " --restow home
69- [[ -d $DOTFILES /private/.ssh ]] && stow -v --adopt --dir " $DOTFILES_DIR /private/" --target " $HOME /.ssh" --restow .ssh
7069 stow -v --adopt --dir " $DOTFILES_DIR " --target " $HOME /.config/" --restow config
71- # if the adopt made a local change then undo that
72- git checkout HEAD -- config home private
7370
7471 return 0
7572}
You can’t perform that action at this time.
0 commit comments