mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-04 23:40:32 +00:00
Compare commits
3 commits
29fe5b500e
...
c54acf7a75
Author | SHA1 | Date | |
---|---|---|---|
c54acf7a75 | |||
8b8a0ad6b6 | |||
1005c4c782 |
3 changed files with 7 additions and 6 deletions
|
@ -1,9 +1,8 @@
|
||||||
[target.x86_64-unknown-linux-gnu]
|
[target.x86_64-unknown-linux-gnu]
|
||||||
linker = "clang"
|
linker = "clang"
|
||||||
rustflags = ["-C", "link-arg=-fuse-ld=/usr/bin/mold"]
|
|
||||||
|
|
||||||
[build]
|
|
||||||
rustflags = [
|
rustflags = [
|
||||||
|
"-C",
|
||||||
|
"link-arg=-fuse-ld=/usr/bin/mold",
|
||||||
"-C",
|
"-C",
|
||||||
"target-cpu=native",
|
"target-cpu=native",
|
||||||
]
|
]
|
||||||
|
|
|
@ -25,10 +25,12 @@ if status is-interactive
|
||||||
abbr -ag rsync "$rsync"
|
abbr -ag rsync "$rsync"
|
||||||
|
|
||||||
## Podman
|
## 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)
|
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}}'"
|
abbr -ag pps "podman ps --format '{{.Names}}'"
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@ layout {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
cwd "/home/mo8it/code/hosted/oxitraffic"
|
cwd "/home/mo8it/code/oxitraffic"
|
||||||
|
|
||||||
tab name="hx" split_direction="vertical" focus=true {
|
tab name="hx" split_direction="vertical" focus=true {
|
||||||
pane {
|
pane {
|
||||||
|
|
Loading…
Reference in a new issue