Skip to content

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

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"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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