General update before laptop update
This commit is contained in:
@ -190,4 +190,4 @@
|
||||
|
||||
:config
|
||||
;;literate
|
||||
(default +bindings +smartparens))
|
||||
(default +bindings +smartparens)) ; +smartparens
|
||||
|
@ -19,6 +19,7 @@
|
||||
|
||||
% Fonts
|
||||
\RequirePackage{beton} % Concrete text font, good with AMS Euler (sehr gut)
|
||||
\DeclareFontSeriesDefault[rm]{bf}{sbc} % Concrete fonts have no bold variant
|
||||
\RequirePackage{eulerpx} % Mischung aus euler und newpxmath (sehr gut)
|
||||
\let\openbox\relax
|
||||
\RequirePackage[no-math]{fontspec}
|
||||
|
@ -53,3 +53,17 @@ qemu-system-<arch> -cpu help
|
||||
% discord, flatpak, rich-presence
|
||||
# Enable rich presence for flatpak Discord
|
||||
ln -sf $XDG_RUNTIME_DIR/{app/com.discordapp.Discord,}/discord-ipc-0
|
||||
|
||||
% find
|
||||
# Find files under a certain size in the current directory
|
||||
find . -type f -name "<glob>" -size -<size>
|
||||
|
||||
% objdump, disassemble
|
||||
# Disassemble an object file
|
||||
objdump -d -S -M intel "<file>" | bat -l nasm
|
||||
$ file: exa -1
|
||||
|
||||
% pdftocairo, pdf, svg
|
||||
# Extract svg figure from pdf page
|
||||
pdftocairo -f <page> -l <page> -svg "<input>" "<output>"
|
||||
$ input: exa -1
|
||||
|
Reference in New Issue
Block a user