Skip to content

(install.sh) Symlinks not working if a folder name contains spaces #2

@timohubois

Description

@timohubois

If there is a space into one folder from the path the symlinks does not work as aspected.

install.sh (line 11 and line 12)
ln -s $PWD/zshrc $HOME/.zshrc
ln -s $PWD/gitconfig $HOME/.gitconfig

Enclosure the paths does fix these behavior:
ln -s "$PWD/zshrc" "$HOME/.zshrc"
ln -s "$PWD/gitconfig" "$HOME/.gitconfig"

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions