From: Armaan Bhojwani Date: Tue, 13 Apr 2021 17:28:36 +0000 (-0400) Subject: Switch to catgirl and abduco X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=commitdiff_plain;h=da4951e74b0c3a8152f6b0411898a64a96d3b27b Switch to catgirl and abduco --- diff --git a/config.org b/config.org index a07edcc..d2f44be 100644 --- a/config.org +++ b/config.org @@ -833,14 +833,12 @@ No more clogging up init.el. **** Programs #+begin_src conf :tangle ~/.spectrwm.conf program[aerc] = alacritty -e aerc - program[weechat] = alacritty --hold -e sh -c "while : ; do ssh -p 23 -t root@armaanb.net tmux attach-session -t weechat; sleep 2; done" - program[catgirl] = alacritty --hold -e sh -c "while : ; do ssh -p 23 -t root@armaanb.net tmux attach-session -t catgirl; sleep 2; done" + program[catgirl] = alacritty --hold -e sh -c "while : ; do ssh -p 23 -t root@armaanb.net tmux abduco -a catgirl; sleep 2; done" program[emacs] = emacsclient -c program[emacs-anywhere] = emacsclient --eval "(emacs-everywhere)" program[firefox] = firefox bind[aerc] = MOD+Control+1 - # bind[weechat] = MOD+Control+2 bind[catgirl] = MOD+Control+2 bind[emacs-anywhere] = MOD+Control+3 bind[firefox] = MOD+Control+4 @@ -1024,8 +1022,7 @@ If no command given, =ls=, if in a Git repo, =git status= as well. **** SSH #+begin_src shell :tangle ~/.config/zsh/zshrc alias bhoji-drop='ssh -p 23 root@armaanb.net' - alias weechat='ssh -p 23 -t root@armaanb.net tmux attach-session -t weechat' - alias catgirl='ssh -p 23 -t root@armaanb.net tmux attach-session -t catgirl' + alias catgirl='ssh -p 23 -t root@armaanb.net abduco -a catgirl' alias tcf='ssh root@204.48.23.68' alias ngmun='ssh root@157.245.89.25' alias prox='ssh root@192.168.1.224'