Adds automatic symlink detection
This commit is contained in:
parent
2710c15850
commit
9c0d6169ec
4 changed files with 55 additions and 6 deletions
27
.gitignore
vendored
27
.gitignore
vendored
|
|
@ -1,6 +1,23 @@
|
|||
# Symlinks
|
||||
~\.config\hypr\config\Monitors.conf
|
||||
.config\hypr\config\WorkspaceRules.conf
|
||||
.config\hypr\config\settings\Input.conf
|
||||
/*
|
||||
!/.gitignore
|
||||
|
||||
*.key
|
||||
!/.config/
|
||||
/.config/*
|
||||
|
||||
# yazi
|
||||
!/.config/yazi/
|
||||
/.config/yazi/plugins/*
|
||||
|
||||
!/.config/hypr/
|
||||
!/.config/ghostty/
|
||||
!/.config/nvim/
|
||||
!/.config/yadm/
|
||||
!/.config/waybar/
|
||||
!/.config/evremap/
|
||||
|
||||
# DO NOT EDIT ANYTHING PAST HERE!
|
||||
# Scripts automatically add entries here
|
||||
.config/hypr/config/Monitors.conf
|
||||
.config/hypr/config/WorkspaceRules.conf
|
||||
.config/hypr/config/settings/Input.conf
|
||||
.config/waybar/Output.config.json
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue