basic sway binds, git, rofi

This commit is contained in:
eneller
2024-03-21 18:46:12 +01:00
parent 62f344a83d
commit eb1c5081d9
12 changed files with 361 additions and 556 deletions

16
.gitconfig Normal file
View File

@@ -0,0 +1,16 @@
[user]
email = erikneller@gmx.de
name = eneller
[alias]
diff-words = diff --color-words='[^[:space:]]|([[:alnum:]]|UTF_8_GUARD)+'
st = status
cm = commit
# TODO use git-delta
# the following aliases are defined as bash scripts, only here for completion
home = "!git-home"
root = "!git-root"
ignore = "!git-ignore"
[color]
ui = auto
[branch]
sort = -committerdate