Quote unquoted link commands. They will fail if the file name has a space.
This commit is contained in:
parent
aa32680758
commit
89fee4cab3
1 changed files with 5 additions and 5 deletions
10
setup.sh
10
setup.sh
|
@ -13,11 +13,11 @@ ln -s "$dfdir/zshenv" "$HOME/.zshenv"
|
|||
ln -s "$dfdir/vimrc" "$HOME/.vimrc"
|
||||
ln -s "$dfdir/vim" "$HOME/.vim"
|
||||
|
||||
ln -s $dfdir/indent.pro $HOME/.indent.pro
|
||||
ln -s $dfdir/screenrc $HOME/.screenrc
|
||||
ln -s $dfdir/tmux.conf $HOME/.tmux.conf
|
||||
ln -s $dfdir/ledgerrc $HOME/.ledgerrc
|
||||
ln -s $dfdir/toprc $HOME/.toprc
|
||||
ln -s "$dfdir/indent.pro" "$HOME/.indent.pro"
|
||||
ln -s "$dfdir/screenrc" "$HOME/.screenrc"
|
||||
ln -s "$dfdir/tmux.conf" "$HOME/.tmux.conf"
|
||||
ln -s "$dfdir/ledgerrc" "$HOME/.ledgerrc"
|
||||
ln -s "$dfdir/toprc" "$HOME/.toprc"
|
||||
|
||||
ln -s "$dfdir/gitconfig" "$HOME/.gitconfig"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue