Skip to content

Commit 186e6be

Browse files
author
G r e y
authored
Temporarily comment install.sh
1 parent bf50691 commit 186e6be

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

install.sh

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22

33
echo "Hello install.sh"
44

5-
echo "Clonling home dotfiles..."
6-
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
5+
# echo "Clonling home dotfiles..."
6+
# DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
77

88
# Install HOME-based bash files
9-
ln -s $DIR/bash/.bash_aliases $HOME
10-
ln -s $DIR/bash/.bash_path $HOME
11-
ln -s $DIR/bash/.bashrc $HOME
12-
ln -s $DIR/bash/.profile $HOME
9+
# ln -s $DIR/bash/.bash_aliases $HOME
10+
# ln -s $DIR/bash/.bash_path $HOME
11+
# ln -s $DIR/bash/.bashrc $HOME
12+
# ln -s $DIR/bash/.profile $HOME
1313

1414
# Install git files
15-
ln -s $DIR/git/.gitconfig $HOME
15+
# ln -s $DIR/git/.gitconfig $HOME
1616

1717
# Install VS Code files
18-
mkdir -p $HOME/.config/Code/User
19-
ln -s $DIR/Code/User/keybindings.json $HOME/.config/Code/User
20-
ln -s $DIR/Code/User/settings.json $HOME/.config/Code/User
18+
# mkdir -p $HOME/.config/Code/User
19+
# ln -s $DIR/Code/User/keybindings.json $HOME/.config/Code/User
20+
# ln -s $DIR/Code/User/settings.json $HOME/.config/Code/User

0 commit comments

Comments
 (0)