Compare commits
No commits in common. "2f668e1d7737ec850b3c2b186af79468356946cc" and "354a5fc535835f15dbdf42e9fe98cdda6398d760" have entirely different histories.
2f668e1d77
...
354a5fc535
4 changed files with 4 additions and 6 deletions
|
@ -38,8 +38,8 @@ install-astronvim() {
|
||||||
|
|
||||||
git clone https://github.com/AstroNvim/AstroNvim ~/.config/nvim
|
git clone https://github.com/AstroNvim/AstroNvim ~/.config/nvim
|
||||||
|
|
||||||
# echo "add brute force method of ignoring version complaints"
|
echo "add brute force method of ignoring version complaints"
|
||||||
# git -C "$HOME/.config/nvim" am "$HOME/.config/astronvim/patches/0001-remove-version-check.patch"
|
git -C "$HOME/.config/nvim" am "$HOME/.config/astronvim/patches/0001-remove-version-check.patch"
|
||||||
|
|
||||||
nvim --headless -c 'autocmd User PackerComplete quitall'
|
nvim --headless -c 'autocmd User PackerComplete quitall'
|
||||||
}
|
}
|
||||||
|
|
|
@ -26,7 +26,6 @@ return {
|
||||||
},
|
},
|
||||||
ft = { "quarto" },
|
ft = { "quarto" },
|
||||||
},
|
},
|
||||||
{ "kenkundert/vim-nestedtext" },
|
|
||||||
-- general tools
|
-- general tools
|
||||||
{
|
{
|
||||||
"mickael-menu/zk-nvim",
|
"mickael-menu/zk-nvim",
|
||||||
|
|
|
@ -5,6 +5,8 @@ excludesfile = /home/{{- .chezmoi.username -}}/.config/git/ignore
|
||||||
name = {{ .name }}
|
name = {{ .name }}
|
||||||
email = {{ .email }}
|
email = {{ .email }}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[credential]
|
[credential]
|
||||||
helper = cache
|
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\")\"
|
save = !git add -A && git commit -m \"time: $(date +\"%Y.%m.%d %H:%M:%S\")\"
|
||||||
la = "!git config -l | grep alias | cut -c 7-"
|
la = "!git config -l | grep alias | cut -c 7-"
|
||||||
gl = config --global -l
|
gl = config --global -l
|
||||||
rb5 = rebase -i HEAD~5
|
|
||||||
|
|
||||||
[filter "lfs"]
|
[filter "lfs"]
|
||||||
clean = git-lfs clean -- %f
|
clean = git-lfs clean -- %f
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
command_timeout = 1000
|
|
||||||
|
|
||||||
[username]
|
[username]
|
||||||
format = "[$user]($style) on "
|
format = "[$user]($style) on "
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue