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

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'