Skip to content

Alternative method to git clone submodule on iPadOS #1

@bao3

Description

@bao3
  1. install iVim , we need to reboot the iPadOS 14.0+ to create “iVim” folder automatically.
  2. install iSH app, run apk add git in the iSH app.
  3. mount the “iVim” to the iSH , the command is mount -t ios iVim /mnt , then select the iVim folder in the pop up window .
  4. in the iSH command line , run :
cd /mnt
git clone --recurse-submodules  https://github.com/brettc/ivim.git
  1. then as Getting Going in the 5th step ,
    echo “source ~/ivim/vimrc” > /mnt/.vimrc
    ( you could also run vi /mnt/.vimrc in iSH app)

Ok that’s all

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions