Compare commits

...

3 commits

Author SHA1 Message Date
2f668e1d77 more git laziness 2023-02-06 12:01:21 -06:00
8a7bae0bd8 give the commands a chance 2023-02-06 12:01:13 -06:00
26a511b5cc no need to patch astronvim these days 2023-02-06 12:01:03 -06:00
4 changed files with 6 additions and 4 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,6 +26,7 @@ return {
},
ft = { "quarto" },
},
{ "kenkundert/vim-nestedtext" },
-- general tools
{
"mickael-menu/zk-nvim",

View file

@ -5,8 +5,6 @@ excludesfile = /home/{{- .chezmoi.username -}}/.config/git/ignore
name = {{ .name }}
email = {{ .email }}
[credential]
helper = cache
@ -41,6 +39,7 @@ 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,3 +1,5 @@
command_timeout = 1000
[username]
format = "[$user]($style) on "