1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-09 19:11:15 +02:00

bin structure and vifm preview

This commit is contained in:
TiynGER
2020-03-31 20:32:16 +02:00
parent 8b44f92d83
commit 8c0490c981
27 changed files with 316 additions and 59 deletions

5
.local/bin/etc/sshmenu Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
ssh_host=$(cat ~/.ssh/config | grep "Host " | sed "s/Host\ //g" | dmenu)
[[ -z ssh_host ]] || st -e ssh -t $ssh_host