dev: automated commit - 2025-07-08 13:45:31

This commit is contained in:
Mariano Z. 2025-07-08 13:45:31 -03:00
parent 72582c5246
commit dba594e54e
6 changed files with 4 additions and 8 deletions

View file

@ -5,7 +5,7 @@ Terminal=false
Name=DBeaver
GenericName=SQL Database 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
WM_CLASS=DBeaver
StartupWMClass=DBeaver

View file

@ -11,7 +11,7 @@
preloadindex = true
[include]
path = ~/.config/git/gitalias.txt
path = ~/.config/git/gitalias.ini
[includeIf "gitdir:~/Sync/"]
path = ~/Sync/Obsidian/.gitconfig

View file

@ -10,7 +10,7 @@
o = checkout
p = pull
r = restore
cleanout = restore
cleanout = "!git restore --staged . && git restore ."
rs = restore --staged
s = status
ush = push

View file

@ -4,7 +4,7 @@ nodejs = "16.14.0"
golang = "1.23.0"
flyctl = "0.1.64"
sops = "3.6.1"
java = "openjdk-17"
java = "21"
node = "20"
dotnet-core = "8.0.401"
bun = "1.2.4"

View file

@ -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.