📝 Updated and added espeak
This commit is contained in:
parent
94e222a128
commit
ffe4693a26
5 changed files with 13 additions and 9 deletions
1
aliases
1
aliases
|
|
@ -216,6 +216,7 @@ alias shchk="shellcheck"
|
||||||
alias psmem="ps auxf | sort -nr -k 4 | head -5"
|
alias psmem="ps auxf | sort -nr -k 4 | head -5"
|
||||||
# get top process eating cpu
|
# get top process eating cpu
|
||||||
alias pscpu="ps auxf | sort -nr -k 3 | head -5"
|
alias pscpu="ps auxf | sort -nr -k 3 | head -5"
|
||||||
|
alias espeak="espeak -v female5"
|
||||||
|
|
||||||
# useful bash commands
|
# useful bash commands
|
||||||
# grep, sed, awk, tr, sort, seq, paste, uniq
|
# grep, sed, awk, tr, sort, seq, paste, uniq
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -69,7 +69,7 @@ humanize 3.1.0
|
||||||
hyperframe 5.2.0
|
hyperframe 5.2.0
|
||||||
idna 2.10
|
idna 2.10
|
||||||
imagesize 1.3.0
|
imagesize 1.3.0
|
||||||
importlib-metadata 4.8.2
|
importlib-metadata 4.8.3
|
||||||
importlib-resources 5.9.0
|
importlib-resources 5.9.0
|
||||||
inflect 6.0.0
|
inflect 6.0.0
|
||||||
injector 0.19.0
|
injector 0.19.0
|
||||||
|
|
@ -82,8 +82,8 @@ jeepney 0.8.0
|
||||||
Jinja2 3.1.2
|
Jinja2 3.1.2
|
||||||
josepy 1.13.0
|
josepy 1.13.0
|
||||||
jsonpointer 2.3
|
jsonpointer 2.3
|
||||||
jsonschema 4.14.0
|
jsonschema 4.15.0
|
||||||
keyring 23.4.0
|
keyring 23.9.0
|
||||||
kitchen 1.2.6
|
kitchen 1.2.6
|
||||||
kiwisolver 1.4.4
|
kiwisolver 1.4.4
|
||||||
lensfun 0.3.3
|
lensfun 0.3.3
|
||||||
|
|
@ -93,7 +93,6 @@ libvirt-python 8.7.0
|
||||||
lit 14.0.6.dev0
|
lit 14.0.6.dev0
|
||||||
litecli 1.8.0
|
litecli 1.8.0
|
||||||
log-symbols 0.0.14
|
log-symbols 0.0.14
|
||||||
louis 3.22.0
|
|
||||||
lxml 4.9.1
|
lxml 4.9.1
|
||||||
Mako 1.2.2
|
Mako 1.2.2
|
||||||
mallard-ducktype 1.0.2
|
mallard-ducktype 1.0.2
|
||||||
|
|
@ -215,7 +214,7 @@ tldr 3.1.0
|
||||||
toml 0.10.2
|
toml 0.10.2
|
||||||
tomli 2.0.1
|
tomli 2.0.1
|
||||||
torch 1.12.1
|
torch 1.12.1
|
||||||
tqdm 4.64.0
|
tqdm 4.64.1
|
||||||
trove-classifiers 2022.8.31
|
trove-classifiers 2022.8.31
|
||||||
tuir 1.29.0
|
tuir 1.29.0
|
||||||
typer 0.3.2
|
typer 0.3.2
|
||||||
|
|
@ -230,8 +229,8 @@ vrms-arch 1.0
|
||||||
wcwidth 0.2.5
|
wcwidth 0.2.5
|
||||||
webcolors 1.12
|
webcolors 1.12
|
||||||
webencodings 0.5.1
|
webencodings 0.5.1
|
||||||
websocket-client 1.4.0
|
websocket-client 1.4.1
|
||||||
Werkzeug 2.2.1
|
Werkzeug 2.2.2
|
||||||
wheel 0.37.1
|
wheel 0.37.1
|
||||||
wik 1.1.0
|
wik 1.1.0
|
||||||
xmltodict 0.12.0
|
xmltodict 0.12.0
|
||||||
|
|
|
||||||
|
|
@ -42,3 +42,7 @@ And go ahead and open it up to test
|
||||||
Fixed inkscape (uncomment ignored packages (inkscape and popplers) from /etc/pacman.conf)
|
Fixed inkscape (uncomment ignored packages (inkscape and popplers) from /etc/pacman.conf)
|
||||||
|
|
||||||
doas ln /usr/lib/inkscape/libinkscape_base.so /usr/lib/libinkscape_base.so
|
doas ln /usr/lib/inkscape/libinkscape_base.so /usr/lib/libinkscape_base.so
|
||||||
|
|
||||||
|
Install espeak
|
||||||
|
|
||||||
|
paru espeak
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue