Debugs the installtion process
This commit is contained in:
parent
7958f6eafc
commit
26180cc0a6
1 changed files with 4 additions and 3 deletions
|
@ -5,7 +5,8 @@ SCRIPTPATH=$(dirname "$SCRIPT")
|
||||||
|
|
||||||
FILES="vimrc zshrc gitconfig"
|
FILES="vimrc zshrc gitconfig"
|
||||||
|
|
||||||
for file in {$FILES} do
|
for file in $FILES
|
||||||
ln -s -T {$SCRIPTPATH}{$file} .{$file}
|
do
|
||||||
mv -P .{$file} /home/{$USER}
|
ln -s -T $SCRIPTPATH/$file .$file
|
||||||
|
mv .$file /home/$USER
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue