Compare commits
3 commits
cd42f11600
...
daa02a7850
Author | SHA1 | Date | |
---|---|---|---|
daa02a7850 | |||
781a30673a | |||
a38db941b2 |
11 changed files with 19 additions and 44 deletions
|
@ -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
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
theme = "autumn_night"
|
||||
|
||||
[editor]
|
||||
auto-pairs = false
|
||||
|
||||
[editor.lsp]
|
||||
display-messages = true
|
||||
|
||||
|
|
3
.config/sv/yubikey-agent/run
Executable file
3
.config/sv/yubikey-agent/run
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/yubikey-agent.sock"
|
||||
exec yubikey-agent -l "$SSH_AUTH_SOCK"
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
|
@ -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
|
6
.local/share/applications/runit.desktop
Normal file
6
.local/share/applications/runit.desktop
Normal 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
|
|
@ -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
|
1
.local/share/service/yubikey-agent
Symbolic link
1
.local/share/service/yubikey-agent
Symbolic link
|
@ -0,0 +1 @@
|
|||
/home/diablo/.config/sv/yubikey-agent
|
Loading…
Reference in a new issue