Personal dotfiles. Install via curl -Lks https://bit.ly/2Jlynh5 | /bin/bash -x
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add a fuzzel script for SSH hosts

james7132 8d58a011 a95b4060

+13
+6
.local/bin/fuzzel-ssh
··· 1 + #!/bin/bash 2 + 3 + set -e 4 + 5 + SELECTION=$(cat $HOME/.ssh/config | grep '^Host' | sed 's/Host //' | fuzzel --dmenu) 6 + foot -e /usr/bin/ssh $SELECTION
+7
.local/share/applications/userapp-fuzzel-ssh.desktop
··· 1 + [Desktop Entry] 2 + Encoding=UTF-8 3 + Version=1.0 4 + Type=Application 5 + Exec=fuzzel-ssh 6 + Name=SSH 7 + Comment=SSH to known hosts