deleted by creator
deleted by creator
I’ve never seen that in a .gitignore
, seems straightforward enough. I guess most people prefer to use the git config option, but this works!
Ahh, to be only 30 again!
Cool, thanks for sharing the repo. I’m reading through your vimrc file, I always find these interesting. I like what you did in “Open new line and stay in normal mode,” “Exit insert mode faster,” and “Navigate buffers.” I’m going add those now!
I did not know you could do that! I work on several hosts that do not allow me to install (via their package manager) software, but if all I have to do is scp an appimage file and run it, then that problem may be solved!
Do you use any of the encrypted secrets features? That’s one of the big differences between chezmoi and the other options.
I’ve never heard of cp -faTs
before. I did some experimenting and was surprised that it was recursive. I thought you needed an -R
for that, but you don’t. So, cp -faRTs
appears to do the same thing, but is funnier.
In any case, thanks for sharing your repo. I take it, that after the initial install, you can just repeatedly git pull https://git.sr.ht/~igemnace/vim-config
and then run vim-config/scripts/install-cfg
to keep your config files up-to-date.
deleted by creator