Fix externals on linux
This commit is contained in:
parent
95964b4024
commit
3f15f4c8b2
|
@ -213,7 +213,7 @@
|
||||||
url: "https://raw.githubusercontent.com/rcaloras/bash-preexec/master/bash-preexec.sh"
|
url: "https://raw.githubusercontent.com/rcaloras/bash-preexec/master/bash-preexec.sh"
|
||||||
refreshPeriod: "{{ $defaultRefresh }}"
|
refreshPeriod: "{{ $defaultRefresh }}"
|
||||||
|
|
||||||
{{- if eq .chezmoi.os "linux" -}}
|
{{ if eq .chezmoi.os "linux" -}}
|
||||||
".local/bin/nvim.AppImage":
|
".local/bin/nvim.AppImage":
|
||||||
type: "file"
|
type: "file"
|
||||||
url: "https://github.com/neovim/neovim/releases/download/stable/nvim-linux-x86_64.appimage"
|
url: "https://github.com/neovim/neovim/releases/download/stable/nvim-linux-x86_64.appimage"
|
||||||
|
|
Loading…
Reference in New Issue