major update: added screenshots, first-run and a mango configurator.
This commit is contained in:
Executable
+15
@@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
CONFDIR="/home/$(whoami)/.config/mango"
|
||||
echo "confdir is $CONFDIR"
|
||||
|
||||
app=micro
|
||||
|
||||
selected=$(ls -1 $CONFDIR | fzf --layout=reverse --preview="bat $CONFDIR/{}")
|
||||
|
||||
echo "selected is $selected"
|
||||
|
||||
$app $CONFDIR/$selected
|
||||
|
||||
echo "opened $CONFDIR/$selected in $app"
|
||||
|
||||
Reference in New Issue
Block a user