Update setup.pl

This commit is contained in:
Izzy Meyer 2023-05-21 02:37:35 -05:00 committed by GitHub
parent 7b3cd3efcb
commit bef9e359d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ sub update_or_clone_dotfiles {
# Symlinks dotfiles from .dotfiles directory to home directory
sub symlink_dotfiles {
system('ln', '-sf', glob("$ENV{HOME}/.dotfiles/.*"), '.');
system('ln', '-sf', glob("$ENV{HOME}/.dotfiles/.*"), "$ENV{HOME}/"};
}
# Configures and sets up the default shell