dideler / dotfiles

:page_facing_up: These are my dotfiles. There are many like them, but these are mine.
MIT License
25 stars 4 forks source link

Script fails to create some symlinks #7

Closed dideler closed 9 years ago

dideler commented 10 years ago
~/github/dotfiles                                                                
↪ ./link

 Creating links in /home/dennis to your dotfiles...

 ?  Destination file already exists for redshift.conf
      Do you want to [s]kip, [S]kip all, [o]verwrite, [O]verwrite all, [b]ackup, [B]ackup all?
o
 ✔  Removed existing destination file ~/.config/redshift.conf
 ✔  Linked ~/.config/redshift.conf ➜ ~/github/dotfiles/.config/redshift.conf

.
.
.

 ?  Destination file already exists for config-example
      Do you want to [s]kip, [S]kip all, [o]verwrite, [O]verwrite all, [b]ackup, [B]ackup all?
o
 ✔  Removed existing destination file ~/.ssh/config-example
 ✔  Linked ~/.ssh/config-example ➜ ~/github/dotfiles/.ssh/config-example
ln: failed to create symbolic link ‘/home/dennis/.vimrc’: File exists

Where ~/.vimrc is a symbolic link to a non-existing file.

↪ ls -hag ~/.vimrc
lrwxrwxrwx 1 dennis 34 Dec 14 17:51 /home/dennis/.vimrc -> /home/dennis/github/dotfiles/vimrc