dev: automated commit - 2025-07-08 13:45:31
This commit is contained in:
parent
72582c5246
commit
dba594e54e
6 changed files with 4 additions and 8 deletions
|
|
@ -5,7 +5,7 @@ Terminal=false
|
||||||
Name=DBeaver
|
Name=DBeaver
|
||||||
GenericName=SQL Database Client
|
GenericName=SQL Database Client
|
||||||
Comment=Universal Database Manager and SQL Client.
|
Comment=Universal Database Manager and SQL Client.
|
||||||
Exec=bash -c "GDK_BACKEND=x11 GTK_THEME=Raleigh /usr/bin/dbeaver"
|
Exec=bash -c "JAVA_HOME=/usr/lib/jvm/default GDK_BACKEND=x11 GTK_THEME=Raleigh /usr/bin/dbeaver"
|
||||||
Categories=IDE;Development
|
Categories=IDE;Development
|
||||||
WM_CLASS=DBeaver
|
WM_CLASS=DBeaver
|
||||||
StartupWMClass=DBeaver
|
StartupWMClass=DBeaver
|
||||||
|
|
|
||||||
|
|
@ -11,7 +11,7 @@
|
||||||
preloadindex = true
|
preloadindex = true
|
||||||
|
|
||||||
[include]
|
[include]
|
||||||
path = ~/.config/git/gitalias.txt
|
path = ~/.config/git/gitalias.ini
|
||||||
|
|
||||||
[includeIf "gitdir:~/Sync/"]
|
[includeIf "gitdir:~/Sync/"]
|
||||||
path = ~/Sync/Obsidian/.gitconfig
|
path = ~/Sync/Obsidian/.gitconfig
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
o = checkout
|
o = checkout
|
||||||
p = pull
|
p = pull
|
||||||
r = restore
|
r = restore
|
||||||
cleanout = restore
|
cleanout = "!git restore --staged . && git restore ."
|
||||||
rs = restore --staged
|
rs = restore --staged
|
||||||
s = status
|
s = status
|
||||||
ush = push
|
ush = push
|
||||||
|
|
@ -4,7 +4,7 @@ nodejs = "16.14.0"
|
||||||
golang = "1.23.0"
|
golang = "1.23.0"
|
||||||
flyctl = "0.1.64"
|
flyctl = "0.1.64"
|
||||||
sops = "3.6.1"
|
sops = "3.6.1"
|
||||||
java = "openjdk-17"
|
java = "21"
|
||||||
node = "20"
|
node = "20"
|
||||||
dotnet-core = "8.0.401"
|
dotnet-core = "8.0.401"
|
||||||
bun = "1.2.4"
|
bun = "1.2.4"
|
||||||
|
|
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
source ~/.config/env
|
|
||||||
|
|
||||||
# If running from tty1 start sway
|
|
||||||
[ "$(tty)" = "/dev/tty1" ] && exec dbus-run-session sway
|
|
||||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue