File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change 2
2
3
3
echo " Hello install.sh"
4
4
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 )"
7
7
8
8
# 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
13
13
14
14
# Install git files
15
- ln -s $DIR /git/.gitconfig $HOME
15
+ # ln -s $DIR/git/.gitconfig $HOME
16
16
17
17
# 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
You can’t perform that action at this time.
0 commit comments