Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lines of diff output are executed as commands on Windows #4195

Open
LeonardoMor opened this issue Jan 11, 2025 · 9 comments · May be fixed by #4386
Open

Lines of diff output are executed as commands on Windows #4195

LeonardoMor opened this issue Jan 11, 2025 · 9 comments · May be fixed by #4386
Labels
bug Something isn't working

Comments

@LeonardoMor
Copy link

Describe the bug

When using any sub-command that involves showing a diff on Windows, each line of the diff is executed as if it was a command, thus showing the lines of the diff along with a bunch of errors.

To reproduce

  1. Modify some file managed by chezmoi.
  2. Run chezmoi diff

Expected behavior

Normal diff output.

Output of command with the --verbose flag

For this, I simple added the line '' some comments here to the _vimrc file. Then I get this output:

chezmoi diff --verbose
Microsoft Windows [Version 10.0.26100.2605]
(c) Microsoft Corporation. All rights reserved.

C:\Users\leomc\.local\share\chezmoi>diff --git a/_vimrc b/_vimrc
'diff' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\leomc\.local\share\chezmoi>index 64d96cef093061a2c6affaff35d7d9d69f1a9ddb..57fe526bc4fcd88f7fa6d4c8200cbb60f5884d58 100666
'index' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\leomc\.local\share\chezmoi>--- a/_vimrc
'---' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\leomc\.local\share\chezmoi>+++ b/_vimrc
'+++' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\leomc\.local\share\chezmoi>@@ -2,3 +2,5 @@ set number
'@@' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\leomc\.local\share\chezmoi> set relativenumber
Environment variable relativenumber not defined

C:\Users\leomc\.local\share\chezmoi> language messages en_US
'language' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\leomc\.local\share\chezmoi>
C:\Users\leomc\.local\share\chezmoi>+
'+' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\leomc\.local\share\chezmoi>+'' some comments here
'+''' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\leomc\.local\share\chezmoi>

Output of chezmoi doctor

chezmoi doctor
RESULT    CHECK                       MESSAGE
ok        version                     v2.57.0, commit 9212b40bac1186ff393da8714579cfdc4816cc20, built at 2024-12-30T15:06:18Z, built by goreleaser
ok        latest-version              v2.57.0
ok        os-arch                     windows/amd64
ok        systeminfo                  Microsoft Windows 11 Home (10.0.26100 N/A Build 26100)
ok        go-version                  go1.23.4 (gc)
ok        executable                  ~/AppData/Local/Microsoft/WinGet/Packages/twpayne.chezmoi_Microsoft.Winget.Source_8wekyb3d8bbwe/chezmoi.exe
ok        upgrade-method              winget-upgrade
ok        config-file                 ~/.config/chezmoi/chezmoi.toml, last modified 2025-01-10T17:51:30-06:00
warning   source-dir                  ~/.local/share/chezmoi is a git working tree (dirty)
ok        suspicious-entries          no suspicious entries
warning   working-tree                ~/.local/share/chezmoi is a git working tree (dirty)
ok        dest-dir                    ~ is a directory
ok        cd-command                  found C:/Program Files/PowerShell/7/pwsh.exe
ok        cd-args                     'C:\\Program Files\\PowerShell\\7\\pwsh.exe' -NoLogo
info      diff-command                not set
ok        edit-command                found C:/Program Files/Neovim/bin/nvim.exe
ok        edit-args                   nvim
ok        git-command                 found C:/Program Files/Git/cmd/git.exe, version 2.47.1
ok        merge-command               found C:/Program Files/Neovim/bin/nvim.exe
ok        shell-command               found C:/Windows/system32/cmd.exe
ok        shell-args                  'C:\\Windows\\system32\\cmd.exe'
info      age-command                 age not found in $PATH
info      gpg-command                 gpg not found in $PATH
info      pinentry-command            not set
ok        1password-command           found ~/AppData/Local/Microsoft/WinGet/Packages/AgileBits.1Password.CLI_Microsoft.Winget.Source_8wekyb3d8bbwe/op.exe, version 2.30.3
info      bitwarden-command           bw not found in $PATH
info      bitwarden-secrets-command   bws not found in $PATH
info      dashlane-command            dcli not found in $PATH
info      doppler-command             doppler not found in $PATH
info      gopass-command              gopass not found in $PATH
info      keepassxc-command           keepassxc-cli not found in $PATH
info      keepassxc-db                not set
info      keeper-command              keeper not found in $PATH
info      lastpass-command            lpass not found in $PATH
info      pass-command                pass not found in $PATH
info      passhole-command            ph not found in $PATH
info      rbw-command                 rbw not found in $PATH
info      vault-command               vault not found in $PATH
info      vlt-command                 vlt not found in $PATH
info      secret-command              not set

Additional context

I have set pager and cd on my chezmoi config.

This only happens on Windows.

@LeonardoMor
Copy link
Author

LeonardoMor commented Jan 11, 2025

Removing this from .chezmoi.toml.tmpl fixes the issue:

{{- if lookPath "bat" -}}
pager = "bat -pp"
{{ end }}

But then I don't get to use bat. I'm okay with not using it, but it's still a malfunction.

@twpayne twpayne added the support Support request label Jan 14, 2025
@twpayne
Copy link
Owner

twpayne commented Jan 14, 2025

It looks like bat on your computer does not do what you expect it to do. It looks like it's trying to run commands rather than run the modern clone of cat.

What is the output of

chezmoi diff --debug

?

@twpayne
Copy link
Owner

twpayne commented Feb 5, 2025

Closing due to inactivity. Please re-open if needed.

@twpayne twpayne closed this as completed Feb 5, 2025
@LeonardoMor
Copy link
Author

LeonardoMor commented Feb 11, 2025

Here is the output requested. As for reopening, it says I don't have the permissions to reopen the issue.

