-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path.gitmodules
27 lines (27 loc) · 1.1 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[submodule "roles/vscode"]
path = roles/vscode
url = https://github.com/cleary/ansible-tidalcycles-editor-vscode.git
[submodule "roles/tidal"]
path = roles/tidal
url = https://github.com/cleary/ansible-tidalcycles-base.git
[submodule "roles/vim"]
path = roles/vim
url = https://github.com/cleary/ansible-tidalcycles-editor-vim.git
[submodule "roles/feedforward"]
path = roles/feedforward
url = https://github.com/cleary/ansible-tidalcycles-editor-feedforward.git
[submodule "roles/neovim"]
path = roles/neovim
url = https://github.com/cleary/ansible-tidalcycles-editor-neovim.git
[submodule "roles/ugens-mutable-instruments"]
path = roles/ugens-mutable-instruments
url = https://github.com/cleary/ansible-tidalcycles-synth-mi-ugens.git
[submodule "roles/emacs"]
path = roles/emacs
url = https://github.com/cleary/ansible-tidalcycles-editor-emacs.git
[submodule "roles/pulsar"]
path = roles/pulsar
url = https://github.com/cleary/ansible-tidalcycles-editor-pulsar.git
[submodule "roles/text_management"]
path = roles/text_management
url = https://github.com/cleary/ansible-tidalcycles-editor-text_management.git