mirror of
https://github.com/alonelur/vim-im-select-obsidian.git
synced 2026-07-22 06:10:27 +00:00
4 lines
No EOL
115 B
Bash
Executable file
4 lines
No EOL
115 B
Bash
Executable file
#!/bin/sh -e
|
|
|
|
cp main.js ${1}/.obsidian/plugins/vim-im-select
|
|
cp manifest.json ${1}/.obsidian/plugins/vim-im-select |