Skip to content
View CristaLCorp's full-sized avatar

Block or report CristaLCorp

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. conf-O-rama conf-O-rama Public

    Shell

  2. cristalcorp.github.io cristalcorp.github.io Public

    Liquid

  3. FlappyDragon FlappyDragon Public

    Rust

  4. ~/.config/tmux/tmux.conf ~/.config/tmux/tmux.conf
    1
    # Keep the color scheme
    2
    set-option -sa terminal-overrides ",xterm*:Tc"
    3
    
                  
    4
    # Avoid weird characters on new session
    5
    set -sg escape-time 10
  5. NVIM NVIM
    1
    ---@type ChadrcConfig
    2
    local M = {}
    3
    
                  
    4
    M.ui = { theme = 'onedark' }
    5
    M.plugins = 'custom.plugins'