Skip to content
View verityj's full-sized avatar

Block or report verityj

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

Pinned Loading

  1. verityj.github.io verityj.github.io Public

    Optimize for happiness - making life easier with simple scripting. Grateful for everyone's encouragement and support!

    SCSS 4

  2. Remap Magic Keyboard Eject key to fo... Remap Magic Keyboard Eject key to forward delete (and right option to forward delete as backup)
    1
    <?xml version="1.0" encoding="UTF-8"?>
    2
    <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
    3
    <plist version="1.0">
    4
    <dict>
    5
        <key>Label</key>
  3. newer-app-cleaner newer-app-cleaner Public

    Updated app-cleaner.sh for MacOS and iOS apps on Macs

    Python 2

  4. T-Mobile home internet Arcadyan gate... T-Mobile home internet Arcadyan gateway hidden WiFi settings edit v2 - text color added for emphasis
    1
    # This script is tested to work with T-Mobile home internet Arcadyan router.
    2
    # Tested on Mac OS 13 Ventura with python 3.9.6.
    3
    
                  
    4
    # Purpose:
    5
    # Display current wifi information.
  5. Shell script: search in specified lo... Shell script: search in specified location for files containing a string inside (not case sensitive)
    1
    #!/bin/zsh
    2
    
                  
    3
    # Written by: VerityJ
    4
    # Published on: https://gist.github.com/verityj
    5
    #