Compare commits

..

No commits in common. "c91aecec866bea305003b05efdf38b513f35819f" and "8b3915eb772ff59f1c705055a47ef65a35a158e4" have entirely different histories.

7 changed files with 0 additions and 57 deletions

View file

@ -1,19 +0,0 @@
#!/bin/sh -e
vm() {
doas rc-service libvirtd start
sleep 2
doas virsh -c qemu:///system start --domain alpine-sutty || true
sshfs nulo@sutty.vm: sutty
}
if test "$(ls ~/sutty | wc -l)" = 0; then
vm
fi
if test "$1" = editor; then
footclient --working-directory="$HOME/$2" vis
fi
if test "$1" = terminal; then
footclient env TERM=xterm-256color ssh -t nulo@sutty.vm "cd '$2'; $3; $SHELL -l"
fi

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

3
.zshrc
View file

@ -40,7 +40,6 @@ alias r="trash -r"
alias a='nohup nemo "$(pwd)" >/dev/null &' alias a='nohup nemo "$(pwd)" >/dev/null &'
alias g='git'
alias gcp='git commit -p' alias gcp='git commit -p'
alias gc='git commit' alias gc='git commit'
alias gs='git status' alias gs='git status'
@ -50,9 +49,7 @@ alias gp='git push'
alias gpo='git push origin' # Para tags: git push origin 1.0.2 / gpo 1.0.2 alias gpo='git push origin' # Para tags: git push origin 1.0.2 / gpo 1.0.2
alias gitdf='git --git-dir=$HOME/.config/dotfiles/ --work-tree=$HOME' alias gitdf='git --git-dir=$HOME/.config/dotfiles/ --work-tree=$HOME'
alias gd='gitdf'
alias gdcp='gitdf commit -p' alias gdcp='gitdf commit -p'
alias gda='gitdf add'
alias gds='gitdf status' alias gds='gitdf status'
alias gdp='gitdf push' alias gdp='gitdf push'