mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
Add omarchy-doctor
This commit is contained in:
@@ -1,3 +1,14 @@
|
||||
if [[ ! -d "$HOME/.config/nvim" ]]; then
|
||||
omarchy-lazyvim-setup
|
||||
fi
|
||||
#!/bin/bash
|
||||
|
||||
# Installation function
|
||||
omarchy_install() {
|
||||
if [[ ! -d "$HOME/.config/nvim" ]]; then
|
||||
omarchy-lazyvim-setup
|
||||
fi
|
||||
}
|
||||
|
||||
# Verification function
|
||||
omarchy_verify() {
|
||||
# Check if neovim config exists
|
||||
[[ -d "$HOME/.config/nvim" ]] || add_error "Neovim config directory missing"
|
||||
}
|
||||
Reference in New Issue
Block a user