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

Block or report ronaldsuwandi

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. My personal fish shell config for OS... My personal fish shell config for OS X. Supports git branch (fast git checks), virtualenv (if installed) and Kubernetes current context
    1
    function ls --description 'List contents of directory'
    2
      command ls -lFG $argv
    3
    end
    4
    
                  
    5
    function subl --description 'Launches sublime text in a new window'
  2. Personal tmux.conf (updated for 3.2) Personal tmux.conf (updated for 3.2)
    1
    ###########
    2
    # general #
    3
    ###########
    4
    # Replace C-b prefix with Alt+Space (so it won't clash with vim)
    5
    
                  
  3. Minor css snippet tweaks for Obsidia... Minor css snippet tweaks for Obsidian Minimal theme (dim non-focused pane, highlight sync icon). Works for Obsidian 1.2.8 (requires Electron v21 - Chrome 105+)
    1
    /* better contrast for status-bar */
    2
    .status-bar{
    3
        color: var(--tx2);
    4
    }
    5