❯ chezmoi diff --debug
time=2025-02-10T18:01:59.285-06:00 level=INFO msg=persistentPreRunRootE version.version=2.59.0 version.commit=500c677cc7b8132a54c7e48d816355487cf6cfbc version.date=2025-01-28T03:53:31Z version.builtBy=goreleaser args="[C:\\Users\\leomc\\AppData\\Local\\Microsoft\\WinGet\\Packages\\twpayne.chezmoi_Microsoft.Winget.Source_8wekyb3d8bbwe\\chezmoi.exe diff --debug]" goVersion=go1.23.5
time=2025-02-10T18:01:59.286-06:00 level=INFO msg=Stat component=system name=C:/Users/leomc/.config/chezmoi/chezmoistate.boltdb
time=2025-02-10T18:01:59.286-06:00 level=ERROR msg=Mkdir component=system err="mkdir C:/Users/leomc/.config/chezmoi: Cannot create a file when that file already exists." name=C:/Users/leomc/.config/chezmoi perm=511
time=2025-02-10T18:01:59.286-06:00 level=INFO msg=Stat component=system name=C:/Users/leomc/.config/chezmoi
time=2025-02-10T18:01:59.286-06:00 level=INFO msg=Stat component=system name=C:/Users/leomc/.local/share/chezmoi
time=2025-02-10T18:01:59.287-06:00 level=INFO msg=Stat component=system name=C:/Users/leomc/.local/share/chezmoi/.git
time=2025-02-10T18:01:59.292-06:00 level=ERROR msg=ReadFile component=system err="open C:/Users/leomc/.local/share/chezmoi/.chezmoiroot: The system cannot find the file specified." name=C:/Users/leomc/.local/share/chezmoi/.chezmoiroot size=0 data=""
time=2025-02-10T18:01:59.292-06:00 level=INFO msg=ReadDir component=system name=C:/Users/leomc/.local/share/chezmoi
time=2025-02-10T18:01:59.293-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoi.toml.tmpl size=2002 data="{{- if ne .chezmoi.os \"windows\" -}}\n{{- if lookPath \"bat\" -}}\npa..."
time=2025-02-10T18:01:59.293-06:00 level=INFO msg=Get component=persistentState bucket=configState key=configState value="{\n  \"configTemplateContentsSHA256\": \"f5cb3db75f8d989ab4eb7cb6299e0678ce76a6aa8daca3b4f45981a89ca364c7\"\n}\n"
time=2025-02-10T18:01:59.293-06:00 level=ERROR msg=ReadFile component=system err="open C:/Users/leomc/.local/share/chezmoi/.chezmoiversion: The system cannot find the file specified." name=C:/Users/leomc/.local/share/chezmoi/.chezmoiversion size=0 data=""
time=2025-02-10T18:01:59.569-06:00 level=INFO msg=Run cmd="C:\\Windows\\System32\\WindowsPowerShell\\v1.0\\powershell.exe -NoLogo -NoProfile -File C:\\Users\\leomc\\.local\\share\\chezmoi\\.chezmoiscripts\\windows\\.prereqs.ps1" duration=275.035ms err=<nil>
time=2025-02-10T18:01:59.570-06:00 level=INFO msg=Stat component=system name=C:/Users/leomc/.local/share/chezmoi
time=2025-02-10T18:01:59.570-06:00 level=INFO msg=Stat component=system name=C:/Users/leomc/.local/share/chezmoi
time=2025-02-10T18:01:59.571-06:00 level=INFO msg=ReadDir component=system name=C:/Users/leomc/.local/share/chezmoi
time=2025-02-10T18:01:59.571-06:00 level=INFO msg=ReadDir component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates
time=2025-02-10T18:01:59.571-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/vimrc size=112 data="set number\r\nset relativenumber\r\n{{ if eq .chezmoi.hostname \"infi..."
time=2025-02-10T18:01:59.571-06:00 level=INFO msg=ReadDir component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim
time=2025-02-10T18:01:59.571-06:00 level=INFO msg=ReadDir component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/typos_lsp
time=2025-02-10T18:01:59.571-06:00 level=INFO msg=ReadDir component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua
time=2025-02-10T18:01:59.571-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/dot_stylua.toml size=140 data="column_width = 160\nline_endings = \"Unix\"\nindent_type = \"Spaces\"\n..."
time=2025-02-10T18:01:59.571-06:00 level=INFO msg=ReadDir component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/custom
time=2025-02-10T18:01:59.572-06:00 level=INFO msg=ReadDir component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/config
time=2025-02-10T18:01:59.571-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/init.lua size=251 data="-- Set these before anything else\nvim.g.have_nerd_font = true\n\n-..."
time=2025-02-10T18:01:59.571-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/typos_lsp/typos.toml size=43 data="[default]\nextend-words = { Tere = \"Tere\" }\n"
time=2025-02-10T18:01:59.571-06:00 level=INFO msg=ReadDir component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/plugins
time=2025-02-10T18:01:59.571-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/mappings.lua size=7726 data="-- Clear highlights on search when pressing <Esc> in normal mode..."
time=2025-02-10T18:01:59.572-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/plugins/neogen.lua size=139 data="return {\n  'danymat/neogen',\n  dependencies = 'nvim-treesitter/n..."
time=2025-02-10T18:01:59.572-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/plugins/aerial.nvim.lua size=171 data="return {\n  'stevearc/aerial.nvim',\n  opts = {},\n  dependencies =..."
time=2025-02-10T18:01:59.572-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/plugins/nvim-cmp.lua size=4697 data="return { -- Autocompletion\n  'hrsh7th/nvim-cmp',\n  event = 'Inse..."
time=2025-02-10T18:01:59.572-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/plugins/trouble.lua size=1306 data="return {\n  'folke/trouble.nvim',\n  dependencies = { 'nvim-tree/n..."
time=2025-02-10T18:01:59.573-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/plugins/doing.nvim.lua size=180 data="return {\n  'Hashino/doing.nvim',\n  opts = {\n    ignored_buffers ..."
time=2025-02-10T18:01:59.572-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/plugins/mason-conform.nvim.lua size=233 data="return {\n  'zapling/mason-conform.nvim',\n  lazy = true,\n  opts =..."
time=2025-02-10T18:01:59.573-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/plugins/powershell.nvim.lua size=161 data="return {\r\n\t\"TheLeoP/powershell.nvim\",\r\n\topts = {\r\n\t\tbundle_path ..."
time=2025-02-10T18:01:59.573-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/plugins/icon-picker.nvim.lua size=288 data="return {\n  'ziontee113/icon-picker.nvim',\n  opts = {\n    disable..."
time=2025-02-10T18:01:59.572-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/plugins/neocodeium.lua size=1169 data="return {\n  'monkoose/neocodeium',\n  dev = false,\n  event = 'Inse..."
time=2025-02-10T18:01:59.573-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/plugins/maximize.nvim.lua size=78 data="return {\n  'declancm/maximize.nvim',\n  config = true,\n  event = ..."
time=2025-02-10T18:01:59.572-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/plugins/live-preview.nvim.lua size=82 data="return {\n  'brianhuster/live-preview.nvim',\n  cmd = 'LivePreview..."
time=2025-02-10T18:01:59.572-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/plugins/indent_line.lua size=151 data="return {\n  'lukas-reineke/indent-blankline.nvim',\n  event = 'Buf..."
time=2025-02-10T18:01:59.571-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/autocmds.lua size=1189 data="vim.api.nvim_create_autocmd('TextYankPost', {\n  desc = 'Highligh..."
time=2025-02-10T18:01:59.572-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/custom/utils.lua size=471 data="return {\n  vaults = {\n      {\n        name = 'Codice',\n        p..."
time=2025-02-10T18:01:59.572-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/config/lazy.lua size=1450 data="--    See `:help lazy.nvim.txt` or https://github.com/folke/lazy..."
time=2025-02-10T18:01:59.572-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/plugins/which-key.nvim.lua size=842 data="return { -- Useful plugin to show you pending keybinds.\n  'folke..."
time=2025-02-10T18:01:59.572-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/plugins/image.nvim.lua size=695 data="local utils = require 'custom.utils'\n\nlocal workspaces = vim\n  ...."
time=2025-02-10T18:01:59.572-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/plugins/lazydev.nvim.lua size=377 data="return {\n  -- `lazydev` configures Lua LSP for your Neovim confi..."
time=2025-02-10T18:01:59.572-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/plugins/telescope.nvim.lua size=5025 data="return {\n  'nvim-telescope/telescope.nvim',\n  event = 'VimEnter'..."
time=2025-02-10T18:01:59.572-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/plugins/termplug.nvim.lua size=203 data="return {\n  'Ernest1338/termplug.nvim',\n  opts = {},\n  cmd = 'Ter..."
time=2025-02-10T18:01:59.572-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/plugins/lint.lua size=604 data="return {\n  'mfussenegger/nvim-lint',\n  dependencies = 'rshkarin/..."
time=2025-02-10T18:01:59.572-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/plugins/todo-comments.nvim.lua size=137 data="return {\n  'folke/todo-comments.nvim',\n  event = 'VimEnter',\n  d..."
time=2025-02-10T18:01:59.572-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/plugins/lualine.nvim.lua size=447 data="return {\n  'nvim-lualine/lualine.nvim',\n  dependencies = { 'nvim..."
time=2025-02-10T18:01:59.572-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/plugins/nvim-treesitter.lua size=1489 data="return { -- Highlight, edit, and navigate code\n  'nvim-treesitte..."
time=2025-02-10T18:01:59.572-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/plugins/tokyonight.nvim.lua size=793 data="return { -- You can easily change to a different colorscheme.\n  ..."
time=2025-02-10T18:01:59.571-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/options.lua size=1454 data="-- (Relative) line numbers\nvim.opt.number = true\nvim.opt.relativ..."
time=2025-02-10T18:01:59.572-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/plugins/luvit-meta.lua size=47 data="return { 'Bilal2453/luvit-meta', lazy = true }\n"
time=2025-02-10T18:01:59.572-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/plugins/transparent.nvim.lua size=229 data="return {\n  'xiyaowong/transparent.nvim',\n  lazy = false,\n  confi..."
time=2025-02-10T18:01:59.572-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/plugins/nvim-tmux-navigation.lua size=540 data="return {\n  'alexghergh/nvim-tmux-navigation',\n  cmd = { 'NvimTmu..."
time=2025-02-10T18:01:59.572-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/plugins/markdown.nvim.lua size=392 data="return {\n  'MeanderingProgrammer/markdown.nvim',\n  dependencies ..."
time=2025-02-10T18:01:59.572-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/plugins/barbecue.nvim.lua size=376 data="return {\n  'utilyre/barbecue.nvim',\n  name = 'barbecue',\n  versi..."
time=2025-02-10T18:01:59.572-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/plugins/cord.nvim.lua size=100 data="return {\n  'vyfor/cord.nvim',\n  build = './build || .\\\\build',\n ..."
time=2025-02-10T18:01:59.572-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/plugins/nvim-surround.lua size=217 data="return {\n  'kylechui/nvim-surround',\n  version = '*', -- Use for..."
time=2025-02-10T18:01:59.572-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/plugins/conform.nvim.lua size=4082 data="return {\n  'stevearc/conform.nvim',\n  dependencies = 'zapling/ma..."
time=2025-02-10T18:01:59.572-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/plugins/nvim-lspconfig.lua size=8097 data="return {\n  -- Main LSP Configuration\n  'neovim/nvim-lspconfig',\n..."
time=2025-02-10T18:01:59.572-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/plugins/nvim-treesitter-endwise.lua size=230 data="return {\n  'RRethy/nvim-treesitter-endwise',\n  config = function..."
time=2025-02-10T18:01:59.572-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/plugins/vim-obsession.lua size=62 data="return {\n  'tpope/vim-obsession',\n  event = 'BufWritePost',\n}\n"
time=2025-02-10T18:01:59.572-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/plugins/obsidian.nvim.lua size=1555 data="local utils = require('custom.utils')\n\nreturn {\n  'epwalsh/obsid..."
time=2025-02-10T18:01:59.572-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/plugins/debug.lua size=3517 data="-- debug.lua\n--\n-- Shows how to use the DAP plugin to debug your..."
time=2025-02-10T18:01:59.572-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/plugins/mason-nvim-lint.lua size=159 data="return {\n  'rshkarin/mason-nvim-lint',\n  lazy = true,\n  opts = {..."
time=2025-02-10T18:01:59.573-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/plugins/vim-spl.lua size=58 data="return {\n  'lilyinstarlight/vim-spl',\n  ft = { 'spl' },\n}\n"
time=2025-02-10T18:01:59.573-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/plugins/nvim-ts-autotag.lua size=207 data="return {\n  'windwp/nvim-ts-autotag',\n  ft = { 'html', 'javascrip..."
time=2025-02-10T18:01:59.573-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/plugins/ultimate-autopair.nvim.lua size=1806 data="return {\n  'altermo/ultimate-autopair.nvim',\n  dependencies = {\n..."
time=2025-02-10T18:01:59.573-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/plugins/vim-sleuth.lua size=91 data="return {\n  'tpope/vim-sleuth',\n  event = { 'BufNewFile', 'BufRea..."
time=2025-02-10T18:01:59.573-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/plugins/chezmoi.nvim.lua size=149 data="return {\n  'xvzc/chezmoi.nvim',\n  dependencies = { 'nvim-lua/ple..."
time=2025-02-10T18:01:59.573-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/plugins/vim-fugitive.lua size=651 data="return {\n  -- https://raw.githubusercontent.com/tpope/vim-fugiti..."
time=2025-02-10T18:01:59.573-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/plugins/caps-word.nvim.lua size=196 data="return {\n  'dmtrKovalenko/caps-word.nvim',\n  lazy = true,\n  opts..."
time=2025-02-10T18:01:59.573-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/plugins/vim-undodir-tree.lua size=66 data="return {\n  'pixelastic/vim-undodir-tree',\n  event = 'VeryLazy',\n..."
time=2025-02-10T18:01:59.573-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/plugins/neo-tree.lua size=754 data="-- Neo-tree is a Neovim plugin to browse the file system\n-- http..."
time=2025-02-10T18:01:59.573-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/plugins/gitsigns.nvim.lua size=2452 data="-- Adds git related signs to the gutter, as well as utilities fo..."
time=2025-02-10T18:01:59.573-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoitemplates/nvim/lua/plugins/stickybuf.nvim.lua size=102 data="return {\n  'stevearc/stickybuf.nvim',\n  config = function()\n    ..."
time=2025-02-10T18:01:59.576-06:00 level=INFO msg=ReadDir component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoidata
time=2025-02-10T18:01:59.576-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoidata/packages-windows.json size=4057 data="{\r\n\t\"$schema\": \"https://aka.ms/winget-packages.schema.2.0.json\",..."
time=2025-02-10T18:01:59.576-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoidata/packages.toml size=568 data="[packages]\nlinux = [\n\t\"1password\",\n\t\"1password-cli\",\n\t\"alacritty..."
time=2025-02-10T18:01:59.576-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoiignore size=1034 data=".config/nvim/LICENSE\r\n.config/nvim/*lock.json\r\n.config/tmux/plug..."
time=2025-02-10T18:01:59.577-06:00 level=INFO msg=ReadDir component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoiscripts
time=2025-02-10T18:01:59.577-06:00 level=INFO msg=ReadDir component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoiscripts/windows
time=2025-02-10T18:01:59.577-06:00 level=INFO msg=ReadDir component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoiscripts/linux
time=2025-02-10T18:01:59.577-06:00 level=INFO msg=ReadDir component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoiscripts/darwin
time=2025-02-10T18:01:59.577-06:00 level=INFO msg=ReadDir component=system name=C:/Users/leomc/.local/share/chezmoi/AppData
time=2025-02-10T18:01:59.577-06:00 level=INFO msg=ReadDir component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local
time=2025-02-10T18:01:59.577-06:00 level=INFO msg=ReadDir component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local/Packages
time=2025-02-10T18:01:59.577-06:00 level=INFO msg=ReadDir component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local/Packages/Microsoft.WindowsTerminal_8wekyb3d8bbwe
time=2025-02-10T18:01:59.577-06:00 level=INFO msg=ReadDir component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local/Packages/Microsoft.WindowsTerminal_8wekyb3d8bbwe/LocalState
time=2025-02-10T18:01:59.577-06:00 level=INFO msg=ReadDir component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local/nvim
time=2025-02-10T18:01:59.577-06:00 level=INFO msg=ReadDir component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local/nvim/lua
time=2025-02-10T18:01:59.577-06:00 level=INFO msg=ReadDir component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local/nvim/lua/config
time=2025-02-10T18:01:59.577-06:00 level=INFO msg=ReadDir component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local/nvim/lua/exact_custom
time=2025-02-10T18:01:59.578-06:00 level=INFO msg=ReadDir component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local/nvim/lua/exact_plugins
time=2025-02-10T18:01:59.578-06:00 level=INFO msg=ReadDir component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Roaming
time=2025-02-10T18:01:59.578-06:00 level=INFO msg=ReadDir component=system name=C:/Users/leomc/.local/share/chezmoi/dot_config
time=2025-02-10T18:01:59.578-06:00 level=INFO msg=ReadDir component=system name=C:/Users/leomc/.local/share/chezmoi/dot_config/git
time=2025-02-10T18:01:59.578-06:00 level=INFO msg=ReadDir component=system name=C:/Users/leomc/.local/share/chezmoi/dot_config/kanata
time=2025-02-10T18:01:59.578-06:00 level=INFO msg=ReadDir component=system name=C:/Users/leomc/.local/share/chezmoi/dot_config/systemd
time=2025-02-10T18:01:59.578-06:00 level=INFO msg=ReadDir component=system name=C:/Users/leomc/.local/share/chezmoi/dot_config/systemd/user
time=2025-02-10T18:01:59.578-06:00 level=INFO msg=ReadDir component=system name=C:/Users/leomc/.local/share/chezmoi/dot_ssh
time=2025-02-10T18:01:59.578-06:00 level=INFO msg=ReadDir component=system name=C:/Users/leomc/.local/share/chezmoi/readonly_OneDrive
time=2025-02-10T18:01:59.578-06:00 level=INFO msg=ReadDir component=system name=C:/Users/leomc/.local/share/chezmoi/readonly_OneDrive/readonly_Documents
time=2025-02-10T18:01:59.578-06:00 level=INFO msg=ReadDir component=system name=C:/Users/leomc/.local/share/chezmoi/readonly_OneDrive/readonly_Documents/Codice
time=2025-02-10T18:01:59.578-06:00 level=INFO msg=ReadDir component=system name=C:/Users/leomc/.local/share/chezmoi/readonly_OneDrive/readonly_Documents/Codice/dot_obsidian
time=2025-02-10T18:01:59.579-06:00 level=INFO msg=ReadDir component=system name=C:/Users/leomc/.local/share/chezmoi/readonly_OneDrive/readonly_Documents/PowerShell
time=2025-02-10T18:01:59.579-06:00 level=INFO msg=ReadDir component=system name=C:/Users/leomc/.local/share/chezmoi/readonly_OneDrive/readonly_Documents/Splunk_Cloud_Support
time=2025-02-10T18:01:59.579-06:00 level=INFO msg=ReadDir component=system name=C:/Users/leomc/.local/share/chezmoi/readonly_OneDrive/readonly_Documents/Splunk_Cloud_Support/dot_obsidian
time=2025-02-10T18:01:59.579-06:00 level=INFO msg=ReadDir component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins
time=2025-02-10T18:01:59.579-06:00 level=INFO msg=ReadDir component=system name=C:/Users/leomc/AppData/Local/nvim/lua/custom
time=2025-02-10T18:01:59.580-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoiscripts/windows/run_once_before_Install-JetBrainsMonoNerdFont.ps1.tmpl size=3780 data="{{- if eq .chezmoi.os \"windows\" -}}\r\n$FontUrl = \"https://github...."
time=2025-02-10T18:01:59.581-06:00 level=INFO msg=Get component=persistentState bucket=scriptState key=aad04b7705dc3abd979f9f4c8edbf40a2fbc095663d243308217fcb5dbc39e03 value="{\n  \"name\": \".chezmoiscripts/windows/Install-JetBrainsMonoNerdFont.ps1\",\n  \"runAt\": \"2025-02-02T01:55:55.48604Z\"\n}\n"
time=2025-02-10T18:01:59.581-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoiscripts/darwin/run_onchange_install-packages.sh.tmpl size=134 data="{{ if eq .chezmoi.os \"darwin\" -}}\n#!/bin/bash\n\n# Track the Brewf..."
time=2025-02-10T18:01:59.582-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoiscripts/linux/run_onchange_install-packages.sh.tmpl size=477 data="{{ if eq .chezmoi.os \"linux\" -}}\n#!/usr/bin/env bash\n\nNAME=\"$(ba..."
time=2025-02-10T18:01:59.583-06:00 level=INFO msg=Get component=persistentState bucket=entryState key=C:/Users/leomc/.chezmoiscripts/linux/install-packages.sh value="{\n  \"type\": \"script\",\n  \"contentsSHA256\": \"01ba4719c80b6fe911b091a7c05124b64eeece964e09c058ef8f9805daca546b\"\n}\n"
time=2025-02-10T18:01:59.584-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoiscripts/windows/run_onchange_install-packages.ps1.tmpl size=237 data="{{ if eq .chezmoi.os \"windows\" -}}\r\n{{- range .Sources }}\r\n    {..."
time=2025-02-10T18:01:59.585-06:00 level=INFO msg=Get component=persistentState bucket=entryState key=C:/Users/leomc/.chezmoiscripts/windows/install-packages.ps1 value="{\n  \"type\": \"script\",\n  \"contentsSHA256\": \"c9fbc40ebc067d3eefe6372b945cb4024a1cbfe1c730c21aa8f063647433b06a\"\n}\n"
time=2025-02-10T18:01:59.585-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/.config
time=2025-02-10T18:01:59.585-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/.config/git
time=2025-02-10T18:01:59.585-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/dot_config/git/config.tmpl size=636 data="[init]\n\tdefaultBranch = master\n[user]\n\tname = {{ .name | quote }..."
time=2025-02-10T18:01:59.586-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/.config/git/config
time=2025-02-10T18:01:59.588-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.config/git/config size=139 data="[init]\n\tdefaultBranch = master\n[user]\n\tname = \"Leonardo Mora Cas..."
time=2025-02-10T18:01:59.588-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/.config/kanata
time=2025-02-10T18:01:59.588-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/dot_config/kanata/kanata.kbd.tmpl size=938 data="(defcfg\n  process-unmapped-keys yes\n)\n\n(defvar\n  tap-time 150\n  ..."
time=2025-02-10T18:01:59.590-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/.config/kanata/kanata.kbd
time=2025-02-10T18:01:59.590-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.config/kanata/kanata.kbd size=518 data="(defcfg\n  process-unmapped-keys yes\n)\n\n(defvar\n  tap-time 150\n  ..."
time=2025-02-10T18:01:59.590-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/dot_config/starship.toml size=849 data="format = \"\"\"\n$username\\\n$hostname\\\n$directory\\\n$git_branch\\\n$git..."
time=2025-02-10T18:01:59.590-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/.config/starship.toml
time=2025-02-10T18:01:59.590-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.config/starship.toml size=849 data="format = \"\"\"\n$username\\\n$hostname\\\n$directory\\\n$git_branch\\\n$git..."
time=2025-02-10T18:01:59.590-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/.config/systemd
time=2025-02-10T18:01:59.590-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/.config/systemd/user
time=2025-02-10T18:01:59.591-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/.ssh
time=2025-02-10T18:01:59.591-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/dot_ssh/private_authorized_keys.tmpl size=68 data="{{ onepasswordRead \"op://Private/personal_id_ed25519/public_key\"..."
time=2025-02-10T18:02:11.640-06:00 level=INFO msg=Output cmd="C:\\Users\\leomc\\AppData\\Local\\Microsoft\\WinGet\\Packages\\AgileBits.1Password.CLI_Microsoft.Winget.Source_8wekyb3d8bbwe\\op.exe signin --raw" duration=12.0444723s size=0 output="" err=<nil>
time=2025-02-10T18:02:13.597-06:00 level=INFO msg=Output cmd="C:\\Users\\leomc\\AppData\\Local\\Microsoft\\WinGet\\Packages\\AgileBits.1Password.CLI_Microsoft.Winget.Source_8wekyb3d8bbwe\\op.exe read --no-newline op://Private/personal_id_ed25519/public_key" duration=1.953144s size=80 output="ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF3d2XiD4XL7mtRkWgxsw4Q6niff..." err=<nil>
time=2025-02-10T18:02:13.598-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/.ssh/authorized_keys
time=2025-02-10T18:02:13.599-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.ssh/authorized_keys size=81 data="ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIF3d2XiD4XL7mtRkWgxsw4Q6niff..."
time=2025-02-10T18:02:13.599-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/dot_ssh/private_config.tmpl size=220 data="{{- if eq .chezmoi.os \"linux\" -}}\nHost *\n\tIdentityAgent ~/.1pass..."
time=2025-02-10T18:02:13.600-06:00 level=ERROR msg=Lstat component=system err="CreateFile C:/Users/leomc/.ssh/config: The system cannot find the file specified." name=C:/Users/leomc/.ssh/config
time=2025-02-10T18:02:13.601-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData
time=2025-02-10T18:02:13.601-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local
time=2025-02-10T18:02:13.601-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/Packages
time=2025-02-10T18:02:13.601-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/Packages/Microsoft.WindowsTerminal_8wekyb3d8bbwe
time=2025-02-10T18:02:13.601-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/Packages/Microsoft.WindowsTerminal_8wekyb3d8bbwe/LocalState
time=2025-02-10T18:02:13.601-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local/Packages/Microsoft.WindowsTerminal_8wekyb3d8bbwe/LocalState/settings.json size=4309 data="{\n    \"$help\": \"https://aka.ms/terminal-documentation\",\n    \"$sc..."
time=2025-02-10T18:02:13.601-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/Packages/Microsoft.WindowsTerminal_8wekyb3d8bbwe/LocalState/settings.json
time=2025-02-10T18:02:13.601-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/AppData/Local/Packages/Microsoft.WindowsTerminal_8wekyb3d8bbwe/LocalState/settings.json size=4370 data="{\n    \"$help\": \"https://aka.ms/terminal-documentation\",\n    \"$sc..."
time=2025-02-10T18:02:13.602-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/Packages/Microsoft.WindowsTerminal_8wekyb3d8bbwe/LocalState/settings.json
time=2025-02-10T18:02:13.602-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/AppData/Local/Packages/Microsoft.WindowsTerminal_8wekyb3d8bbwe/LocalState/settings.json size=4370 data="{\n    \"$help\": \"https://aka.ms/terminal-documentation\",\n    \"$sc..."
time=2025-02-10T18:02:13.608-06:00 level=INFO msg=Start cmd="C:\\Windows\\system32\\cmd.exe -c bat -pp --language=diff" start=2025-02-10T18:02:13.603-06:00 err=<nil>
time=2025-02-10T18:02:13.609-06:00 level=INFO msg=Set component=persistentState bucket=entryState key=C:/Users/leomc/AppData/Local/Packages/Microsoft.WindowsTerminal_8wekyb3d8bbwe/LocalState/settings.json value="{\n  \"type\": \"file\",\n  \"mode\": 438,\n  \"contentsSHA256\": \"b916b55e98704b99a6a6725625da27778603e9fd7f3f5b25e678ebaf369d7f8f\"\n}\n"
time=2025-02-10T18:02:13.609-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/nvim
time=2025-02-10T18:02:13.609-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local/nvim/dot_stylua.toml.tmpl size=41 data="{{ template \"nvim/dot_stylua.toml\" . }}\r\n"
time=2025-02-10T18:02:13.610-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/nvim/.stylua.toml
time=2025-02-10T18:02:13.611-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/AppData/Local/nvim/.stylua.toml size=142 data="column_width = 160\nline_endings = \"Unix\"\nindent_type = \"Spaces\"\n..."
time=2025-02-10T18:02:13.611-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local/nvim/init.lua.tmpl size=34 data="{{ template \"nvim/init.lua\" . }}\r\n"
time=2025-02-10T18:02:13.612-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/nvim/init.lua
time=2025-02-10T18:02:13.613-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/AppData/Local/nvim/init.lua size=253 data="-- Set these before anything else\nvim.g.have_nerd_font = true\n\n-..."
time=2025-02-10T18:02:13.613-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/nvim/lua
time=2025-02-10T18:02:13.613-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local/nvim/lua/autocmds.lua.tmpl size=42 data="{{ template \"nvim/lua/autocmds.lua\" . }}\r\n"
time=2025-02-10T18:02:13.615-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/nvim/lua/autocmds.lua
Microsoft Windows [Version 10.0.26100.2894]
(c) Microsoft Corporation. All rights reserved.

