mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
add themes from https://github.com/eza-community/eza-themes (#1242)
* add themes from https://github.com/eza-community/eza-themes * init eza theme during install * add migration * refactor migration script to only link eza theme if it exists for current theme * only link to eza theme if current theme supports it * only link to eza theme if current theme supports it * Cleanup --------- Co-authored-by: David Heinemeier Hansson <david@hey.com>
This commit is contained in:
7
bin/omarchy-theme-set-eza
Executable file
7
bin/omarchy-theme-set-eza
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ -f ~/.config/omarchy/current/theme/eza.yml ]; then
|
||||
ln -snf ~/.config/omarchy/current/theme/eza.yml ~/.config/eza/theme.yml
|
||||
else
|
||||
rm -f ~/.config/eza/theme.yml
|
||||
fi
|
||||
Reference in New Issue
Block a user