mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
Rename scripts, move into sdata/step
This commit is contained in:
@@ -17,17 +17,6 @@ This script updates your dotfiles by:
|
||||
5. Updating script permissions
|
||||
"
|
||||
}
|
||||
0
|
||||
;;
|
||||
shift
|
||||
;;
|
||||
*)
|
||||
log_error "Unknown option: $1"
|
||||
echo "Use --help for usage information"
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
done
|
||||
# `man getopt` to see more
|
||||
para=$(getopt \
|
||||
-o hfpnv \
|
||||
@@ -52,6 +41,7 @@ FORCE_CHECK=false
|
||||
CHECK_PACKAGES=false
|
||||
DRY_RUN=false
|
||||
VERBOSE=false
|
||||
SKIP_NOTICE=false
|
||||
|
||||
eval set -- "$para"
|
||||
while true ; do
|
||||
|
||||
@@ -43,13 +43,6 @@ while true ; do
|
||||
--exp-files) EXPERIMENTAL_FILES_SCRIPT=true;shift;;
|
||||
--via-nix) INSTALL_VIA_NIX=true;shift;;
|
||||
|
||||
## Update script specific options
|
||||
-u|--update-force) UPDATE_FORCE=true;shift;;
|
||||
-p|--packages) UPDATE_PACKAGES=true;shift;;
|
||||
-n|--dry-run) UPDATE_DRY_RUN=true;shift;;
|
||||
-v|--verbose) UPDATE_VERBOSE=true;shift;;
|
||||
--skip-notice) SKIP_NOTICE=true;shift;;
|
||||
|
||||
## Ones with parameter
|
||||
--fontset)
|
||||
case $2 in
|
||||
|
||||
Reference in New Issue
Block a user