C:\Users\leomc\.local\share\chezmoi>diff --git a/AppData/Local/Packages/Microsoft.WindowsTerminal_8wekyb3d8bbwe/LocalState/settings.json b/AppData/Local/Packages/Microsoft.WindowsTerminal_8wekyb3d8bbwe/LocalState/settings.json
time=2025-02-10T18:02:13.615-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/AppData/Local/nvim/lua/autocmds.lua size=1202 data="vim.api.nvim_create_autocmd('TextYankPost', {\n  desc = 'Highligh..."
time=2025-02-10T18:02:13.616-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/nvim/lua/config
time=2025-02-10T18:02:13.616-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local/nvim/lua/config/lazy.lua.tmpl size=45 data="{{ template \"nvim/lua/config/lazy.lua\" . }}\r\n"
'diff' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\leomc\.local\share\chezmoi>index b3a1aad5849ebc2d2499244ee89095a520122352..6b092beec2d7a414d86b7b01d2e3bb594ecea0e3 100666
time=2025-02-10T18:02:13.617-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/nvim/lua/config/lazy.lua
time=2025-02-10T18:02:13.617-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/AppData/Local/nvim/lua/config/lazy.lua size=1452 data="--    See `:help lazy.nvim.txt` or https://github.com/folke/lazy..."
'index' is not recognized as an internal or external command,
operable program or batch file.
time=2025-02-10T18:02:13.617-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/nvim/lua/custom

