mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-02 23:33:05 +00:00
Compare commits
3 commits
c54acf7a75
...
451f3db18a
Author | SHA1 | Date | |
---|---|---|---|
451f3db18a | |||
125b078497 | |||
599ab26f29 |
3 changed files with 4 additions and 12 deletions
|
@ -3,7 +3,6 @@ $directory\
|
|||
$git_branch\
|
||||
$git_commit\
|
||||
$git_state\
|
||||
$git_metrics\
|
||||
$git_status\
|
||||
$cmd_duration\
|
||||
$line_break\
|
||||
|
@ -14,6 +13,3 @@ $character"""
|
|||
[status]
|
||||
format = "[$status]($style)"
|
||||
disabled = false
|
||||
|
||||
[git_metrics]
|
||||
disabled = false
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -9,7 +9,7 @@ layout {
|
|||
cwd "/home/mo8it/code/oxitraffic"
|
||||
|
||||
tab name="hx" split_direction="vertical" focus=true {
|
||||
pane {
|
||||
pane size="70%" {
|
||||
focus true
|
||||
command "fish"
|
||||
args "-C" "hx src/main.rs"
|
||||
|
|
Loading…
Reference in a new issue