mirror of
https://codeberg.org/Mo8it/dotfiles.git
synced 2024-12-04 23:40:32 +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_branch\
|
||||||
$git_commit\
|
$git_commit\
|
||||||
$git_state\
|
$git_state\
|
||||||
$git_metrics\
|
|
||||||
$git_status\
|
$git_status\
|
||||||
$cmd_duration\
|
$cmd_duration\
|
||||||
$line_break\
|
$line_break\
|
||||||
|
@ -14,6 +13,3 @@ $character"""
|
||||||
[status]
|
[status]
|
||||||
format = "[$status]($style)"
|
format = "[$status]($style)"
|
||||||
disabled = false
|
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 {
|
tab name="hx" split_direction="vertical" focus=true {
|
||||||
pane {
|
pane size="70%" {
|
||||||
focus true
|
focus true
|
||||||
command "fish"
|
command "fish"
|
||||||
args "-C" "hx src/main.rs"
|
args "-C" "hx src/main.rs"
|
||||||
|
@ -29,12 +29,8 @@ layout {
|
||||||
tab name="bg" split_direction="vertical"{
|
tab name="bg" split_direction="vertical"{
|
||||||
pane {
|
pane {
|
||||||
command "podman"
|
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"
|
cwd "/home/mo8it/code/oxitraffic"
|
||||||
|
|
||||||
tab name="hx" split_direction="vertical" focus=true {
|
tab name="hx" split_direction="vertical" focus=true {
|
||||||
pane {
|
pane size="70%" {
|
||||||
focus true
|
focus true
|
||||||
command "fish"
|
command "fish"
|
||||||
args "-C" "hx src/main.rs"
|
args "-C" "hx src/main.rs"
|
||||||
|
|
Loading…
Reference in a new issue