mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 23:09:26 -05:00
Using ./setup install instead of ./install.sh
This commit is contained in:
@@ -287,3 +287,20 @@ function check_disk_space() {
|
||||
|
||||
return 0
|
||||
}
|
||||
|
||||
function showhelp_global(){
|
||||
echo -e "
|
||||
|
||||
Syntax:
|
||||
$0 <subcommand> [OPTIONS]...
|
||||
|
||||
Subcommands:
|
||||
install Idempotent installation for dotfiles.
|
||||
exp-uninstall Experimental uninstall
|
||||
exp-update Experimental update
|
||||
help Show this help message
|
||||
|
||||
Please run the following for details:
|
||||
$0 <subcommand> -h
|
||||
"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user