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