Sundry editing.

This commit is contained in:
cyteen 2024-05-12 07:37:15 +01:00
parent 0b39f3804c
commit 74e6942caf
1 changed files with 47 additions and 44 deletions

View File

@ -60,7 +60,8 @@ arm64)
EXTENSION="Debian12.arm64.deb" EXTENSION="Debian12.arm64.deb"
;; ;;
armhf) armhf)
EXTENSION="Debian12.armhf.deb" EXTENSION="Debian12.armhf.deb"
;;
*) *)
echo "Unable to determine system architecture." echo "Unable to determine system architecture."
exit 1 exit 1
@ -80,7 +81,8 @@ if [ $? -eq 0 ]; then
else else
echo "Checksums do not match. Skipping installation." echo "Checksums do not match. Skipping installation."
fi fi
"Checksums do not match. Skipping installation."# conf_print_${PROJECT}() {
# conf_print_${PROJECT}() {
# cat <<'EOF' # cat <<'EOF'
# name: debian12 # name: debian12
# #
@ -345,48 +347,49 @@ fi
# EOF # EOF
# } # }
# # conf_print_wezterm_deploy # # conf_print_wezterm_deploy
#
# conf_print_wezterm_theme_minimal() { WALLPAPER='${DEST}/Pictures/Wallpapers/1920x1200-Wallpaper-041.jpg'
# cat <<-EOF conf_print_wezterm_theme_minimal() {
# local wezterm = require("wezterm") cat <<-EOF
# return { local wezterm = require("wezterm")
# -- color_scheme = 'termnial.sexy', return {
# color_scheme = "Catppuccin Mocha", -- color_scheme = 'termnial.sexy',
# enable_tab_bar = false, color_scheme = "Catppuccin Mocha",
# font_size = 11.0, enable_tab_bar = false,
# -- macos_window_background_blur = 40, font_size = 11.0,
# macos_window_background_blur = 30, -- macos_window_background_blur = 40,
# macos_window_background_blur = 30,
# -- window_background_image = '/Users/omerhamerman/Downloads/3840x1080-Wallpaper-041.jpg',
# -- window_background_image_hsb = { -- window_background_image = ${WALLPAPER}',
# -- brightness = 0.01, -- window_background_image_hsb = {
# -- hue = 1.0, -- brightness = 0.01,
# -- saturation = 0.5, -- hue = 1.0,
# -- }, -- saturation = 0.5,
# -- window_background_opacity = 0.92, -- },
# window_background_opacity = 1.0, -- window_background_opacity = 0.92,
# -- window_background_opacity = 0.78, window_background_opacity = 1.0,
# -- window_background_opacity = 0.20, -- window_background_opacity = 0.78,
# window_decorations = "RESIZE", -- window_background_opacity = 0.20,
# keys = { window_decorations = "RESIZE",
# { keys = {
# key = "f", {
# mods = "CTRL", key = "f",
# action = wezterm.action.ToggleFullScreen, mods = "CTRL",
# }, action = wezterm.action.ToggleFullScreen,
# }, },
# mouse_bindings = { },
# -- Ctrl-click will open the link under the mouse cursor mouse_bindings = {
# { -- Ctrl-click will open the link under the mouse cursor
# event = { Up = { streak = 1, button = "Left" } }, {
# mods = "CTRL", event = { Up = { streak = 1, button = "Left" } },
# action = wezterm.action.OpenLinkAtMouseCursor, mods = "CTRL",
# }, action = wezterm.action.OpenLinkAtMouseCursor,
# }, },
# } },
# EOF }
# } EOF
# conf_print_wezterm_theme_minimal | tee ${DEST}/.config/wezterm/wezterm.lua }
conf_print_wezterm_theme_minimal | tee ${DEST}/.config/wezterm/wezterm.lua
# An extensive wezterm config, maybe too extensive, using tmux as default. # An extensive wezterm config, maybe too extensive, using tmux as default.
# and a complete set of aditional keymaps to learn. # and a complete set of aditional keymaps to learn.