mirror of
https://git.in.rschanz.org/ryan77627/guix-config.git
synced 2025-02-26 13:49:47 -05:00
Added dockerg alias for GUI docker runs
Added LaTeX packages
This commit is contained in:
parent
f1bc773106
commit
ba2e2d7b10
2 changed files with 4 additions and 0 deletions
|
@ -44,6 +44,8 @@ alias gc='git -C ~/.config/guix add . && git -C ~/.config/guix commit && git -C
|
||||||
alias cg='git -C ~/.config/guix pull'
|
alias cg='git -C ~/.config/guix pull'
|
||||||
alias cgh='git -C ~/.config/guix pull stationeryh main'
|
alias cgh='git -C ~/.config/guix pull stationeryh main'
|
||||||
alias gencs="awk 'BEGIN {print \"# Crib Sheet\"} /<!-- START CS -->/,/<!-- END CS -->/ {if (! /<!-- START CS -->/ && ! /<!-- END CS -->/) print; if (/<!-- END CS -->/) print \"\"}' notes.mkd | pandoc -f gfm -t pdf | zathura -"
|
alias gencs="awk 'BEGIN {print \"# Crib Sheet\"} /<!-- START CS -->/,/<!-- END CS -->/ {if (! /<!-- START CS -->/ && ! /<!-- END CS -->/) print; if (/<!-- END CS -->/) print \"\"}' notes.mkd | pandoc -f gfm -t pdf | zathura -"
|
||||||
|
alias dockerg="docker run -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix"
|
||||||
|
|
||||||
export XDG_DATA_DIRS=$XDG_DATA_DIRS:/var/lib/flatpak/exports/share:/home/ryan/.local/share/flatpak/exports/share
|
export XDG_DATA_DIRS=$XDG_DATA_DIRS:/var/lib/flatpak/exports/share:/home/ryan/.local/share/flatpak/exports/share
|
||||||
|
|
||||||
# GPG SETUP FOR SSH
|
# GPG SETUP FOR SSH
|
||||||
|
|
|
@ -107,6 +107,8 @@
|
||||||
"texlive-parskip"
|
"texlive-parskip"
|
||||||
"texlive-etoolbox"
|
"texlive-etoolbox"
|
||||||
"texlive-setspace"
|
"texlive-setspace"
|
||||||
|
"texlive-booktabs"
|
||||||
|
"texlive-mdwtools"
|
||||||
"zathura"
|
"zathura"
|
||||||
"zathura-pdf-mupdf"
|
"zathura-pdf-mupdf"
|
||||||
"go"
|
"go"
|
||||||
|
|
Loading…
Reference in a new issue