Compare commits
No commits in common. "daa02a785061ce26e11422848583643d0e269aaa" and "cd42f1160007c2430ce30566607c7dc6e5eb4ceb" have entirely different histories.
daa02a7850
...
cd42f11600
11 changed files with 44 additions and 19 deletions
|
@ -1,12 +1,8 @@
|
|||
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,8 +1,5 @@
|
|||
theme = "autumn_night"
|
||||
|
||||
[editor]
|
||||
auto-pairs = false
|
||||
|
||||
[editor.lsp]
|
||||
display-messages = true
|
||||
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/sh
|
||||
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/yubikey-agent.sock"
|
||||
exec yubikey-agent -l "$SSH_AUTH_SOCK"
|
7
.local/share/applications/lunar-editor-backend.desktop
Normal file
7
.local/share/applications/lunar-editor-backend.desktop
Normal file
|
@ -0,0 +1,7 @@
|
|||
[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
|
7
.local/share/applications/lunar-editor-frontend.desktop
Normal file
7
.local/share/applications/lunar-editor-frontend.desktop
Normal file
|
@ -0,0 +1,7 @@
|
|||
[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
|
7
.local/share/applications/lunar-ssh.desktop
Normal file
7
.local/share/applications/lunar-ssh.desktop
Normal file
|
@ -0,0 +1,7 @@
|
|||
[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
|
|
@ -0,0 +1,7 @@
|
|||
[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
|
|
@ -0,0 +1,7 @@
|
|||
[Desktop Entry]
|
||||
Type=Application
|
||||
Version=1.0
|
||||
Name=Lunar: Terminal frontend app
|
||||
Exec=abrir terminal lunar
|
||||
Categories=System;Monitor;ConsoleOnly;
|
||||
Keywords=system;process;task
|
|
@ -1,6 +0,0 @@
|
|||
[Desktop Entry]
|
||||
Name=Start Runit
|
||||
Comment=Inicia runit y corre servicios
|
||||
Exec=runsvdir /home/diablo/.local/share/service .............
|
||||
Terminal=false
|
||||
Type=Application
|
7
.local/share/applications/sutty-vm.desktop
Normal file
7
.local/share/applications/sutty-vm.desktop
Normal file
|
@ -0,0 +1,7 @@
|
|||
[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 +0,0 @@
|
|||
/home/diablo/.config/sv/yubikey-agent
|
Loading…
Reference in a new issue