Skip to content
View crbyxwpzfl's full-sized avatar
🖖
lower decks
🖖
lower decks

Highlights

  • Pro

Block or report crbyxwpzfl

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
crbyxwpzfl/readme.md

                     

           

Pinned Loading

  1. nvim init with cursor synchronisatio... nvim init with cursor synchronisation across windows
    1
    "for cursor syncing to work set MASTERTXT + ALTTXT in sys env var
    2
    
                  
    3
    "COLOR THEME
    4
    	"source path\to\file
    5
    	"put theme.vim file in \nvim\share\nvim\runtime\colors
  2. powershell switch windows theme powershell switch windows theme
    1
    ### powershell one liner toggle windows theme.ps1
    2
    ```powershell
    3
    reg query "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Themes\Personalize"  /v SystemUsesLightTheme | 
    4
    Select-Object -first 3 | 
    5
    Select-Object -last 1 | 
  3. js orientation-lock-ios-safari js orientation-lock-ios-safari
    1
    ### js alert vids
    2
    ```javascript
    3
    javascript:( function(){
    4
    	var arr = [], l = document.getElementsByTagName('source');
    5
    	for(var i=0; i<l.length; i) { arr.push(l[i].src); }
  4. python to pull readlist and little s... python to pull readlist and little save routine
    1
    from __future__ import unicode_literals
    2
    from types import DynamicClassAttribute
    3
    from distutils.dir_util import copy_tree
    4
    from pathlib import Path
    5
    import sys
  5. ambilight python ambilight python
    1
    
                  
    2
    import sys
    3
    sys.path.append('/Users/mini/Downloads/private/')
    4
    import privates
    5
    from requests.auth import HTTPDigestAuth
  6. legacy spinala pi in general stuff legacy spinala pi in general stuff
    1
    ## sudo apt-get install screen
    2
    ```bash
    3
    nano ~/.bash_profile	#launche screen on boot add
    4
    ```
    5
    ```bash