time=2025-02-10T18:02:13.618-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local/nvim/lua/exact_custom/utils.lua.tmpl size=46 data="{{ template \"nvim/lua/custom/utils.lua\" . }}\r\n"
C:\Users\leomc\.local\share\chezmoi>--- a/AppData/Local/Packages/Microsoft.WindowsTerminal_8wekyb3d8bbwe/LocalState/settings.json
'---' is not recognized as an internal or external command,
operable program or batch file.
time=2025-02-10T18:02:13.619-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/nvim/lua/custom/utils.lua

C:\Users\leomc\.local\share\chezmoi>+++ b/AppData/Local/Packages/Microsoft.WindowsTerminal_8wekyb3d8bbwe/LocalState/settings.json
time=2025-02-10T18:02:13.620-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/AppData/Local/nvim/lua/custom/utils.lua size=302 data="return {\n  vaults = {\n      {\n        name = 'Codice',\n        p..."
time=2025-02-10T18:02:13.620-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local/nvim/lua/mappings.lua.tmpl size=42 data="{{ template \"nvim/lua/mappings.lua\" . }}\r\n"
'+++' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\leomc\.local\share\chezmoi>@@ -29,8 +29,6 @@     "copyFormatting": "none",
time=2025-02-10T18:02:13.621-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/nvim/lua/mappings.lua
'@@' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\leomc\.local\share\chezmoi>     "copyOnSelect": true,
'"copyOnSelect":' is not recognized as an internal or external command,
operable program or batch file.
time=2025-02-10T18:02:13.622-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/AppData/Local/nvim/lua/mappings.lua size=7728 data="-- Clear highlights on search when pressing <Esc> in normal mode..."

