Add tridactylrc
parent
715954f727
commit
37f4113ba1
|
@ -2,7 +2,7 @@
|
|||
|
||||
TEMPDIR=$(mktemp -d)
|
||||
|
||||
git clone $1 $TEMPDIR
|
||||
git clone --depth=1 $1 $TEMPDIR
|
||||
|
||||
cd $TEMPDIR
|
||||
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
tridactylrc.local
|
|
@ -1 +1,5 @@
|
|||
" Trydactyl (Firefox VIM addon) config file
|
||||
|
||||
set theme dark
|
||||
|
||||
source ~/.config/tridactyl/tridactylrc.local
|
||||
|
|
Loading…
Reference in New Issue