Install Logitech setpoint https://support.logi.com/hc/en-us/articles/360025141274-SetPoint
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[alias] | |
dt = difftool | |
mt = mergetool | |
[diff] | |
tool = vscode | |
[difftool] | |
prompt = false | |
[difftool "vscode"] | |
cmd = code --wait --diff $LOCAL $REMOTE | |
[merge] |
How to setup a development environment where Git from WSL integrates with native Windows applications, using the Windows home folder as the WSL home and using Git from WSL for all tools.
Note if using Git for Windows, or any tool on the Windows side that does not use Git from WSL then there will likely be problems with file permissions if using those files from inside WSL.
These are the tools I use:
- git (wsl) - Command line git from within WSL.
- Fork (windows) - Git GUI (must be used with
wslgit
) - wslgit - Makes git from WSL available for Windows applications. Important! Follow the installation instructions and do (at least) the first optional step and then the Usage in Fork instructions.
To use Alipay to open a page, use the following URL scheme:
alipays://platformapi/startapp?appId=20000067&url=[encoded_url]
[encoded_url]
can be a QR code content.
This URL can be opened with Tasker's "Browse URL" or
adb shell am start -a [action] -d [uri] [packagename]