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

Block or report rtt63

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. Initial vim config (lua & vimplug) Initial vim config (lua & vimplug)
    1
    -- GUI Cursor
    2
    vim.o.guicursor = 'n-v-c-i:block'
    3
    
                  
    4
    -- Line Numbers
    5
    vim.wo.number = true
  2. Keychron Q1 Max - [home: lock_screen... Keychron Q1 Max - [home: lock_screen, fn: stage_hunk in my vim, rctrl: action in my tmux, capslock: esc]
    1
    {
    2
      "name": "Keychron Q1 Max ANSI Knob",
    3
      "vendorProductId": 875825168,
    4
      "macros": [
    5
        "{KC_LCTL,KC_LGUI,KC_Q}",
  3. gg_allin_secret_kid gg_allin_secret_kid Public

    Console adventure game

    Rust

  4. New mac basic workflow installation New mac basic workflow installation
    1
    .PHONY: all install_rustup install_brew install_packages download_nvim_config configure_keyboard 
    2
    
                  
    3
    all: install_rustup install_brew install_packages download_nvim_config configure_keyboard 
    4
    
                  
    5
    install_brew: