Skip to content
View sinewalker's full-sized avatar
Block or Report

Block or report sinewalker

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

  1. dotspacemacs dotspacemacs Public

    Personal Spacemacs configuration

    Emacs Lisp 13

  2. How to import pub/sec PGP keys from ... How to import pub/sec PGP keys from keybase to your local GPG keyring.
    1
    # Import Keybase PGP to GPG
    2
    
                  
    3
    After [installing](https://keybase.io/download) the [keybase](https://keybase.io/) [command-line tool](https://keybase.io/docs/command_line/basics) onto a new / fresh computer, 
    4
    you may want to import your PGP key to the local keyring so that you may use the
    5
    keys with [GPG](https://gnupg.org/).
  3. Firefox Reverse/"Natural" scroll whe... Firefox Reverse/"Natural" scroll wheel direction
    1
    Open **about:config** and set  `mousewheel.default.delta_multiplier_y` to *negative*, e.g.   `-100` if the current value is (the default) `100`
    2
    
                  
    3
    This *should* only be necessary on platforms where Firefox isn't honouring the global setting. For instance on a Mac or Windows it's not necessary if you've set the scrolling direction to reverse globally, but on Linux, Firefox doesn't honour KDE's setting.  I haven't tested GNOME ….
    4
    
                  
    5
    The default setting is fine for an actual mouse-wheel, but when using a touchpad to two-finger-scroll (or a trackball), it's more *Natural* for the page to scroll *down* when you swipe your fingers *up*: it seems more like how a paper page will shift.
  4. ssh-pass: add an SSH key to your age... ssh-pass: add an SSH key to your agent with passphrase from password store, no clipboard
    1
    #!/bin/bash
    2
    
                  
    3
    #Add specified SSH keys to the SSH Agent, using SSH_ASKPASS to retrieve
    4
    #each key's passphrase from the Unix password store (pass).
    5
    #This relies upon the keys having the same names in both your key directory
  5. awesome-oss-alternatives awesome-oss-alternatives Public

    Forked from RunaCapital/awesome-oss-alternatives

    Awesome list of open-source startup alternatives to well-known SaaS products 🚀

    Python