Dylan Bridgman
f0f4569aa2
Always install base-devel
in case yay
needs to build a package ( #710 )
2025-08-12 15:54:29 +02:00
Dylan Bridgman
b15dde2dc9
Install gum
prior to the preflight guard ( #684 )
...
* Use `read` instead of `gum` in the preflight guard
* Revert "Use `read` instead of `gum` in the preflight guard"
This reverts commit 759dbb70454dccc27b78b198bf077e076750fefc.
* Install `gum`, if required, at the beginning of `install.sh`
* `gum` is already installed by the `presentation.sh` stage
* Use existing structure
---------
Co-authored-by: David Heinemeier Hansson <david@hey.com>
2025-08-12 13:44:28 +02:00
Manuel
6634e28540
Set sudo max tries to 10, binary for easy lockout reset ( #686 )
...
* set sudo max fail count to 10, bin for easy reset
* Slim down
Let the failure just fail in the shell
* Rename to be more descriptive
* No need for the 00- prefix
* Add migration to raise sudo try limit
---------
Co-authored-by: Manuel <manuel.ramsaier@gmail.com>
Co-authored-by: David Heinemeier Hansson <david@hey.com>
2025-08-12 13:31:48 +02:00
David Heinemeier Hansson
07e3818b4f
Merge branch 'master' into dev
2025-08-12 08:08:45 +02:00
David Heinemeier Hansson
9e7e5a1512
Pin uwsm to 0.23.0 to skip bad 0.23.1 while waiting for 0.23.2 ( #697 )
2025-08-12 08:07:13 +02:00
Ryan Hughes
171ca57908
Add burst limit to login to prevent endless retries ( #690 )
2025-08-12 07:55:50 +02:00
David Heinemeier Hansson
78de5c24c9
uwsm was already fixed upstream with 0.23.2
2025-08-12 07:52:56 +02:00
David Heinemeier Hansson
12b2950853
Force working version of uwsm until we get the fixed one from upstream
2025-08-12 07:35:09 +02:00
Richard Macklin
793b346d1d
Fix a handful of typos
2025-08-11 10:13:44 -07:00
David Heinemeier Hansson
6dd7829886
Still need success on exit
2025-08-11 17:52:01 +02:00
David Heinemeier Hansson
26e3cc0b8c
Make the guard step by step
2025-08-11 17:49:21 +02:00
David Heinemeier Hansson
16c671adf0
Be explicit about success and skip all guards once user said proceed anyway
2025-08-11 17:29:18 +02:00
David Heinemeier Hansson
46fbe16dd4
Old habit
2025-08-11 17:25:10 +02:00
David Heinemeier Hansson
31ab6b4952
Protect against running on something other than x86_64 too
...
Co-authored-by: @daltonbr
Closes #628
2025-08-11 17:15:38 +02:00
David Heinemeier Hansson
1dc3330480
And and
2025-08-11 17:06:20 +02:00
David Heinemeier Hansson
bc6fa48155
Allow a user to continue installing on their own accord and add check for root
2025-08-11 17:05:31 +02:00
David Heinemeier Hansson
06103d4258
Omarchy is exclusively for vanilla Arch without Gnome or KDE installed ( #524 )
2025-08-11 17:00:19 +02:00
Ryan Hughes
1c5a17f852
Disable systemd-networkd-wait-online ( #645 )
2025-08-11 16:43:38 +02:00
David Heinemeier Hansson
86c967352b
Rely on Omarchy bin being part of PATH everywhere
2025-08-10 20:30:39 +02:00
David Heinemeier Hansson
6015b9c6ef
Add Discord as a default webapp
...
Co-authored-by: @robzolkos
Closes #567
2025-08-09 19:42:33 +02:00
David Heinemeier Hansson
9ae0af7b21
Solve common flakiness with SSH
2025-08-08 18:03:19 +02:00
David Heinemeier Hansson
61032ba4d0
Set Cloudflare as the default DNS with Google as backup
...
Solves a bunch of problems with shitty local DNS
2025-08-08 18:00:30 +02:00
David Heinemeier Hansson
46d58ff0df
Have Style > Font also set for Waybar, SwayOSD, and fontconfig
2025-08-06 22:01:23 +02:00
Glenn Oppegard
0fcda80630
Fix disabling of resolved
Multicast DNS ( #521 )
2025-08-06 21:01:22 +02:00
David Heinemeier Hansson
fc11ce61cc
Add figma as a default web app
2025-08-05 16:28:58 +02:00
David Heinemeier Hansson
881af9b7d6
No longer need the functions
2025-08-05 15:58:53 +02:00
David Heinemeier Hansson
581937a204
Need the full path
2025-08-05 15:58:39 +02:00
David Heinemeier Hansson
b4e9465970
Use the new omarchy-webapp-install command
2025-08-05 15:34:45 +02:00
Erik Brüggemann
c78133251a
feat: add gvfs-mtp ( #466 )
...
To view the contents of an Android device's storage via MTP in nautilus,
we need the corresponding plugin.
2025-08-03 13:52:47 +02:00
David Heinemeier Hansson
5344885176
Its enough that its included in the Omarchy TUI
2025-08-03 13:10:29 +02:00
David Heinemeier Hansson
2278b400dd
Enable auto-discovery of network printers
...
Co-authored-by: @rockorager
2025-08-03 13:07:23 +02:00
Jaxon Wright
3fb1bf9759
Add Hyprsunset for Blue Light Filtering / Nightlight ( #447 )
...
* install hyprsunset when installing other hypr packages
* add hyprsunset to autostart
* add default hyprsunset config to make it do nothing by default
* waybar: add hyprsunset shortcut next to bluetooth shortcut to quickly toggle blue light filtering
* waybar: fix icon switching for hyprsunset widget
* add migration for hyprsunset
* waybar: rename "Blue Light Filter" to "Nightlight"
* waybar: make nightlight module appear next to bluetooth module
* waybar: do not include nightlight module by default
* add omarchy-toggle-nightlight script
* add default keybinding for toggling hyprsunset nightlight (SUPER + CTRL + N)
* waybar: remove nightlight module from config entirely
* waybar: remove nightlight from css
* update hyprsunset migration to skip yay install if already installed
* omarchy-toggle-nightlight: use `omarchy-restart-waybar` script instead of pkill with -SIG
* omarchy-toggle-nightlight: only restart waybar if nightlight is in the waybar config
---------
Co-authored-by: David Heinemeier Hansson <david@hey.com>
2025-08-03 10:26:59 +02:00
David Heinemeier Hansson
5fda6054ce
New installations don't need to migrate from what's already there
2025-08-02 22:47:39 +02:00
David Heinemeier Hansson
7bca5c1903
Make Yaru-blue the default
2025-08-01 14:26:28 +02:00
David Heinemeier Hansson
3d22840543
Allow themes to use a custom icon theme via the icons.theme file
...
They get to pick from the Yaru color set
2025-08-01 14:23:29 +02:00
David Heinemeier Hansson
d4f6859022
Revert "Swap Spotify GUI to TUI"
...
This reverts commit b09d2d68cd65167e7cff5f751caed1fa5ac38dba.
2025-07-29 19:17:41 +02:00
David Heinemeier Hansson
b09d2d68cd
Swap Spotify GUI to TUI
2025-07-29 16:31:40 +02:00
David Heinemeier Hansson
4f56efe0e9
Include the common JetBrains substitution
2025-07-29 15:18:30 +02:00
David Heinemeier Hansson
5405d383dc
Use fonts from AUR instead of downloading them directly like an animal
2025-07-29 15:15:39 +02:00
David Heinemeier Hansson
7f2c9391d2
/etc/sudoers.d is not accessible without sudo
2025-07-28 12:57:23 +02:00
David Heinemeier Hansson
2953db18d9
Reveal a fully .bashrc that provides examples of what to overwrite
2025-07-27 10:45:22 -04:00
David Heinemeier Hansson
e3bf801654
Don't add this twice on rerunning either
2025-07-26 15:58:38 -04:00
David Heinemeier Hansson
b4d75729d9
Don't add the keys twice
2025-07-26 15:53:53 -04:00
David Heinemeier Hansson
68a221e456
Simplify and make it idempotent
2025-07-26 15:52:00 -04:00
David Heinemeier Hansson
42963368c0
Reference correct file
2025-07-26 15:43:29 -04:00
Ryan Hughes
f693c33310
Combine plymouth and login
2025-07-26 13:09:28 -04:00
David Heinemeier Hansson
4929d3e201
Merge pull request #351 from JaxonWright/bare-improvements
...
Improvements to Bare Install
2025-07-26 13:01:31 -04:00
David Heinemeier Hansson
4e9e13f88d
Merge pull request #359 from saullrb/dev
...
Better handle chaotic aur installation
2025-07-26 12:55:26 -04:00
Jaxon Wright
cb48956a37
config.sh( #330 ): if bare install, create bare.mode file to allow updates to skip steps not applicable to bare installs
2025-07-26 12:41:22 -04:00
Saull Brandão
4e4e82c5b9
fix chaotic aur installation
2025-07-26 13:17:13 -03:00