1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 06:20:05 +08:00
Commit Graph

6 Commits

Author SHA1 Message Date
Timothy J Laurent
370adead87 Fixes #85 2017-01-10 13:33:39 -08:00
wsdjeg
95e4eb7919 Enable https for spacevim.org 2017-01-07 12:17:46 +08:00
wsdjeg
1e1f23f4d0 Improve install script 2017-01-07 00:31:30 +08:00
Marco Hinz
db5494c809
install: use readlink to resolve symlinks
The `file(1)` shipped on macOS doesn't resolve symlinks:

    $ echo foo > file
    $ ln -s file link
    $ /usr/bin/file link
    link: ASCII text

Unfortunately the `readlink(1)` on macOS doesn't support the `-f` flag as well,
so we just match against the end of the string.
2017-01-05 13:36:12 +01:00
Marco Hinz
1af58d9c87
install: make shellcheck-clean 2017-01-04 17:08:33 +01:00
wsdjeg
474e40439d Add install.sh 2017-01-04 00:20:25 +08:00