kristijanhusak / neovim-config

Neovim configuration
254 stars 39 forks source link

Install sh not running and removing zsh config files #3

Closed lXSPandora closed 6 years ago

lXSPandora commented 6 years ago

When i try to run the install.sh on my mac returns to me the following error

usage: cp [-R [-H | -L | -P]] [-fi | -n] [-apvXc] source_file target_file
       cp [-R [-H | -L | -P]] [-fi | -n] [-apvXc] source_file ... target_directory

Please dont do this:

https://github.com/kristijanhusak/neovim-config/blob/master/install.sh#L2

kristijanhusak commented 6 years ago

There's a warning in the readme that says that script will delete those, but i should definetely put it behind the yes/no question prompt.

Not sure which cp failed, but i assume fonts, since mac has different location for fonts. I would suggest to modify the script to your needs, since script is written mainly for linux.

kristijanhusak commented 6 years ago

Warning for deletion is added.