- Implement nomarchy-pkg-install, nomarchy-pkg-drop, nomarchy-pkg-aur-add (stub) - Implement nomarchy-theme, nomarchy-font, nomarchy-wallpaper wrappers - Update docs/SCRIPTS.md with 'kept' status for new scripts
7 lines
144 B
Bash
Executable File
7 lines
144 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# Nomarchy Package Install Script
|
|
# Alias for nomarchy-pkg-add for users coming from other distros.
|
|
|
|
nomarchy-pkg-add "$@"
|