sudo apt install zsh-autosuggestions zsh-syntax-highlighting zsh
| https://marketplace.visualstudio.com/_apis/public/gallery/publishers/RimuruChan/vsextensions/vscode-fix-checksums-next/latest/vspackage |
| { | |
| "$schema": "https://zed.dev/schema/themes/v0.1.0.json", | |
| "name": "Everforest Dark Hard Blurred", | |
| "author": "resting", | |
| "themes": [ | |
| { | |
| "name": "Everforest Dark Hard", | |
| "appearance": "dark", | |
| "style": { | |
| "border": "#1b2024", |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <configuration> | |
| <system.webServer> | |
| <rewrite> | |
| <rules> | |
| <rule name="React Routes" stopProcessing="true"> | |
| <match url=".*" /> | |
| <conditions logicalGrouping="MatchAll"> | |
| <add input="{REQUEST_FILENAME}" matchType="IsFile" negate="true" /> | |
| <add input="{REQUEST_FILENAME}" matchType="IsDirectory" negate="true" /> |
| // ==UserScript== | |
| // @name Udemy TOC to LogSeq | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description Formats Udemy's TOC to markdown format | |
| // @author You | |
| // @match https://*.udemy.com/course/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=udemy.com | |
| // @grant none | |
| // ==/UserScript== |
| // ==UserScript== | |
| // @name Pluralsight TOC to Logseq | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.1 | |
| // @description Formats Pluralsight's TOC to markdown format | |
| // @author You | |
| // @match https://app.pluralsight.com/library/courses/*/table-of-contents | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=tampermonkey.net | |
| // @grant none |
| body { | |
| width: 450px; | |
| background: #272727; | |
| color: #dedede; | |
| font-size: 13px; | |
| font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important; | |
| } | |
| /* input box */ |
| /* Dark theme */ | |
| body { | |
| width: 450px; | |
| background: #272727; | |
| color: #dedede; | |
| font-size: 13px; | |
| font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important; | |
| } |
| let mapleader=',' | |
| set surround | |
| set easymotion | |
| nmap <Leader> <Plug>(easymotion-prefix) | |
| nmap <space> <Plug>(easymotion-jumptoanywhere) | |
| runtime macros/matchit.vim |
| let mapleader=',' | |
| set surround | |
| set easymotion | |
| nmap <space> <Plug>(easymotion-jumptoanywhere) | |
| nmap <s> <Plug>(easymotion-sn) | |
| nmap <m> <Plug>(easymotion-bd-jk) | |
| runtime macros/matchit.vim |