Skip to content

Commit

Permalink
Chezmoi: moved all direnv install to .chezmoiexternal
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryce Kellogg committed Jan 28, 2025
1 parent 1fd7102 commit e2f7c3d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 18 deletions.
13 changes: 12 additions & 1 deletion .chezmoiexternal.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@


[".local/bin/eza"]
type = "archive-file"
stripComponents = 1
path = "eza"
url = "https://github.com/eza-community/eza/releases/download/v0.20.16/eza_x86_64-unknown-linux-gnu.tar.gz"


[".local/bin/rg"]
type = "archive-file"
stripComponents = 1
Expand All @@ -14,25 +17,33 @@
url = "https://github.com/BurntSushi/ripgrep/releases/download/14.1.0/ripgrep-14.1.0-x86_64-unknown-linux-musl.tar.gz"
{{ end }}


[".local/share/man/man1/rg.1"]
type = "archive-file"
stripComponents = 1
path = "doc/rg.1"
url = "https://github.com/BurntSushi/ripgrep/releases/download/14.1.0/ripgrep-14.1.0-x86_64-unknown-linux-musl.tar.gz"


[".local/bin/fd"]
type = "archive-file"
stripComponents = 1
path = "fd"
url = "https://github.com/sharkdp/fd/releases/download/v9.0.0/fd-v9.0.0-x86_64-unknown-linux-gnu.tar.gz"


[".local/share/man/man1/fd.1"]
type = "archive-file"
stripComponents = 1
path = "fd.1"
url = "https://github.com/sharkdp/fd/releases/download/v9.0.0/fd-v9.0.0-x86_64-unknown-linux-gnu.tar.gz"


[".local/bin/direnv"]
type = "file"
executable = true
url = "https://github.com/direnv/direnv/releases/download/v2.33.0/direnv.linux-amd64"
{{ if eq .osid "darwin" }}
url = "https://github.com/direnv/direnv/releases/download/v2.35.0/direnv.darwin-arm64"
{{ else }}
url = "https://github.com/direnv/direnv/releases/download/v2.35.0/direnv.linux-amd64"
{{ end }}
17 changes: 0 additions & 17 deletions .chezmoiscripts/run_onchange_after_direnv.sh

This file was deleted.

0 comments on commit e2f7c3d

Please sign in to comment.