Compare commits

..

No commits in common. "2f668e1d7737ec850b3c2b186af79468356946cc" and "354a5fc535835f15dbdf42e9fe98cdda6398d760" have entirely different histories.

4 changed files with 4 additions and 6 deletions

View file

@ -38,8 +38,8 @@ install-astronvim() {
git clone https://github.com/AstroNvim/AstroNvim ~/.config/nvim
# echo "add brute force method of ignoring version complaints"
# git -C "$HOME/.config/nvim" am "$HOME/.config/astronvim/patches/0001-remove-version-check.patch"
echo "add brute force method of ignoring version complaints"
git -C "$HOME/.config/nvim" am "$HOME/.config/astronvim/patches/0001-remove-version-check.patch"
nvim --headless -c 'autocmd User PackerComplete quitall'
}

View file

@ -26,7 +26,6 @@ return {
},
ft = { "quarto" },
},
{ "kenkundert/vim-nestedtext" },
-- general tools
{
"mickael-menu/zk-nvim",

View file

@ -5,6 +5,8 @@ excludesfile = /home/{{- .chezmoi.username -}}/.config/git/ignore
name = {{ .name }}
email = {{ .email }}
[credential]
helper = cache
@ -39,7 +41,6 @@ cmt = !git commit -m \"time: $(date +\"%Y.%m.%d %H:%M:%S\")\"
save = !git add -A && git commit -m \"time: $(date +\"%Y.%m.%d %H:%M:%S\")\"
la = "!git config -l | grep alias | cut -c 7-"
gl = config --global -l
rb5 = rebase -i HEAD~5
[filter "lfs"]
clean = git-lfs clean -- %f

View file

@ -1,5 +1,3 @@
command_timeout = 1000
[username]
format = "[$user]($style) on "