mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-02 23:33:05 +00:00
Rename file
This commit is contained in:
parent
599ab26f29
commit
125b078497
1 changed files with 3 additions and 7 deletions
|
@ -6,10 +6,10 @@ layout {
|
|||
}
|
||||
}
|
||||
|
||||
cwd "/home/mo8it/code/info_monitor"
|
||||
cwd "/home/mo8it/code/info-monitor"
|
||||
|
||||
tab name="hx" split_direction="vertical" focus=true {
|
||||
pane {
|
||||
pane size="70%" {
|
||||
focus true
|
||||
command "fish"
|
||||
args "-C" "hx src/main.rs"
|
||||
|
@ -29,12 +29,8 @@ layout {
|
|||
tab name="bg" split_direction="vertical"{
|
||||
pane {
|
||||
command "podman"
|
||||
args "run" "-it" "--rm" "-p" "5432:5432" "-v" "/home/mo8it/.tmp/info_monitor_db:/var/lib/postgresql/data:Z" "--env-file" ".env" "docker.io/library/postgres:15"
|
||||
args "run" "-it" "--name" "info-monitor-pg" "--tz" "Europe/Berlin" "-e" "TZ=Europe/Berlin" "-e" "PGTZ=Europe/Berlin" "--rm" "-p" "5432:5432" "-v" "/home/mo8it/.tmp/info-monitor-db:/var/lib/postgresql/data:Z" "--env-file" ".env" "docker.io/library/postgres:16"
|
||||
}
|
||||
pane {
|
||||
command "npx"
|
||||
args "tailwindcss" "-mw" "-i" "input.css" "-o" "static/main.css"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in a new issue