Add qutebrowser-kiosk rule, vim-swap plugin; Remove a2jmidi; Improve passgen
This commit is contained in:
parent
ef2fcaa544
commit
b44c41f339
4 changed files with 7 additions and 4 deletions
.local/bin
|
@ -1,3 +1,7 @@
|
|||
#!/usr/bin/env sh
|
||||
|
||||
xkcdpass --numwords=13 --delimiter=_ --case=capitalize
|
||||
xkcdpass_res=$(xkcdpass --numwords=13 --delimiter=_ --case=capitalize)
|
||||
|
||||
shuf_res=$(shuf -i 100000-999999 -n1)
|
||||
|
||||
echo ${xkcdpass_res}_${shuf_res}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue