mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
manage git with chezmoi
This commit is contained in:
parent
e3a0205724
commit
52b70819bf
19 changed files with 204 additions and 104 deletions
|
|
@ -27,14 +27,17 @@ scripts
|
|||
{{ end }}
|
||||
{{ if eq .chezmoi.osRelease.id "nixos" }}
|
||||
.config/bash
|
||||
.config/fcitx5
|
||||
.config/bat
|
||||
.config/doom
|
||||
.config/dunst
|
||||
.config/fastfetch
|
||||
.config/fcitx5
|
||||
.config/fish
|
||||
.config/zsh
|
||||
.config/lsd
|
||||
.config/keyd
|
||||
.config/readline
|
||||
.config/krunnerrc
|
||||
.bashrc
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
|
@ -47,3 +50,7 @@ Library
|
|||
.config/yabai
|
||||
.config/powershell
|
||||
{{ end }}
|
||||
|
||||
{{ if ne .chezmoi.os "windows" }}
|
||||
.gitconfig
|
||||
{{ end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue