File tree Expand file tree Collapse file tree 4 files changed +3
-11
lines changed Expand file tree Collapse file tree 4 files changed +3
-11
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 @@ -9,10 +9,10 @@ function base_install() {
99
1010 print_details
1111
12- local system =" $1 "
13- local file=" $DOTFILES_DIR /scripts/configs/$system .yml"
12+ local SYSTEM =" $1 "
13+ local file=" $DOTFILES_DIR /scripts/configs/$SYSTEM .yml"
1414
15- INFO " Collecting packages for $system ($file )"
15+ INFO " Collecting packages for $SYSTEM ($file )"
1616 collect_yaml_lists " $file "
1717
1818 local i name orig
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