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 +1,10 @@
|
||||
omarchy-lazyvim-setup
|
||||
OMARCHY_DESCRIPTION="LazyVim"
|
||||
|
||||
omarchy_install() {
|
||||
omarchy-lazyvim-setup
|
||||
}
|
||||
|
||||
omarchy_verify() {
|
||||
[[ -d ~/.config/nvim ]] || add_error "Neovim config directory missing"
|
||||
[[ -d ~/.local/share/nvim/lazy ]] || add_error "LazyVim plugins directory missing"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user