Eric Wong
53ba873bda
chore(version): update to 2.5.0-dev
2024-12-23 09:28:48 +08:00
Eric Wong
ef101cdf13
Release v2.4.0
2024-12-23 08:57:45 +08:00
Eric Wong
fa0cb4280d
docs(development): use github issue & pull request
2024-12-09 12:56:42 +08:00
Eric Wong
78ce96478d
perf(install): clone repo with --depth 1
2024-06-10 21:51:24 +08:00
Eric Wong
c2899ae1f8
fix(install): ln error if ~/.config doesn't exist
...
Co-authored-by:: cycychenyi <cycychenyi@outlook.com>
2024-05-14 19:07:54 +08:00
Eric Wong
6ca19772e1
chore(version): update to v2.4.0-dev
2024-03-24 14:57:36 +08:00
Eric Wong
2a2deac2e6
Release v2.3.0
2024-03-24 14:49:58 +08:00
wsdjeg
2d8a09fb24
docs(remote): use custom remote url
2024-02-19 16:23:34 +08:00
wsdjeg
f7ebfb455e
chore(install): switch to gitlab
2023-09-24 20:01:13 +08:00
wsdjeg
3da610a107
chore(version): update version to v2.3.0-dev
2023-07-05 12:20:47 +08:00
Eric Wong
8a7ec45818
Release v2.2.0
2023-07-05 11:50:23 +08:00
wsdjeg
2fcdc19e4c
fix(install): fix default nvim dir
2023-06-28 10:27:58 +08:00
wsdjeg
31158a7440
fix(install): fix default nvim dir
...
close https://github.com/SpaceVim/SpaceVim/issues/4845
2023-06-28 10:25:54 +08:00
Pedro Mendes
5d643afbd7
fix(install): fix neovim path
...
merge https://github.com/SpaceVim/SpaceVim/pull/4839
close https://github.com/SpaceVim/SpaceVim/issues/4838
2023-04-16 21:25:37 +08:00
wsdjeg
390345e329
chore(version): update to v2.2.0-dev
2023-03-30 20:43:41 +08:00
wsdjeg
0d3d740c8f
Release v2.1.0
2023-03-30 20:03:37 +08:00
wsdjeg
4c07aa025f
fix(install): remove commands checking
2023-02-21 18:59:49 +08:00
LookForAdmin
1c0b17d6be
fix(install): fix install.sh
...
fix #4790
2023-02-21 14:02:15 +08:00
mert
14d66bdb96
fix(mkfontdir): only check for mkfontdir when OS is not Darwin
2023-01-08 12:06:55 +08:00
Olliver Schinagl
9e80d9bbfa
feat:(XDG): add XDG support
...
* fonts: Ensure mkfontscale is installed
When installing fonts, we have a silent igored error about missing
`mkfontscale` (and `mkfontdir`). Add a requirements check for it, and
'need' it when actually attempting to install fonts.
* fetch_repo: Never change a directory
It is bad practice to change the currents shell working directory. E.g.
never use 'cd' in a script.
For example, if `git pull` crashes, it would leave the user in the git
directory 'somewhere' on his filesystem, potentially causing confusion,
as the following `cd -` command is never executed.
There are of course always exceptions, such as when tooling does not
(easily) support out of tree invocation.
To solve this, run the command in a subshell, which won't touch the
current working directory as the exit of the subshell kept the previous
working directory.
A more difficult alternative would be to pass `--git-dir` and
`--work-tree` along to git, but this would make it far harder to read.
* fetch_repo: Do not duplicate code all over
There is no reason to put `need 'git'` all over the place, when the only
time we truly need it, is if we pull the repo. Make the code a little
less cluttered and a bit easier to read.
* install: Support XDG_CONFIG_HOME
Add support for the XDG specification for XDG_CONFIG_HOME. NeoVIM
already follows this, regular vim needs a bit of help there.
Closes : #3517
* SpaceVim.d: Support XDG paths
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
2022-12-28 14:19:06 +08:00
Vladislav Sharapov
3ac0fe27cc
fix(install): fix indentation, remove unnecessary newlines
2022-11-29 19:00:37 +08:00
Vladislav Sharapov
9cc4d926a7
fix(font): change download font url
...
Old link redirects to raw.githubusercontent.com.
2022-11-29 18:58:39 +08:00
wsdjeg
5b9ae1e168
chore(version): update version to v2.1.0-dev
2022-07-02 13:56:15 +08:00
Wang Shidong
796be121c0
Release v2.0.0 ( #4687 )
2022-07-02 13:36:51 +08:00
Marouane Skandaji
733c38f3fd
fix(install): remove install_fonts
2022-06-26 12:50:25 +08:00
wsdjeg
12004cb080
chore(copyright): update copyright
2022-06-12 15:37:35 +08:00
wsdjeg
39cbef5f3f
fix(fonts): download Sauce Code Pro Nerd Font
automatically
...
close https://github.com/SpaceVim/SpaceVim/issues/4616
2022-04-12 16:04:44 +08:00
wsdjeg
33cc57af55
chore(copyright): update email
2022-03-27 13:38:54 +08:00
wsdjeg
298eac3cee
fix(install): fix install script
...
close https://github.com/SpaceVim/SpaceVim/issues/4598
2022-03-20 11:06:37 +08:00
wsdjeg
8ec4ad91f6
chore(version): update to 2.0.0-dev
2022-01-08 13:54:33 +08:00
wsdjeg
687736f2b7
Release v1.9.0
2022-01-06 19:49:25 +08:00
Shidong Wang
6ce3947d48
chore(copyright): update copyright
2021-11-13 16:37:24 +08:00
Shidong Wang
516e0525e2
feat(core): update to v1.9.0-dev
2021-10-04 21:26:44 +08:00
Shidong Wang
93aeb032fa
Release v1.8.0
2021-10-04 20:49:11 +08:00
Wang Shidong
5ed892fe7f
Add --no-fonts option ( #4415 )
...
close #4354
2021-08-21 14:16:41 +08:00
Wang Shidong
8558514f30
Update version to v1.8.0-dev ( #4286 )
2021-06-15 23:35:59 +08:00
Wang Shidong
722b6f97cc
Release v1.7.0 ( #4285 )
2021-06-14 10:31:58 +08:00
Wang Shidong
f5d9f0b01a
Update version ( #4031 )
2021-01-01 16:18:31 +08:00
Wang Shidong
d870c6a1bc
Release v1.6.0 ( #4019 )
2020-12-31 22:50:06 +08:00
Wang Shidong
751725315f
Update copyright ( #3744 )
2020-08-31 21:24:27 +08:00
Wang Shidong
de8f77d212
Update version ( #3681 )
2020-08-02 16:10:27 +08:00
Wang Shidong
9e0bd870f1
Release 1.5.0 ( #3678 )
2020-08-01 23:16:10 +08:00
Wang Shidong
bc39677add
Fix fonts downloader ( #3648 )
...
close #3428
2020-07-19 11:28:51 +08:00
Shidong Wang
41c914812e
Update version
2020-04-06 21:10:20 +08:00
Wang Shidong
263430393f
Release v1.4.0 ( #3432 )
2020-04-05 16:32:15 +08:00
Wang Shidong
00ac2987e4
Release v1.3.0 ( #3213 )
2019-11-04 22:00:58 +08:00
Wang Shidong
7ba443f195
Fix install script ( #3048 )
2019-09-12 14:11:18 +08:00
Eric Drechsel
748ba30908
urlescape spaces in font names ( #3042 )
...
Fixes #2532
Also cleans up empty files so rerunning install.sh gets existing users in a good state
2019-09-11 21:29:09 +08:00
Wang Shidong
360c73b74d
Version ( #2956 )
2019-07-23 21:24:13 +08:00
Wang Shidong
27aa5d038b
Release v1.2.0 ( #2947 )
2019-07-18 22:36:59 +08:00