deekue / macos_tiling_de

Tiling Desktop Environment for MacOS, inspired by i3/Regolith
GNU General Public License v3.0
22 stars 0 forks source link

Installation Fails #1

Closed MrG2333 closed 8 months ago

MrG2333 commented 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

deekue commented 8 months ago

thanks for catching that. even without the Linux flag, it was still wrong (-‸ლ)

fixed in ef1b3a4