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 !cvim/vimrc
tailscale/ tailscale/
X11/xinit/xinitrc.d/ X11/xinit/xinitrc.d/
!X11/xinit/xinitrc.d/default.sh
!X11/xinit/xinitrc.d/example.sh
*.bak *.bak
lazydocker/ lazydocker/

View file

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

View file

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

View file

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

1
vim/.gitignore vendored
View file

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