Installation
- Install Talon
- Install the community Talon commands. (Or see here if you prefer not to use community.)
- Install VSCode
- Install the VSCode talon extension pack
- Install the Cursorless VSCode extension
- Follow the instructions below to install the Talon side of Cursorless.
- Restart Talon.
Installing the Talon side
Linux & Mac
Clone repo into ~/.talon/user
cd ~/.talon/user
git clone https://github.com/cursorless-dev/cursorless-talon.git cursorless-talon
Alternatively, access the directory by right clicking the Talon icon in taskbar, clicking Scripting>Open ~/talon, and navigating to user.
The folder structure should look something like the below:
~/.talon/user/community
~/.talon/user/community/apps
~/.talon/user/community/code
...
~/.talon/user/cursorless-talon
~/.talon/user/cursorless-talon/src
...
Now, restart Talon.
Windows
Clone repo into %AppData%\Talon\user
cd %AppData%\Talon\user
git clone https://github.com/cursorless-dev/cursorless-talon.git cursorless-talon
Alternatively, access the directory by right clicking the Talon icon in taskbar, clicking Scripting>Open ~/talon, and navigating to user.
The folder structure should look something like the below:
%AppData%\Talon\user\community
%AppData%\Talon\user\community\apps
%AppData%\Talon\user\community\code
...
%AppData%\Talon\user\cursorless-talon
%AppData%\Talon\user\cursorless-talon\src
...
Now, restart Talon.