mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
16460b5203 | ||
|
|
80767e8686 | ||
|
|
e260d28f43 | ||
|
|
8af2d3257f |
@@ -3,7 +3,7 @@
|
|||||||
options=("MySQL" "PostgreSQL" "Redis" "MongoDB" "MariaDB")
|
options=("MySQL" "PostgreSQL" "Redis" "MongoDB" "MariaDB")
|
||||||
|
|
||||||
if [[ "$#" -eq 0 ]]; then
|
if [[ "$#" -eq 0 ]]; then
|
||||||
choices=$(printf "%s\n" "${options[@]}" | gum choose --no-limit --header "Select databases (space to select, return to install, esc to cancel)") || main_menu
|
choices=$(printf "%s\n" "${options[@]}" | gum choose --header "Select databases (space to select, return to install, esc to cancel)") || main_menu
|
||||||
else
|
else
|
||||||
choices="$@"
|
choices="$@"
|
||||||
fi
|
fi
|
||||||
|
|||||||
@@ -285,7 +285,7 @@ show_install_font_menu() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
show_install_development_menu() {
|
show_install_development_menu() {
|
||||||
case $(menu "Install" " Ruby on Rails\n Docker DB\n JavaScript\n Go\n PHP\n Python\n Elixir\n Zig\n Rust\n Java\n .NET\n OCaml\n Clojure") in
|
case $(menu "Install" " Ruby on Rails\n Docker DB\n JavaScript\n Go\n PHP\n Python\n Elixir\n Zig\n Rust\n Java\n .NET\n OCaml\n Clojure") in
|
||||||
*Rails*) present_terminal "omarchy-install-dev-env ruby" ;;
|
*Rails*) present_terminal "omarchy-install-dev-env ruby" ;;
|
||||||
*Docker*) present_terminal omarchy-install-docker-dbs ;;
|
*Docker*) present_terminal omarchy-install-docker-dbs ;;
|
||||||
*JavaScript*) show_install_javascript_menu ;;
|
*JavaScript*) show_install_javascript_menu ;;
|
||||||
|
|||||||
@@ -7,3 +7,5 @@ ModuleName=script
|
|||||||
ImageDir=/usr/share/plymouth/themes/omarchy
|
ImageDir=/usr/share/plymouth/themes/omarchy
|
||||||
ScriptFile=/usr/share/plymouth/themes/omarchy/omarchy.script
|
ScriptFile=/usr/share/plymouth/themes/omarchy/omarchy.script
|
||||||
ConsoleLogBackgroundColor=0x1a1b26
|
ConsoleLogBackgroundColor=0x1a1b26
|
||||||
|
MonospaceFont=Cantarell 11
|
||||||
|
Font=Cantarell 11
|
||||||
|
|||||||
4
migrations/1757483378.sh
Normal file
4
migrations/1757483378.sh
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
echo "6Ghz Wi-Fi + Intel graphics acceleration for existing installations"
|
||||||
|
|
||||||
|
$OMARCHY_PATH/install/config/hardware/set-wireless-regdom.sh
|
||||||
|
$OMARCHY_PATH/install/config/hardware/intel.sh
|
||||||
2
migrations/1757515650.sh
Normal file
2
migrations/1757515650.sh
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
echo "Update plymouth theme to avoid freetype2 issue that broke the styled login screen"
|
||||||
|
omarchy-refresh-plymouth
|
||||||
Reference in New Issue
Block a user