Skip to content
View picoderman's full-sized avatar
  • airSlate
  • Georgia, Tbilisi
  • 23:51 (UTC +04:00)

Organizations

@SignNowInc @pdffiller @USLEGALINC @airslateinc @airslate-ops

Block or report picoderman

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. Faster MacOS Faster MacOS
    1
    # Remove Dock show/hide delay
    2
    defaults write com.apple.dock autohide-delay -float 0
    3
    # Reset:
    4
    # defaults delete com.apple.dock autohide-delay
    5
    
                  
  2. tt-health tt-health Public

    Tool to overview amounts of // @human-tech-debt comments in js/ts code bases

    TypeScript

  3. Unix shell setup Unix shell setup
    1
    # Oh My ZSH
    2
    sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
    3
    
                  
    4
    # Plugins
    5
    git clone https://github.com/zsh-users/zsh-autosuggestions "${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/plugins/zsh-autosuggestions"
  4. Auto-Centralize MacOS windows via Ha... Auto-Centralize MacOS windows via Hammerspoon
    1
    local function centerWindow(win)
    2
      if not win then return end
    3
      if not win:isStandard() then return end
    4
    
                  
    5
      local app = win:application()
  5. [Karabiner] Change MacOS input sourc... [Karabiner] Change MacOS input sources via single CMNDs
    1
    {
    2
      "description": "EN/RU Languages for left/right CMNDs",
    3
      "manipulators": [
    4
        {
    5
          "from": {