You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want add the whole tmux directory and the tpm plugin but ignore any future plugins as they will be installed by tpm. That was it makes it more manageable.
What have you tried so far?
I've added the following ~/.local/share/chezmoi/.chezmoiignore
$ chezmoi doctorRESULT CHECK MESSAGEok version v2.47.1, commit 1ce6b2eeb0caf75bd91883e5a968e713a26e7be2, built at 2024-03-03T01:06:52Z, built by goreleaserwarning latest-version v2.48.1ok os-arch linux/amd64 (Ubuntu 23.10 (Mantic Minotaur))ok uname Linux nero 6.5.0-35-generic #35-Ubuntu SMP PREEMPT_DYNAMIC Fri Apr 26 11:23:57 UTC 2024 x86_64 x86_64 x86_64 GNU/Linuxok go-version go1.22.0 (gc)ok executable ~/bin/chezmoiok upgrade-method replace-executableok config-file ~/.config/chezmoi/chezmoi.yaml, last modified 2024-05-25T08:47:42+01:00warning source-dir ~/.local/share/chezmoi is a git working tree (dirty)ok suspicious-entries no suspicious entrieswarning working-tree ~/.local/share/chezmoi is a git working tree (dirty)ok dest-dir ~ is a directoryok umask 002ok cd-command found /bin/zshok cd-args /bin/zshinfo diff-command not setok edit-command found /usr/local/bin/nvimok edit-args /usr/local/bin/nvimok git-command found /usr/bin/git, version 2.40.1ok merge-command found /usr/bin/vimdiffok shell-command found /bin/zshok shell-args /bin/zshinfo age-command age not found in $PATHok gpg-command found /usr/bin/gpg, version 2.2.40info pinentry-command not setinfo 1password-command op not found in $PATHinfo bitwarden-command bw not found in $PATHinfo bitwarden-secrets-command bws not found in $PATHinfo dashlane-command dcli not found in $PATHinfo doppler-command doppler not found in $PATHinfo gopass-command gopass not found in $PATHinfo keepassxc-command keepassxc-cli not found in $PATHinfo keepassxc-db not setinfo keeper-command keeper not found in $PATHinfo lastpass-command lpass not found in $PATHinfo pass-command pass not found in $PATHinfo passhole-command ph not found in $PATHinfo rbw-command rbw not found in $PATHinfo vault-command vault not found in $PATHinfo vlt-command vlt not found in $PATHinfo secret-command not set
Additional context
BTW I love the project and it's been amazing to sync my systems and help would be appreciated.
What I was looking for was a way to re-add in future without having to manually choose what to add. For example
chezmoi re-add -r ~/.config/tmux
The text was updated successfully, but these errors were encountered:
What exactly are you trying to do?
I have the following layout for my tmux config
and plugins contains
I want add the whole tmux directory and the
tpm
plugin but ignore any future plugins as they will be installed bytpm
. That was it makes it more manageable.What have you tried so far?
I've added the following
~/.local/share/chezmoi/.chezmoiignore
Describe what you have tried so far.
Where else have you checked for solutions?
Looked at issues using chezmoiignore #1237 chore: Add test for ignoring directories #1942
Output of any commands you've tried with
--verbose
flagThe output of the add looks ok to me all plugins except
tpm
ignored however themanaged
command shows no filesAdding files separately works
However I can't then add plugins (which I would expect to add the
tpm
folder) unless mt assumption is incorrectOutput of
chezmoi doctor
Additional context
BTW I love the project and it's been amazing to sync my systems and help would be appreciated.
What I was looking for was a way to
re-add
in future without having to manually choose what to add. For examplechezmoi re-add -r ~/.config/tmux
The text was updated successfully, but these errors were encountered: