Skip to content

Commit a4e136e

Browse files
committed
Remove private data
1 parent 0c2445d commit a4e136e

File tree

3 files changed

+0
-8
lines changed

3 files changed

+0
-8
lines changed

.gitmodules

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
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

private

Lines changed: 0 additions & 1 deletion
This file was deleted.

scripts/utils.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)