Compare commits

...

2 commits

Author SHA1 Message Date
ea0c3544ef
[cursor] fix: Avoid clash 2024-04-16 16:31:08 +02:00
9c61e74df7
[git] fix: Add safe directory for sshfs 2024-04-16 16:29:53 +02:00
2 changed files with 4 additions and 2 deletions

View file

@ -74,7 +74,6 @@ in {
mpv mpv
nextcloud-client nextcloud-client
nsxiv # Lightweight image viewer nsxiv # Lightweight image viewer
phinger-cursors # Cursor theme
qalculate-gtk # Calculator qalculate-gtk # Calculator
spotify spotify
tea # Gitea CLI tea # Gitea CLI

View file

@ -15,7 +15,7 @@
excludesFile = "~/.config/git/ignore" excludesFile = "~/.config/git/ignore"
[help] [help]
autocorrect = 20 autocorrect = 15
[includeIf "gitdir:~/university/"] # Trailing backslash is necessary! [includeIf "gitdir:~/university/"] # Trailing backslash is necessary!
path = "~/.config/git/university" path = "~/.config/git/university"
@ -23,3 +23,6 @@
[init] [init]
defaultBranch = "main" defaultBranch = "main"
[safe]
directory = "/home/tdpeuter/university/sshfs"