Compare commits

...

3 commits

11 changed files with 19 additions and 44 deletions

View file

@ -1,8 +1,12 @@
if ! "$REMOTE"
set --erase SSH_AGENT_PID
# if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/yubikey-agent.sock"
if ! pgrep yubikey-agent >/dev/null
nohup yubikey-agent -l "$SSH_AUTH_SOCK" 2>/dev/null &
end
# Start if not started
gpg-agent --daemon 2>/dev/null
export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
# gpg-agent --daemon 2>/dev/null
# export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
# fi
end

View file

@ -1,5 +1,8 @@
theme = "autumn_night"
[editor]
auto-pairs = false
[editor.lsp]
display-messages = true

3
.config/sv/yubikey-agent/run Executable file
View file

@ -0,0 +1,3 @@
#!/bin/sh
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/yubikey-agent.sock"
exec yubikey-agent -l "$SSH_AUTH_SOCK"

View file

@ -1,7 +0,0 @@
[Desktop Entry]
Type=Application
Version=1.0
Name=Lunar: Editor backend
Exec=abrir editor sutty/lunar-backend
Categories=System;Monitor;ConsoleOnly;
Keywords=system;process;task

View file

@ -1,7 +0,0 @@
[Desktop Entry]
Type=Application
Version=1.0
Name=Lunar: Editor frontend app
Exec=abrir editor sutty/lunar
Categories=System;Monitor;ConsoleOnly;
Keywords=system;process;task

View file

@ -1,7 +0,0 @@
[Desktop Entry]
Type=Application
Version=1.0
Name=Lunar: SSH producción panel
Exec=footclient ssh root@panel.lunarcomunidad.com
Categories=System;Monitor;ConsoleOnly;
Keywords=system;process;task

View file

@ -1,7 +0,0 @@
[Desktop Entry]
Type=Application
Version=1.0
Name=Lunar: Terminal `make android-dev` frontend app
Exec=abrir terminal lunar 'make android-dev'
Categories=System;Monitor;ConsoleOnly;
Keywords=system;process;task

View file

@ -1,7 +0,0 @@
[Desktop Entry]
Type=Application
Version=1.0
Name=Lunar: Terminal frontend app
Exec=abrir terminal lunar
Categories=System;Monitor;ConsoleOnly;
Keywords=system;process;task

View file

@ -0,0 +1,6 @@
[Desktop Entry]
Name=Start Runit
Comment=Inicia runit y corre servicios
Exec=runsvdir /home/diablo/.local/share/service .............
Terminal=false
Type=Application

View file

@ -1,7 +0,0 @@
[Desktop Entry]
Type=Application
Version=1.0
Name=Terminal @ sutty.vm
Exec=footclient ssh nulo@sutty.vm
Categories=System;Monitor;ConsoleOnly;
Keywords=system;process;task

View file

@ -0,0 +1 @@
/home/diablo/.config/sv/yubikey-agent