Make all the install files executable

This commit is contained in:
David Heinemeier Hansson 2025-08-25 07:37:34 +02:00
parent 661eed2640
commit e565768bed
41 changed files with 5 additions and 0 deletions

0
install/apps/mimetypes.sh Normal file → Executable file
View File

0
install/apps/tuis.sh Normal file → Executable file
View File

0
install/apps/webapps.sh Normal file → Executable file
View File

0
install/apps/xtras.sh Normal file → Executable file
View File

0
install/config/branding.sh Normal file → Executable file
View File

0
install/config/config.sh Normal file → Executable file
View File

0
install/config/fix-fkeys.sh Normal file → Executable file
View File

0
install/config/git.sh Normal file → Executable file
View File

0
install/config/gpg.sh Normal file → Executable file
View File

0
install/config/increase-lockout-limit.sh Normal file → Executable file
View File

0
install/config/increase-sudo-tries.sh Normal file → Executable file
View File

0
install/config/network.sh Normal file → Executable file
View File

0
install/config/nvidia.sh Normal file → Executable file
View File

0
install/config/ssh-flakiness.sh Normal file → Executable file
View File

0
install/config/timezones.sh Normal file → Executable file
View File

0
install/config/xcompose.sh Normal file → Executable file
View File

0
install/desktop/asdcontrol.sh Normal file → Executable file
View File

0
install/desktop/bluetooth.sh Normal file → Executable file
View File

0
install/desktop/desktop.sh Normal file → Executable file
View File

0
install/desktop/fonts.sh Normal file → Executable file
View File

0
install/desktop/hyprlandia.sh Normal file → Executable file
View File

0
install/desktop/printer.sh Normal file → Executable file
View File

0
install/desktop/theme.sh Normal file → Executable file
View File

0
install/development/development.sh Normal file → Executable file
View File

0
install/development/docker.sh Normal file → Executable file
View File

0
install/development/nvim.sh Normal file → Executable file
View File

0
install/development/ruby.sh Normal file → Executable file
View File

0
install/development/terminal.sh Normal file → Executable file
View File

0
install/first-run/battery-monitor.sh Normal file → Executable file
View File

0
install/first-run/firewall.sh Normal file → Executable file
View File

0
install/login/alt-bootloaders.sh Normal file → Executable file
View File

0
install/login/limine-snapper.sh Normal file → Executable file
View File

0
install/login/plymouth.sh Normal file → Executable file
View File

0
install/preflight/chroot.sh Normal file → Executable file
View File

View File

@ -0,0 +1,5 @@
#!/bin/bash
# Set first-run mode marker so we can install stuff post-installation
mkdir -p ~/.local/state/omarchy
touch ~/.local/state/omarchy/first-run.mode

0
install/preflight/guard.sh Normal file → Executable file
View File

0
install/preflight/migrations.sh Normal file → Executable file
View File

0
install/preflight/mirrorlist.sh Normal file → Executable file
View File

0
install/preflight/repositories.sh Normal file → Executable file
View File

0
install/preflight/show-env.sh Normal file → Executable file
View File

0
install/preflight/trap-errors.sh Normal file → Executable file
View File