Compare commits
No commits in common. "cce7f22efb12a976c39052d202e3bfbd47b09050" and "ec967d9051490faa6cb4a7f14ffc9fe446f392ec" have entirely different histories.
cce7f22efb
...
ec967d9051
@ -22,28 +22,18 @@
|
|||||||
[".local/bin/eza"]
|
[".local/bin/eza"]
|
||||||
type = "archive-file"
|
type = "archive-file"
|
||||||
url = "https://github.com/eza-community/eza/releases/download/{{ $ezaVersion }}/eza_x86_64-unknown-{{ .chezmoi.os }}-gnu.tar.gz"
|
url = "https://github.com/eza-community/eza/releases/download/{{ $ezaVersion }}/eza_x86_64-unknown-{{ .chezmoi.os }}-gnu.tar.gz"
|
||||||
path = "./eza"
|
path = "eza"
|
||||||
|
|
||||||
{{/* 手動安裝 neovim */ -}}
|
{{/* 手動安裝 neovim */ -}}
|
||||||
{{ $nvimVersion := "v0.11.1" -}}
|
{{ $nvimVersion := "v0.11.1" -}}
|
||||||
[".local/bin/nvim"]
|
[".local"]
|
||||||
type = "archive-file"
|
|
||||||
url = "https://github.com/neovim/neovim/releases/download/{{ $nvimVersion }}/nvim-{{ .chezmoi.os }}-x86_64.tar.gz"
|
|
||||||
stripComponents = 1
|
|
||||||
path = "bin/nvim"
|
|
||||||
[".local/lib/nvim"]
|
|
||||||
type = "archive"
|
type = "archive"
|
||||||
url = "https://github.com/neovim/neovim/releases/download/{{ $nvimVersion }}/nvim-{{ .chezmoi.os }}-x86_64.tar.gz"
|
url = "https://github.com/neovim/neovim/releases/download/{{ $nvimVersion }}/nvim-{{ .chezmoi.os }}-x86_64.tar.gz"
|
||||||
exact = true
|
exact = true
|
||||||
stripComponents = 1
|
stripComponents = 1
|
||||||
include = ["lib/nvim/**"]
|
path = "nvim-linux-x86_64"
|
||||||
[".local/share/nvim"]
|
|
||||||
type = "archive"
|
|
||||||
url = "https://github.com/neovim/neovim/releases/download/{{ $nvimVersion }}/nvim-{{ .chezmoi.os }}-x86_64.tar.gz"
|
|
||||||
exact = true
|
|
||||||
stripComponents = 1
|
|
||||||
include = ["share/nvim/**"]
|
|
||||||
|
|
||||||
{{/* 手動安裝 zsh(已在install-packages.sh處理) */ -}}
|
|
||||||
|
{{/* 手動安裝 zsh */ -}}
|
||||||
{{/* 手動安裝 lazygit */ -}}
|
{{/* 手動安裝 lazygit */ -}}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|||||||
@ -9,9 +9,9 @@
|
|||||||
{{/* 其他自訂手動安裝腳本: */ -}}
|
{{/* 其他自訂手動安裝腳本: */ -}}
|
||||||
|
|
||||||
{{/* 手動安裝 eza */ -}}
|
{{/* 手動安裝 eza */ -}}
|
||||||
if command -v zsh &> /dev/null; then
|
# if command -v eza &> /dev/null; then
|
||||||
sh -c "$(curl -fsSL https://raw.githubusercontent.com/romkatv/zsh-bin/master/install)" -- -d ~/.local -e no
|
#
|
||||||
fi
|
# fi
|
||||||
|
|
||||||
{{/* **** Root Mode ***************************************************** */ -}}
|
{{/* **** Root Mode ***************************************************** */ -}}
|
||||||
{{ else -}}
|
{{ else -}}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user