time=2025-02-10T18:02:13.622-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local/nvim/lua/options.lua.tmpl size=41 data="{{ template \"nvim/lua/options.lua\" . }}\r\n"
C:\Users\leomc\.local\share\chezmoi>     "defaultProfile": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",
'"defaultProfile":' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\leomc\.local\share\chezmoi>     "experimental.detectURLs": true,
'"experimental.detectURLs":' is not recognized as an internal or external command,
operable program or batch file.
time=2025-02-10T18:02:13.623-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/nvim/lua/options.lua

C:\Users\leomc\.local\share\chezmoi>-    "language": "en-US",
time=2025-02-10T18:02:13.624-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/AppData/Local/nvim/lua/options.lua size=1456 data="-- (Relative) line numbers\nvim.opt.number = true\nvim.opt.relativ..."
time=2025-02-10T18:02:13.624-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins
time=2025-02-10T18:02:13.624-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local/nvim/lua/exact_plugins/aerial.nvim.lua.tmpl size=53 data="{{ template \"nvim/lua/plugins/aerial.nvim.lua\" . }}\r\n"
'-' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\leomc\.local\share\chezmoi>-    "launchMode": "maximizedFocus",
time=2025-02-10T18:02:13.625-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/aerial.nvim.lua
'-' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\leomc\.local\share\chezmoi>     "multiLinePasteWarning": true,
'"multiLinePasteWarning":' is not recognized as an internal or external command,
operable program or batch file.
time=2025-02-10T18:02:13.625-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/aerial.nvim.lua size=173 data="return {\n  'stevearc/aerial.nvim',\n  opts = {},\n  dependencies =..."

time=2025-02-10T18:02:13.626-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local/nvim/lua/exact_plugins/barbecue.nvim.lua.tmpl size=55 data="{{ template \"nvim/lua/plugins/barbecue.nvim.lua\" . }}\r\n"
C:\Users\leomc\.local\share\chezmoi>     "newTabMenu":
'"newTabMenu":' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\leomc\.local\share\chezmoi>     [
time=2025-02-10T18:02:13.627-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/barbecue.nvim.lua
'[' is not recognized as an internal or external command,
operable program or batch file.

C:\Users\leomc\.local\share\chezmoi>time=2025-02-10T18:02:13.628-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/barbecue.nvim.lua size=378 data="return {\n  'utilyre/barbecue.nvim',\n  name = 'barbecue',\n  versi..."
time=2025-02-10T18:02:13.628-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local/nvim/lua/exact_plugins/caps-word.nvim.lua.tmpl size=56 data="{{ template \"nvim/lua/plugins/caps-word.nvim.lua\" . }}\r\n"
time=2025-02-10T18:02:13.628-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/caps-word.nvim.lua
time=2025-02-10T18:02:13.630-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/caps-word.nvim.lua size=198 data="return {\n  'dmtrKovalenko/caps-word.nvim',\n  lazy = true,\n  opts..."
time=2025-02-10T18:02:13.630-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local/nvim/lua/exact_plugins/chezmoi.nvim.lua.tmpl size=54 data="{{ template \"nvim/lua/plugins/chezmoi.nvim.lua\" . }}\r\n"
time=2025-02-10T18:02:13.632-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/chezmoi.nvim.lua
time=2025-02-10T18:02:13.632-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/chezmoi.nvim.lua size=151 data="return {\n  'xvzc/chezmoi.nvim',\n  dependencies = { 'nvim-lua/ple..."
time=2025-02-10T18:02:13.632-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local/nvim/lua/exact_plugins/conform.nvim.lua.tmpl size=54 data="{{ template \"nvim/lua/plugins/conform.nvim.lua\" . }}\r\n"
time=2025-02-10T18:02:13.634-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/conform.nvim.lua
time=2025-02-10T18:02:13.635-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/conform.nvim.lua size=2988 data="return {\n  'stevearc/conform.nvim',\n  dependencies = 'zapling/ma..."
time=2025-02-10T18:02:13.635-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local/nvim/lua/exact_plugins/gitsigns.nvim.lua.tmpl size=55 data="{{ template \"nvim/lua/plugins/gitsigns.nvim.lua\" . }}\r\n"
time=2025-02-10T18:02:13.636-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/gitsigns.nvim.lua
time=2025-02-10T18:02:13.637-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/gitsigns.nvim.lua size=2454 data="-- Adds git related signs to the gutter, as well as utilities fo..."
time=2025-02-10T18:02:13.637-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local/nvim/lua/exact_plugins/indent_line.lua.tmpl size=53 data="{{ template \"nvim/lua/plugins/indent_line.lua\" . }}\r\n"
time=2025-02-10T18:02:13.638-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/indent_line.lua
time=2025-02-10T18:02:13.639-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/indent_line.lua size=153 data="return {\n  'lukas-reineke/indent-blankline.nvim',\n  event = 'Buf..."
time=2025-02-10T18:02:13.639-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local/nvim/lua/exact_plugins/lazydev.nvim.lua.tmpl size=54 data="{{ template \"nvim/lua/plugins/lazydev.nvim.lua\" . }}\r\n"
time=2025-02-10T18:02:13.639-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/lazydev.nvim.lua
time=2025-02-10T18:02:13.641-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/lazydev.nvim.lua size=379 data="return {\n  -- `lazydev` configures Lua LSP for your Neovim confi..."
time=2025-02-10T18:02:13.641-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local/nvim/lua/exact_plugins/lualine.nvim.lua.tmpl size=54 data="{{ template \"nvim/lua/plugins/lualine.nvim.lua\" . }}\r\n"
time=2025-02-10T18:02:13.642-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/lualine.nvim.lua
time=2025-02-10T18:02:13.643-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/lualine.nvim.lua size=449 data="return {\n  'nvim-lualine/lualine.nvim',\n  dependencies = { 'nvim..."
time=2025-02-10T18:02:13.643-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local/nvim/lua/exact_plugins/luvit-meta.lua.tmpl size=52 data="{{ template \"nvim/lua/plugins/luvit-meta.lua\" . }}\r\n"
time=2025-02-10T18:02:13.644-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/luvit-meta.lua
time=2025-02-10T18:02:13.645-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/luvit-meta.lua size=49 data="return { 'Bilal2453/luvit-meta', lazy = true }\n\r\n"
time=2025-02-10T18:02:13.645-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local/nvim/lua/exact_plugins/markdown.nvim.lua.tmpl size=55 data="{{ template \"nvim/lua/plugins/markdown.nvim.lua\" . }}\r\n"
time=2025-02-10T18:02:13.646-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/markdown.nvim.lua
time=2025-02-10T18:02:13.647-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/markdown.nvim.lua size=394 data="return {\n  'MeanderingProgrammer/markdown.nvim',\n  dependencies ..."
time=2025-02-10T18:02:13.647-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local/nvim/lua/exact_plugins/mason-conform.nvim.lua.tmpl size=60 data="{{ template \"nvim/lua/plugins/mason-conform.nvim.lua\" . }}\r\n"
time=2025-02-10T18:02:13.649-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/mason-conform.nvim.lua
time=2025-02-10T18:02:13.649-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/mason-conform.nvim.lua size=171 data="return {\n  'zapling/mason-conform.nvim',\n  lazy = true,\n  opts =..."
time=2025-02-10T18:02:13.650-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local/nvim/lua/exact_plugins/maximize.nvim.lua.tmpl size=55 data="{{ template \"nvim/lua/plugins/maximize.nvim.lua\" . }}\r\n"
time=2025-02-10T18:02:13.651-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/maximize.nvim.lua
time=2025-02-10T18:02:13.652-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/maximize.nvim.lua size=80 data="return {\n  'declancm/maximize.nvim',\n  config = true,\n  event = ..."
time=2025-02-10T18:02:13.652-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local/nvim/lua/exact_plugins/neo-tree.lua.tmpl size=50 data="{{ template \"nvim/lua/plugins/neo-tree.lua\" . }}\r\n"
time=2025-02-10T18:02:13.653-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/neo-tree.lua
time=2025-02-10T18:02:13.654-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/neo-tree.lua size=756 data="-- Neo-tree is a Neovim plugin to browse the file system\n-- http..."
time=2025-02-10T18:02:13.654-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local/nvim/lua/exact_plugins/neogen.lua.tmpl size=48 data="{{ template \"nvim/lua/plugins/neogen.lua\" . }}\r\n"
time=2025-02-10T18:02:13.655-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/neogen.lua
time=2025-02-10T18:02:13.656-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/neogen.lua size=141 data="return {\n  'danymat/neogen',\n  dependencies = 'nvim-treesitter/n..."
time=2025-02-10T18:02:13.656-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local/nvim/lua/exact_plugins/nvim-cmp.lua.tmpl size=50 data="{{ template \"nvim/lua/plugins/nvim-cmp.lua\" . }}\r\n"
time=2025-02-10T18:02:13.657-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/nvim-cmp.lua
time=2025-02-10T18:02:13.658-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/nvim-cmp.lua size=4699 data="return { -- Autocompletion\n  'hrsh7th/nvim-cmp',\n  event = 'Inse..."
time=2025-02-10T18:02:13.658-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local/nvim/lua/exact_plugins/nvim-lspconfig.lua.tmpl size=56 data="{{ template \"nvim/lua/plugins/nvim-lspconfig.lua\" . }}\r\n"
time=2025-02-10T18:02:13.659-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/nvim-lspconfig.lua
time=2025-02-10T18:02:13.660-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/nvim-lspconfig.lua size=7580 data="return {\n  -- Main LSP Configuration\n  'neovim/nvim-lspconfig',\n..."
time=2025-02-10T18:02:13.660-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local/nvim/lua/exact_plugins/nvim-surround.lua.tmpl size=55 data="{{ template \"nvim/lua/plugins/nvim-surround.lua\" . }}\r\n"
time=2025-02-10T18:02:13.661-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/nvim-surround.lua
time=2025-02-10T18:02:13.662-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/nvim-surround.lua size=219 data="return {\n  'kylechui/nvim-surround',\n  version = '*', -- Use for..."
time=2025-02-10T18:02:13.662-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local/nvim/lua/exact_plugins/nvim-treesitter-endwise.lua.tmpl size=65 data="{{ template \"nvim/lua/plugins/nvim-treesitter-endwise.lua\" . }}\r..."
time=2025-02-10T18:02:13.664-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/nvim-treesitter-endwise.lua
time=2025-02-10T18:02:13.665-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/nvim-treesitter-endwise.lua size=232 data="return {\n  'RRethy/nvim-treesitter-endwise',\n  config = function..."
time=2025-02-10T18:02:13.665-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local/nvim/lua/exact_plugins/nvim-treesitter.lua.tmpl size=57 data="{{ template \"nvim/lua/plugins/nvim-treesitter.lua\" . }}\r\n"
time=2025-02-10T18:02:13.667-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/nvim-treesitter.lua
time=2025-02-10T18:02:13.668-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/nvim-treesitter.lua size=1301 data="return { -- Highlight, edit, and navigate code\n  'nvim-treesitte..."
time=2025-02-10T18:02:13.668-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local/nvim/lua/exact_plugins/nvim-ts-autotag.lua.tmpl size=57 data="{{ template \"nvim/lua/plugins/nvim-ts-autotag.lua\" . }}\r\n"
time=2025-02-10T18:02:13.670-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/nvim-ts-autotag.lua
time=2025-02-10T18:02:13.671-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/nvim-ts-autotag.lua size=209 data="return {\n  'windwp/nvim-ts-autotag',\n  ft = { 'html', 'javascrip..."
time=2025-02-10T18:02:13.671-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local/nvim/lua/exact_plugins/obsidian.nvim.lua.tmpl size=55 data="{{ template \"nvim/lua/plugins/obsidian.nvim.lua\" . }}\r\n"
time=2025-02-10T18:02:13.673-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/obsidian.nvim.lua
time=2025-02-10T18:02:13.674-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/obsidian.nvim.lua size=1356 data="local utils = require('custom.utils')\n\nreturn {\n  'epwalsh/obsid..."
time=2025-02-10T18:02:13.675-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local/nvim/lua/exact_plugins/stickybuf.nvim.lua.tmpl size=56 data="{{ template \"nvim/lua/plugins/stickybuf.nvim.lua\" . }}\r\n"
time=2025-02-10T18:02:13.676-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/stickybuf.nvim.lua
time=2025-02-10T18:02:13.677-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/stickybuf.nvim.lua size=104 data="return {\n  'stevearc/stickybuf.nvim',\n  config = function()\n    ..."
time=2025-02-10T18:02:13.677-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local/nvim/lua/exact_plugins/telescope.nvim.lua.tmpl size=56 data="{{ template \"nvim/lua/plugins/telescope.nvim.lua\" . }}\r\n"
time=2025-02-10T18:02:13.679-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/telescope.nvim.lua
time=2025-02-10T18:02:13.680-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/telescope.nvim.lua size=5027 data="return {\n  'nvim-telescope/telescope.nvim',\n  event = 'VimEnter'..."
time=2025-02-10T18:02:13.680-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local/nvim/lua/exact_plugins/termplug.nvim.lua.tmpl size=55 data="{{ template \"nvim/lua/plugins/termplug.nvim.lua\" . }}\r\n"
time=2025-02-10T18:02:13.681-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/termplug.nvim.lua
time=2025-02-10T18:02:13.681-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/termplug.nvim.lua size=205 data="return {\n  'Ernest1338/termplug.nvim',\n  opts = {},\n  cmd = 'Ter..."
time=2025-02-10T18:02:13.681-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local/nvim/lua/exact_plugins/todo-comments.nvim.lua.tmpl size=60 data="{{ template \"nvim/lua/plugins/todo-comments.nvim.lua\" . }}\r\n"
time=2025-02-10T18:02:13.682-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/todo-comments.nvim.lua
time=2025-02-10T18:02:13.684-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/todo-comments.nvim.lua size=139 data="return {\n  'folke/todo-comments.nvim',\n  event = 'VimEnter',\n  d..."
time=2025-02-10T18:02:13.684-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local/nvim/lua/exact_plugins/tokyonight.nvim.lua.tmpl size=57 data="{{ template \"nvim/lua/plugins/tokyonight.nvim.lua\" . }}\r\n"
time=2025-02-10T18:02:13.685-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/tokyonight.nvim.lua
time=2025-02-10T18:02:13.686-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/tokyonight.nvim.lua size=795 data="return { -- You can easily change to a different colorscheme.\n  ..."
time=2025-02-10T18:02:13.686-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local/nvim/lua/exact_plugins/transparent.nvim.lua.tmpl size=58 data="{{ template \"nvim/lua/plugins/transparent.nvim.lua\" . }}\r\n"
time=2025-02-10T18:02:13.687-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/transparent.nvim.lua
time=2025-02-10T18:02:13.689-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/transparent.nvim.lua size=231 data="return {\n  'xiyaowong/transparent.nvim',\n  lazy = false,\n  confi..."
time=2025-02-10T18:02:13.690-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local/nvim/lua/exact_plugins/trouble.lua.tmpl size=49 data="{{ template \"nvim/lua/plugins/trouble.lua\" . }}\r\n"
time=2025-02-10T18:02:13.691-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/trouble.lua
time=2025-02-10T18:02:13.691-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/trouble.lua size=1308 data="return {\n  'folke/trouble.nvim',\n  dependencies = { 'nvim-tree/n..."
time=2025-02-10T18:02:13.691-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local/nvim/lua/exact_plugins/ultimate-autopair.nvim.lua.tmpl size=64 data="{{ template \"nvim/lua/plugins/ultimate-autopair.nvim.lua\" . }}\r\n"
time=2025-02-10T18:02:13.693-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/ultimate-autopair.nvim.lua
time=2025-02-10T18:02:13.694-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/ultimate-autopair.nvim.lua size=1808 data="return {\n  'altermo/ultimate-autopair.nvim',\n  dependencies = {\n..."
time=2025-02-10T18:02:13.694-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local/nvim/lua/exact_plugins/vim-fugitive.lua.tmpl size=54 data="{{ template \"nvim/lua/plugins/vim-fugitive.lua\" . }}\r\n"
time=2025-02-10T18:02:13.695-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/vim-fugitive.lua
time=2025-02-10T18:02:13.696-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/vim-fugitive.lua size=653 data="return {\n  -- https://raw.githubusercontent.com/tpope/vim-fugiti..."
time=2025-02-10T18:02:13.696-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local/nvim/lua/exact_plugins/vim-sleuth.lua.tmpl size=52 data="{{ template \"nvim/lua/plugins/vim-sleuth.lua\" . }}\r\n"
time=2025-02-10T18:02:13.697-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/vim-sleuth.lua
time=2025-02-10T18:02:13.698-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/vim-sleuth.lua size=93 data="return {\n  'tpope/vim-sleuth',\n  event = { 'BufNewFile', 'BufRea..."
time=2025-02-10T18:02:13.698-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local/nvim/lua/exact_plugins/vim-undodir-tree.lua.tmpl size=58 data="{{ template \"nvim/lua/plugins/vim-undodir-tree.lua\" . }}\r\n"
time=2025-02-10T18:02:13.699-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/vim-undodir-tree.lua
time=2025-02-10T18:02:13.700-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/vim-undodir-tree.lua size=68 data="return {\n  'pixelastic/vim-undodir-tree',\n  event = 'VeryLazy',\n..."
time=2025-02-10T18:02:13.700-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Local/nvim/lua/exact_plugins/which-key.nvim.lua.tmpl size=56 data="{{ template \"nvim/lua/plugins/which-key.nvim.lua\" . }}\r\n"
time=2025-02-10T18:02:13.701-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/which-key.nvim.lua
time=2025-02-10T18:02:13.702-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/AppData/Local/nvim/lua/plugins/which-key.nvim.lua size=844 data="return { -- Useful plugin to show you pending keybinds.\n  'folke..."
time=2025-02-10T18:02:13.702-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Roaming
time=2025-02-10T18:02:13.702-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/AppData/Roaming/symlink_bat.tmpl size=54 data="{{ joinPath .chezmoi.sourceDir \"dot_config\" \"bat\" }}\r\n"
time=2025-02-10T18:02:13.704-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/AppData/Roaming/bat
time=2025-02-10T18:02:13.705-06:00 level=INFO msg=ReadLink component=system linkname=C:/Users/leomc/.local/share/chezmoi/dot_config/bat
time=2025-02-10T18:02:13.706-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/OneDrive
time=2025-02-10T18:02:13.706-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/OneDrive/Documents
time=2025-02-10T18:02:13.706-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/OneDrive/Documents/Codice
time=2025-02-10T18:02:13.706-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/OneDrive/Documents/Codice/.obsidian
time=2025-02-10T18:02:13.706-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/readonly_OneDrive/readonly_Documents/Codice/dot_obsidian/symlink_app.json.tmpl size=44 data="{{ .chezmoi.sourceDir }}/.obsidian/app.json\n"
time=2025-02-10T18:02:13.706-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/OneDrive/Documents/Codice/.obsidian/app.json
time=2025-02-10T18:02:13.706-06:00 level=INFO msg=ReadLink component=system linkname=C:/Users/leomc/.local/share/chezmoi/.obsidian/app.json
time=2025-02-10T18:02:13.708-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/readonly_OneDrive/readonly_Documents/Codice/dot_obsidian/symlink_appearance.json.tmpl size=51 data="{{ .chezmoi.sourceDir }}/.obsidian/appearance.json\n"
time=2025-02-10T18:02:13.709-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/OneDrive/Documents/Codice/.obsidian/appearance.json
time=2025-02-10T18:02:13.709-06:00 level=INFO msg=ReadLink component=system linkname=C:/Users/leomc/.local/share/chezmoi/.obsidian/appearance.json
time=2025-02-10T18:02:13.710-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/readonly_OneDrive/readonly_Documents/Codice/dot_obsidian/symlink_community-plugins.json.tmpl size=58 data="{{ .chezmoi.sourceDir }}/.obsidian/community-plugins.json\n"
time=2025-02-10T18:02:13.711-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/OneDrive/Documents/Codice/.obsidian/community-plugins.json
time=2025-02-10T18:02:13.711-06:00 level=INFO msg=ReadLink component=system linkname=C:/Users/leomc/.local/share/chezmoi/.obsidian/community-plugins.json
time=2025-02-10T18:02:13.712-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/readonly_OneDrive/readonly_Documents/Codice/dot_obsidian/symlink_core-plugins.json.tmpl size=53 data="{{ .chezmoi.sourceDir }}/.obsidian/core-plugins.json\n"
time=2025-02-10T18:02:13.713-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/OneDrive/Documents/Codice/.obsidian/core-plugins.json
time=2025-02-10T18:02:13.713-06:00 level=INFO msg=ReadLink component=system linkname=C:/Users/leomc/.local/share/chezmoi/.obsidian/core-plugins.json
time=2025-02-10T18:02:13.714-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/readonly_OneDrive/readonly_Documents/Codice/dot_obsidian/symlink_graph.json.tmpl size=46 data="{{ .chezmoi.sourceDir }}/.obsidian/graph.json\n"
time=2025-02-10T18:02:13.714-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/OneDrive/Documents/Codice/.obsidian/graph.json
time=2025-02-10T18:02:13.715-06:00 level=INFO msg=ReadLink component=system linkname=C:/Users/leomc/.local/share/chezmoi/.obsidian/graph.json
time=2025-02-10T18:02:13.716-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/readonly_OneDrive/readonly_Documents/Codice/dot_obsidian/symlink_plugins.tmpl size=42 data="{{ .chezmoi.sourceDir }}/.obsidian/plugins"
time=2025-02-10T18:02:13.716-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/OneDrive/Documents/Codice/.obsidian/plugins
time=2025-02-10T18:02:13.717-06:00 level=INFO msg=ReadLink component=system linkname=C:/Users/leomc/.local/share/chezmoi/.obsidian/plugins
time=2025-02-10T18:02:13.717-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/readonly_OneDrive/readonly_Documents/Codice/dot_obsidian/symlink_snippets.tmpl size=44 data="{{ .chezmoi.sourceDir }}/.obsidian/snippets\n"
time=2025-02-10T18:02:13.718-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/OneDrive/Documents/Codice/.obsidian/snippets
time=2025-02-10T18:02:13.719-06:00 level=INFO msg=ReadLink component=system linkname=C:/Users/leomc/.local/share/chezmoi/.obsidian/snippets
time=2025-02-10T18:02:13.720-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/readonly_OneDrive/readonly_Documents/Codice/dot_obsidian/symlink_themes.tmpl size=41 data="{{ .chezmoi.sourceDir }}/.obsidian/themes"
time=2025-02-10T18:02:13.720-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/OneDrive/Documents/Codice/.obsidian/themes
time=2025-02-10T18:02:13.721-06:00 level=INFO msg=ReadLink component=system linkname=C:/Users/leomc/.local/share/chezmoi/.obsidian/themes
time=2025-02-10T18:02:13.722-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/readonly_OneDrive/readonly_Documents/Codice/dot_typos.toml.tmpl size=40 data="{{ template \"typos_lsp/typos.toml\" . }}\n"
time=2025-02-10T18:02:13.723-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/OneDrive/Documents/Codice/.typos.toml
time=2025-02-10T18:02:13.723-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/OneDrive/Documents/Codice/.typos.toml size=44 data="[default]\nextend-words = { Tere = \"Tere\" }\n\n"
time=2025-02-10T18:02:13.723-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/OneDrive/Documents/PowerShell
time=2025-02-10T18:02:13.723-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/readonly_OneDrive/readonly_Documents/PowerShell/Microsoft.PowerShell_profile.ps1 size=350 data="Invoke-Expression (&starship init powershell)\n\n# Keybindings for..."
time=2025-02-10T18:02:13.724-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/OneDrive/Documents/PowerShell/Microsoft.PowerShell_profile.ps1
time=2025-02-10T18:02:13.724-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/OneDrive/Documents/PowerShell/Microsoft.PowerShell_profile.ps1 size=350 data="Invoke-Expression (&starship init powershell)\n\n# Keybindings for..."
time=2025-02-10T18:02:13.724-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/OneDrive/Documents/Splunk_Cloud_Support
time=2025-02-10T18:02:13.725-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/OneDrive/Documents/Splunk_Cloud_Support/.obsidian
time=2025-02-10T18:02:13.725-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/readonly_OneDrive/readonly_Documents/Splunk_Cloud_Support/dot_obsidian/symlink_app.json.tmpl size=45 data="{{ .chezmoi.sourceDir }}/.obsidian/app.json\r\n"
time=2025-02-10T18:02:13.725-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/OneDrive/Documents/Splunk_Cloud_Support/.obsidian/app.json
time=2025-02-10T18:02:13.725-06:00 level=INFO msg=ReadLink component=system linkname=C:/Users/leomc/.local/share/chezmoi/.obsidian/app.json
time=2025-02-10T18:02:13.727-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/readonly_OneDrive/readonly_Documents/Splunk_Cloud_Support/dot_obsidian/symlink_appearance.json.tmpl size=52 data="{{ .chezmoi.sourceDir }}/.obsidian/appearance.json\r\n"
time=2025-02-10T18:02:13.727-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/OneDrive/Documents/Splunk_Cloud_Support/.obsidian/appearance.json
time=2025-02-10T18:02:13.728-06:00 level=INFO msg=ReadLink component=system linkname=C:/Users/leomc/.local/share/chezmoi/.obsidian/appearance.json
time=2025-02-10T18:02:13.729-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/readonly_OneDrive/readonly_Documents/Splunk_Cloud_Support/dot_obsidian/symlink_community-plugins.json.tmpl size=59 data="{{ .chezmoi.sourceDir }}/.obsidian/community-plugins.json\r\n"
time=2025-02-10T18:02:13.730-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/OneDrive/Documents/Splunk_Cloud_Support/.obsidian/community-plugins.json
time=2025-02-10T18:02:13.731-06:00 level=INFO msg=ReadLink component=system linkname=C:/Users/leomc/.local/share/chezmoi/.obsidian/community-plugins.json
time=2025-02-10T18:02:13.731-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/readonly_OneDrive/readonly_Documents/Splunk_Cloud_Support/dot_obsidian/symlink_core-plugins.json.tmpl size=54 data="{{ .chezmoi.sourceDir }}/.obsidian/core-plugins.json\r\n"
time=2025-02-10T18:02:13.732-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/OneDrive/Documents/Splunk_Cloud_Support/.obsidian/core-plugins.json
time=2025-02-10T18:02:13.732-06:00 level=INFO msg=ReadLink component=system linkname=C:/Users/leomc/.local/share/chezmoi/.obsidian/core-plugins.json
time=2025-02-10T18:02:13.733-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/readonly_OneDrive/readonly_Documents/Splunk_Cloud_Support/dot_obsidian/symlink_graph.json.tmpl size=47 data="{{ .chezmoi.sourceDir }}/.obsidian/graph.json\r\n"
time=2025-02-10T18:02:13.733-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/OneDrive/Documents/Splunk_Cloud_Support/.obsidian/graph.json
time=2025-02-10T18:02:13.734-06:00 level=INFO msg=ReadLink component=system linkname=C:/Users/leomc/.local/share/chezmoi/.obsidian/graph.json
time=2025-02-10T18:02:13.735-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/readonly_OneDrive/readonly_Documents/Splunk_Cloud_Support/dot_obsidian/symlink_plugins.tmpl size=42 data="{{ .chezmoi.sourceDir }}/.obsidian/plugins"
time=2025-02-10T18:02:13.735-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/OneDrive/Documents/Splunk_Cloud_Support/.obsidian/plugins
time=2025-02-10T18:02:13.737-06:00 level=INFO msg=ReadLink component=system linkname=C:/Users/leomc/.local/share/chezmoi/.obsidian/plugins
time=2025-02-10T18:02:13.738-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/readonly_OneDrive/readonly_Documents/Splunk_Cloud_Support/dot_obsidian/symlink_snippets.tmpl size=45 data="{{ .chezmoi.sourceDir }}/.obsidian/snippets\r\n"
time=2025-02-10T18:02:13.739-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/OneDrive/Documents/Splunk_Cloud_Support/.obsidian/snippets
time=2025-02-10T18:02:13.739-06:00 level=INFO msg=ReadLink component=system linkname=C:/Users/leomc/.local/share/chezmoi/.obsidian/snippets
time=2025-02-10T18:02:13.740-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/readonly_OneDrive/readonly_Documents/Splunk_Cloud_Support/dot_obsidian/symlink_themes.tmpl size=41 data="{{ .chezmoi.sourceDir }}/.obsidian/themes"
time=2025-02-10T18:02:13.741-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/OneDrive/Documents/Splunk_Cloud_Support/.obsidian/themes
time=2025-02-10T18:02:13.741-06:00 level=INFO msg=ReadLink component=system linkname=C:/Users/leomc/.local/share/chezmoi/.obsidian/themes
time=2025-02-10T18:02:13.742-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/readonly_OneDrive/readonly_Documents/Splunk_Cloud_Support/dot_typos.toml.tmpl size=40 data="{{ template \"typos_lsp/typos.toml\" . }}\n"
time=2025-02-10T18:02:13.744-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/OneDrive/Documents/Splunk_Cloud_Support/.typos.toml
time=2025-02-10T18:02:13.744-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/OneDrive/Documents/Splunk_Cloud_Support/.typos.toml size=44 data="[default]\nextend-words = { Tere = \"Tere\" }\n\n"
time=2025-02-10T18:02:13.744-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/_vimrc.tmpl size=26 data="{{ template \"vimrc\" . }}\r\n"
time=2025-02-10T18:02:13.744-06:00 level=INFO msg=Lstat component=system name=C:/Users/leomc/_vimrc
time=2025-02-10T18:02:13.744-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/_vimrc size=59 data="set number\r\nset relativenumber\r\nlanguage messages en_US\r\n\r\n"
time=2025-02-10T18:02:13.744-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoiscripts/darwin/run_once_after_kanata-startup.sh.tmpl size=1335 data="{{ if eq .chezmoi.os \"darwin\" -}}\n#!/usr/bin/env bash\n\nservice_n..."
time=2025-02-10T18:02:13.744-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoiscripts/linux/run_once_after_kanata-setup.sh.tmpl size=515 data="{{- if eq .chezmoi.os \"linux\" -}}\n#!/usr/bin/env bash\n\ngrep -q u..."
time=2025-02-10T18:02:13.744-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoiscripts/linux/run_once_after_set-qmk-devrules.sh.tmpl size=458 data="{{- if eq .chezmoi.os \"linux\" -}}\n#!/usr/bin/env bash\n\n# Based o..."
time=2025-02-10T18:02:13.749-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoiscripts/run_once_after_post-deploy.ps1.tmpl size=323 data="{{- if eq .chezmoi.os \"windows\" -}}\r\ntry {\r\n    bat cache --buil..."
time=2025-02-10T18:02:13.751-06:00 level=INFO msg=Get component=persistentState bucket=scriptState key=cee12f6477a491348b57da4983776834b63a3189839f2aa0ecfb5f67fcd3b710 value="{\n  \"name\": \".chezmoiscripts/post-deploy.ps1\",\n  \"runAt\": \"2025-02-02T01:52:34.5065784Z\"\n}\n"
time=2025-02-10T18:02:13.751-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoiscripts/run_once_after_post-deploy.sh.tmpl size=1021 data="{{ if not (eq .chezmoi.os \"windows\") -}}\n#!/usr/bin/env bash\n\nso..."
time=2025-02-10T18:02:13.752-06:00 level=INFO msg=ReadFile component=system name=C:/Users/leomc/.local/share/chezmoi/.chezmoiscripts/windows/run_once_after_install-zig.ps1.tmpl size=81 data="{{- if eq .chezmoi.os \"windows\" -}}\r\nwinget install -e --id zig...."
time=2025-02-10T18:02:13.752-06:00 level=INFO msg=Get component=persistentState bucket=scriptState key=f9b9442c85066ea8ccb00876f07f68a3e10646e3e54da730779e64ecd0140978 value="{\n  \"name\": \".chezmoiscripts/windows/install-zig.ps1\",\n  \"runAt\": \"2025-02-02T01:52:35.7726071Z\"\n}\n"
time=2025-02-10T18:02:13.754-06:00 level=INFO msg=Close component=persistentState
time=2025-02-10T18:02:13.755-06:00 level=INFO msg=Wait cmd="C:\\Windows\\system32\\cmd.exe -c bat -pp --language=diff" end=2025-02-10T18:02:13.755-06:00 err=<nil>

Notice cmd.exe is being used to run bat as opposed to running it directly. Here my settings as of now:

{{- if ne .chezmoi.os "windows" -}}
{{- if lookPath "bat" -}}
pager = "bat -pp"
{{- end }}

[hooks.read-source-state.pre]
    command = {{ joinPath .chezmoi.sourceDir ".chezmoiscripts" .chezmoi.os ".prereqs.sh" | quote }}

[cd]
    command = "bash"
    args = ["--login"]

{{- else -}}
[hooks.read-source-state.pre]
    command = "powershell"
    args = ["-NoLogo", "-NoProfile", "-File", {{ joinPath .chezmoi.sourceDir ".chezmoiscripts" .chezmoi.os ".prereqs.ps1" | quote }}]

[cd]
    command = {{ or (lookPath "pwsh") (lookPath "powershell") | quote }}
    args = ["-NoLogo"]

[diff]
    pager = "bat -pp --language=diff"
{{- end }}

[edit]
    command = "nvim"

[merge]
    command = "nvim"
    args = [
        {{ print "{{.Destination}}" | quote }},
        {{ print "{{.Source}}" | quote }},
        {{ print "{{.Target}}" | quote }}
    ]

[git]
    autoPush = true
    commitMessageTemplate = {{ print "{{ promptString \"Commit message\" }}" | quote }}

[data]
{{- if eq .chezmoi.os "windows" }}
    DocumentsDir = {{ joinPath .chezmoi.homeDir "OneDrive" "Documents" | quote }}
{{- else }}
    DocumentsDir = {{ joinPath .chezmoi.homeDir "Documents" | quote }}
{{/* XDG spec variables */}}
    XDG_CONFIG_HOME = "{{ .chezmoi.homeDir }}/.config"
    XDG_CACHE_HOME = "{{ .chezmoi.homeDir }}/.cache"
    XDG_DATA_HOME = "{{ .chezmoi.homeDir }}/.local/share"
    XDG_STATE_HOME = "{{ .chezmoi.homeDir }}/.local/state"
    XDG_DATA_DIRS = "/usr/local/share:/usr/share"
    XDG_CONFIG_DIRS = "/etc/xdg"

    brew_prefix = "/opt/homebrew"
{{- if eq .chezmoi.os "linux" }}
{{- if eq .chezmoi.osRelease.id "arch" }}
    install_cmd = "paru --noconfirm --sync --needed"
{{- else if eq .chezmoi.osRelease.id "ubuntu" }}
    install_cmd = "sudo apt-get -y install"
{{- end }}
{{- end }}
{{- end }}

@halostatue halostatue reopened this Feb 11, 2025
@halostatue
Copy link
Collaborator

I have reopened this for you.

@twpayne
Copy link
Owner

twpayne commented Feb 14, 2025

Notice cmd.exe is being used to run bat as opposed to running it directly.

I suspect that this is the problem. It looks like cmd.exe is running its standard input as commands rather then passing the standard input to bat.

@halostatue halostatue changed the title Lines of diff ouput are executed as commands on Windows Lines of diff output are executed as commands on Windows Feb 22, 2025
@halostatue halostatue added windows only This only affects Windows patience Patience required, there is no date for this being fixed labels Feb 22, 2025
@twpayne
Copy link
Owner

twpayne commented Mar 9, 2025

@LeonardoMor can you give a small example that allows others to reproduce the problem that you are seeing? Assume a fresh install of Windows with chezmoi installed but nothing else installed.

@twpayne
Copy link
Owner

twpayne commented Mar 17, 2025

With no way to reproduce this, I assume that this a peculiarity of the local machine. Please re-open if you have a way for others to reproduce the problem.

@twpayne twpayne removed windows only This only affects Windows patience Patience required, there is no date for this being fixed labels Mar 17, 2025
@twpayne twpayne closed this as not planned Won't fix, can't repro, duplicate, stale Mar 17, 2025
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 24, 2025
@twpayne twpayne reopened this Mar 30, 2025
@twpayne
Copy link
Owner

twpayne commented Mar 30, 2025

With the insights from #4375, #4386 might fix this. Would you be able to test it?

Repository owner unlocked this conversation Mar 30, 2025
@twpayne twpayne added bug Something isn't working and removed support Support request labels Apr 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants