Closed MrG2333 closed 8 months ago
When running the install.sh script:
ln -svi -t "$HOME/.config" "$SRC/config/$I"
returns
ln: illegal option -- t usage: ln [-s [-F] | -L | -P] [-f | -i] [-hnv] source_file [target_file] ln [-s [-F] | -L | -P] [-f | -i] [-hnv] source_file ... target_dir link source_file target_file
thanks for catching that. even without the Linux flag, it was still wrong (-‸ლ)
fixed in ef1b3a4
When running the install.sh script:
ln -svi -t "$HOME/.config" "$SRC/config/$I"
returns
ln: illegal option -- t usage: ln [-s [-F] | -L | -P] [-f | -i] [-hnv] source_file [target_file] ln [-s [-F] | -L | -P] [-f | -i] [-hnv] source_file ... target_dir link source_file target_file