Cleanup and add passgen

This commit is contained in:
Tobias Reisinger 2021-01-14 11:53:14 +01:00
parent ed36b0727e
commit 88f956ac82
6 changed files with 4 additions and 37 deletions

0
.cache/.gitkeep Normal file
View file

View file

@ -1,35 +0,0 @@
env:
STICKY_NOTE: yes
window:
dimensions:
columns: 15
lines: 5
padding:
x: 20
y: 20
class:
instance: sticky-note
general: sticky-note
shell:
program: /bin/zsh
scrolling:
history: 0
font:
normal:
family: Permanent Marker
size: 32
colors:
primary:
background: '#ffff88'
foreground: '#222222'
cursor:
text: '#ffff88'
cursor: '#ffff88'
selection:
text: '#ffff88'
background: '#ffff88'

View file

@ -37,8 +37,6 @@ alias rm='rm -I --one-file-system -v'
alias sudo='sudo '
alias xkcdpass='xkcdpass --numwords=13 --delimiter=_ --case=capitalize'
### conditionals
[ -x "$(command -v bat)" ] && alias cat='bat -pp'

3
.local/bin/passgen Executable file
View file

@ -0,0 +1,3 @@
#!/usr/bin/env sh
xkcdpass --numwords=13 --delimiter=_ --case=capitalize

View file

@ -51,6 +51,7 @@ _autostart_on_launch()
alacritty --class "mail" --command sh -c "neomutt" &
sleep 1
element-desktop &
signal-desktop &
mopidy &
}