Compare commits
3 commits
354a5fc535
...
2f668e1d77
Author | SHA1 | Date | |
---|---|---|---|
2f668e1d77 | |||
8a7bae0bd8 | |||
26a511b5cc |
4 changed files with 6 additions and 4 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,6 +26,7 @@ return {
|
||||||
},
|
},
|
||||||
ft = { "quarto" },
|
ft = { "quarto" },
|
||||||
},
|
},
|
||||||
|
{ "kenkundert/vim-nestedtext" },
|
||||||
-- general tools
|
-- general tools
|
||||||
{
|
{
|
||||||
"mickael-menu/zk-nvim",
|
"mickael-menu/zk-nvim",
|
||||||
|
|
|
@ -5,8 +5,6 @@ excludesfile = /home/{{- .chezmoi.username -}}/.config/git/ignore
|
||||||
name = {{ .name }}
|
name = {{ .name }}
|
||||||
email = {{ .email }}
|
email = {{ .email }}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
[credential]
|
[credential]
|
||||||
helper = cache
|
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\")\"
|
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,3 +1,5 @@
|
||||||
|
command_timeout = 1000
|
||||||
|
|
||||||
[username]
|
[username]
|
||||||
format = "[$user]($style) on "
|
format = "[$user]($style) on "
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue