This commit is contained in:
tavo 2025-09-03 17:45:43 -06:00
parent e9dd9ececb
commit e92459170e
5 changed files with 6 additions and 2 deletions

2
.gitignore vendored
View file

@ -279,5 +279,7 @@ cvim/
!cvim/vimrc
tailscale/
X11/xinit/xinitrc.d/
!X11/xinit/xinitrc.d/default.sh
!X11/xinit/xinitrc.d/example.sh
*.bak
lazydocker/

View file

@ -1,2 +0,0 @@
*
!.gitignore

View file

@ -1,5 +1,7 @@
#!/bin/sh
#
# Default initialization script
#
# These commands are required at startup,
# If removed, you might run into errors.

View file

@ -1,4 +1,5 @@
#!/bin/sh
#
# Example initialization script.
#
# In order to run commands on start, create scripts such

1
vim/.gitignore vendored
View file

@ -2,3 +2,4 @@
autoload/
viminfo*
view/
swap/