Skip to content

Commit

Permalink
feat: add git squash
Browse files Browse the repository at this point in the history
  • Loading branch information
astutecat committed May 8, 2023
1 parent dfcf12c commit eac6a2a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .chezmoiexternal.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# git clone https://github.com/asdf-vm/asdf.git ~/.asdf --branch v0.10.2
{{ $asdfVersion := "0.11.3" -}}
[".asdf"]
type = "git-repo"
url = "https://github.com/asdf-vm/asdf.git"
refreshPeriod = 0
[".asdf".clone]
args = ["--branch", "v{{ $asdfVersion }}", "--depth", "1"]
args = ["--branch", "v0.11.3", "--depth", "1"]

# git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
[".fzf"]
Expand Down Expand Up @@ -53,6 +52,12 @@ args = ["--quiet"]
refreshPeriod = "672h"
executable = true

[".local/bin/git-squash"]
type = "file"
url = "https://raw.githubusercontent.com/sheerun/git-squash/master/git-squash"
refreshPeriod = "672h"
executable = true

[".local/bin"]
type = "archive"
url = "https://dl.filippo.io/age/latest?for={{.chezmoi.os}}/{{.chezmoi.arch}}"
Expand Down

0 comments on commit eac6a2a

Please sign in to comment.