mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-02 23:33:05 +00:00
Add typst command
This commit is contained in:
parent
8b8a0ad6b6
commit
c54acf7a75
1 changed files with 4 additions and 2 deletions
|
@ -25,10 +25,12 @@ if status is-interactive
|
|||
abbr -ag rsync "$rsync"
|
||||
|
||||
## Podman
|
||||
abbr -ag sage "podman run --pull newer -it --rm docker.io/sagemath/sagemath:latest"
|
||||
abbr -ag sage "podman run -it --rm --pull newer --name sage docker.io/sagemath/sagemath:latest"
|
||||
|
||||
abbr -ag typst "podman run -it --rm --pull newer --name typst -v (pwd):/volumes/src:Z ghcr.io/typst/typst:latest typst w /volumes/src/src.typ /volumes/src/output.pdf"
|
||||
|
||||
set -l fedora_image registry.fedoraproject.org/fedora:(rpm -E %fedora)
|
||||
abbr -ag fedora "podman run --pull newer -it --rm $fedora_image"
|
||||
abbr -ag fedora "podman run -it --rm --pull newer --name fedora $fedora_image"
|
||||
|
||||
abbr -ag pps "podman ps --format '{{.Names}}'"
|
||||
|
||||
|
|
Loading…
Reference in a new issue