alias y="yarn"
alias yi="yarn init -y"
This file contains hidden or 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
| { | |
| // WYGLĄD: | |
| "workbench.iconTheme": "material-icon-theme", | |
| "workbench.colorTheme": "Tomorrow Night Bright Operator Mono", | |
| "workbench.sideBar.location": "right", | |
| "editor.wordWrap": "on", | |
| // "editor.fontFamily": "Operator Mono SSm Lig", | |
| "editor.fontFamily": "Cascadia Code", | |
| "editor.fontLigatures": true, | |
| // "editor.fontWeight": "300", // Light |
This file contains hidden or 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
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
| <html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office"> | |
| <head> | |
| <!-- Fix DPI Scaling Issues in Outlook --> | |
| <!--[if gte mso 9]> | |
| <xml> | |
| <o:OfficeDocumentSettings> | |
| <o:AllowPNG/> | |
| <o:PixelsPerInch>96</o:PixelsPerInch> |
- Download Microsoft Edge VM from https://developer.microsoft.com/en-us/microsoft-edge/tools/vms/
- Download Virtualbox and import the Edge VM image.
Then in the VM:
- Install guest addons in the VM
- Download & install latest NVDA from nvaccess.org
- Download & install SharpKeys and use it to map left an alternative key (eg. Left Ctrl) to the Insert key. This is needed because Macs do not typically have an “Insert” key which is the prefix for many NVDA commands.
This was useful for me when we created a new branch for a new major release, but were still working on our current version as well. I cloned our repo again and kept the new project on our new branch, but also wanted to get my stashes there.
git stash show -p > patch
You'll have to specify your stash and name your file whatevery you want. Do this for as all your stashes, and you'll have patch files in your pwd.
OlderNewer