Skip to content

Commit

Permalink
fixed issues, updated foot config
Browse files Browse the repository at this point in the history
  • Loading branch information
gerblesh committed Jul 23, 2023
1 parent 85a776b commit b70d01c
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 79 deletions.
3 changes: 3 additions & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,8 @@ jq '.transports.docker."$IMAGE_REGISTRY" += [{
cp /usr/etc/containers/registries.d/ublue-os.yaml /usr/etc/containers/registries.d/cosign.yaml
sed -i "s ghcr.io/ublue-os $IMAGE_REGISTRY g" /usr/etc/containers/registries.d/cosign.yaml

cat /usr/etc/containers/registries.d/cosign.yaml
cat /usr/etc/containers/policy.json

# Run "post" scripts.
run_scripts "post"
74 changes: 0 additions & 74 deletions usr/etc/containers/policy.json

This file was deleted.

3 changes: 0 additions & 3 deletions usr/etc/containers/registries.d/cosign.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions usr/etc/homedir/.config/foot/foot.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

shell=/bin/fish
#(if set, otherwise user's default shell from /etc/passwd)
term=kitty
#term=foot
#(or xterm-256color if built with -Dterminfo=disabled)
# login-shell=no

Expand All @@ -22,7 +22,7 @@ font=OverpassMono Nerd Font Mono:size=8
# underline-offset=<font metrics>
# underline-thickness=<font underline thickness>
# box-drawings-uses-font-glyphs=no
# dpi-aware=auto
dpi-aware=true

# initial-window-size-pixels=700x500 # Or,
# initial-window-size-chars=<COLSxROWS>
Expand Down

0 comments on commit b70d01c

Please sign in to comment.