1
0
Fork 0
mirror of https://codeberg.org/Mo8it/dotfiles.git synced 2024-12-02 23:33:05 +00:00

Compare commits

...

3 commits

Author SHA1 Message Date
451f3db18a Set default editor size 2024-02-10 12:46:02 +01:00
125b078497 Rename file 2024-02-10 12:45:43 +01:00
599ab26f29 Disable git metrics 2024-02-10 12:45:27 +01:00
3 changed files with 4 additions and 12 deletions

View file

@ -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

View file

@ -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"
}
}
}

View file

@ -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"