📝 Made note of how to fix inkscape
This commit is contained in:
parent
16b1f05e84
commit
94e222a128
2 changed files with 5 additions and 1 deletions
2
aliases
2
aliases
|
|
@ -273,6 +273,7 @@ alias docker-exec="doas docker exec -it" # use with container ID and bash
|
||||||
# nerdfonts cheat sheet for terminal icons
|
# nerdfonts cheat sheet for terminal icons
|
||||||
alias nfcheatsheet='librewolf https://www.nerdfonts.com/cheat-sheet &'
|
alias nfcheatsheet='librewolf https://www.nerdfonts.com/cheat-sheet &'
|
||||||
alias codeberg="librewolf https://codeberg.org/ &"
|
alias codeberg="librewolf https://codeberg.org/ &"
|
||||||
|
alias mankier="links https://www.mankier.com"
|
||||||
alias sqlsc="links https://sqlservercentral.com"
|
alias sqlsc="links https://sqlservercentral.com"
|
||||||
alias {gp,gopherpedia}="lynx gopher://gopherpedia.com:70"
|
alias {gp,gopherpedia}="lynx gopher://gopherpedia.com:70"
|
||||||
alias gopher="lynx https://gopher.floodgap.com/gopher/gw.lite"
|
alias gopher="lynx https://gopher.floodgap.com/gopher/gw.lite"
|
||||||
|
|
@ -311,7 +312,6 @@ alias breakbad="links http://bbzzzsvqcrqtki6umym6itiixfhni37ybtt7mkbjyxn2pgllzxf
|
||||||
alias comix="links http://nv3x2jozywh63fkohn5mwp2d73vasusjixn3im3ueof52fmbjsigw6ad.onion"
|
alias comix="links http://nv3x2jozywh63fkohn5mwp2d73vasusjixn3im3ueof52fmbjsigw6ad.onion"
|
||||||
|
|
||||||
# Programming Resources
|
# Programming Resources
|
||||||
|
|
||||||
# CS Basics
|
# CS Basics
|
||||||
# KnowledgeGate is a decent introduction to the basics of CS (mostly in Hindi though...)
|
# KnowledgeGate is a decent introduction to the basics of CS (mostly in Hindi though...)
|
||||||
alias knowledgegate="librewolf https://www.youtube.com/c/KNOWLEDGEGATE_kg &"
|
alias knowledgegate="librewolf https://www.youtube.com/c/KNOWLEDGEGATE_kg &"
|
||||||
|
|
|
||||||
|
|
@ -38,3 +38,7 @@ archlinux-java status
|
||||||
doas archlinux-java set zulu-11
|
doas archlinux-java set zulu-11
|
||||||
|
|
||||||
And go ahead and open it up to test
|
And go ahead and open it up to test
|
||||||
|
|
||||||
|
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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue