Compare commits

..

No commits in common. "57046ccf3ef8aef73b1e74f0924f2118e04c0243" and "9faf41d0233d97427a1d953b3e6a496c73b74e4f" have entirely different histories.

3 changed files with 0 additions and 3 deletions

View file

@ -58,7 +58,6 @@ return {
"nvim-treesitter/nvim-treesitter",
opts = function(_, opts)
opts.ignore_install = { "help" }
opts.ensure_installed = { "jsonnet" }
end,
},
}

View file

@ -20,4 +20,3 @@ echo "-----------------------------"
gen pdm completion zsh
gen chezmoi completion zsh
gen rye self completion -s zsh
gen gh completion -s zsh

View file

@ -38,5 +38,4 @@ alias zdot='cd ${ZDOTDIR:-~}'
alias dots='cd ${DOTFILES_DIR:-~/.dotfiles}'
alias today="date +'%Y-%m-%d'"
alias dots-drop='chezmoi forget --interactive $(chezmoi managed -p absolute | fzf)'
alias dots-add='chezmoi re-add --interactive'