mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 22:50:06 +08:00
parent
fd4b7a6e75
commit
5ed892fe7f
@ -287,6 +287,7 @@ usage () {
|
||||
echo " -v, --version Show version information and exit"
|
||||
echo " -u, --uninstall Uninstall SpaceVim"
|
||||
echo " -c, --checkRequirements checkRequirements for SpaceVim"
|
||||
echo " --no-fonts skip downloading fonts"
|
||||
echo ""
|
||||
echo "EXAMPLE"
|
||||
echo ""
|
||||
@ -438,6 +439,16 @@ main () {
|
||||
usage
|
||||
exit 0
|
||||
;;
|
||||
--no-fonts)
|
||||
welcome
|
||||
need_cmd 'git'
|
||||
fetch_repo
|
||||
install_vim
|
||||
install_neovim
|
||||
install_package_manager
|
||||
install_done
|
||||
exit 0
|
||||
;;
|
||||
--version|-v)
|
||||
msg "${Version}"
|
||||
exit 0
|
||||
|
Loading…
Reference in New Issue
Block a user