diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2025-02-24 19:35:41 -0500 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2025-02-24 19:35:41 -0500 |
commit | ba2e2d7b10223deaf2d0bdd3cda2073f7aba2fbf (patch) | |
tree | c5e6d8569029179386611075798a21169158d9b3 | |
parent | f1bc773106aae04b7f622e72cbfd1650c24b1ed7 (diff) |
Added dockerg alias for GUI docker runs
Added LaTeX packages
-rw-r--r-- | home-config/bashrc | 2 | ||||
-rw-r--r-- | home-config/home-configuration.scm | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/home-config/bashrc b/home-config/bashrc index 05b0c3f..a3e1dc9 100644 --- a/home-config/bashrc +++ b/home-config/bashrc | |||
@@ -44,6 +44,8 @@ alias gc='git -C ~/.config/guix add . && git -C ~/.config/guix commit && git -C | |||
44 | alias cg='git -C ~/.config/guix pull' | 44 | alias cg='git -C ~/.config/guix pull' |
45 | alias cgh='git -C ~/.config/guix pull stationeryh main' | 45 | alias cgh='git -C ~/.config/guix pull stationeryh main' |
46 | 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 -" | 46 | 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 -" |
47 | alias dockerg="docker run -e DISPLAY=$DISPLAY -v /tmp/.X11-unix:/tmp/.X11-unix" | ||
48 | |||
47 | export XDG_DATA_DIRS=$XDG_DATA_DIRS:/var/lib/flatpak/exports/share:/home/ryan/.local/share/flatpak/exports/share | 49 | export XDG_DATA_DIRS=$XDG_DATA_DIRS:/var/lib/flatpak/exports/share:/home/ryan/.local/share/flatpak/exports/share |
48 | 50 | ||
49 | # GPG SETUP FOR SSH | 51 | # GPG SETUP FOR SSH |
diff --git a/home-config/home-configuration.scm b/home-config/home-configuration.scm index 982ecc0..8da1a78 100644 --- a/home-config/home-configuration.scm +++ b/home-config/home-configuration.scm | |||
@@ -107,6 +107,8 @@ | |||
107 | "texlive-parskip" | 107 | "texlive-parskip" |
108 | "texlive-etoolbox" | 108 | "texlive-etoolbox" |
109 | "texlive-setspace" | 109 | "texlive-setspace" |
110 | "texlive-booktabs" | ||
111 | "texlive-mdwtools" | ||
110 | "zathura" | 112 | "zathura" |
111 | "zathura-pdf-mupdf" | 113 | "zathura-pdf-mupdf" |
112 | "go" | 114 | "go" |