mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
refractor: on chezmoi
Add multiple variables in chezmoi.toml, apply a more detailed ignore rule Use of chezmoi scripts Use Neogit for default git GUI (TUI) Integrate chezmoi with age
This commit is contained in:
parent
5921775239
commit
2a1127bf10
38 changed files with 988 additions and 129 deletions
7
home/.chezmoiexternals/linux-appimage.toml
Normal file
7
home/.chezmoiexternals/linux-appimage.toml
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Condition: work && nowheel
|
||||
[".local/bin/ghostty"]
|
||||
type = "file"
|
||||
url = {{ gitHubLatestReleaseAssetURL "pkgforge-dev/ghostty-appimage" (printf "Ghostty-*-x86_64.AppImage") | quote }}
|
||||
executable = true
|
||||
refreshPeriod = "336h"
|
||||
exact = true
|
||||
19
home/.chezmoiexternals/zsh-plugins.toml
Normal file
19
home/.chezmoiexternals/zsh-plugins.toml
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
[".config/zsh/plugins/zsh-autosuggestions"]
|
||||
type = "git-repo"
|
||||
url = "https://github.com/zsh-users/zsh-autosuggestions"
|
||||
refreshPeriod = "336h"
|
||||
|
||||
[".config/zsh/plugins/zsh-syntax-highlighting"]
|
||||
type = "git-repo"
|
||||
url = "https://github.com/zsh-users/zsh-syntax-highlighting"
|
||||
refreshPeriod = "336h"
|
||||
|
||||
[".config/zsh/plugins/zsh-history-substring-search"]
|
||||
type = "git-repo"
|
||||
url = "https://github.com/zsh-users/zsh-history-substring-search"
|
||||
refreshPeriod = "336h"
|
||||
|
||||
[".config/zsh/plugins/zsh-completions"]
|
||||
type = "git-repo"
|
||||
url = "https://github.com/zsh-users/zsh-completions"
|
||||
refreshPeriod = "336h"
|
||||
Loading…
Add table
Add a link
Reference in a new issue