Skip to content
View ricsdeol's full-sized avatar

Organizations

@lhc

Block or report ricsdeol

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.

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. Python version pyenv @ oh-my-zsh theme Python version pyenv @ oh-my-zsh theme
    1
    # If you come from bash you might have to change your $PATH.
    2
    # export PATH=$HOME/bin:/usr/local/bin:$PATH
    3
    
                  
    4
    # Path to your oh-my-zsh installation.
    5
    export ZSH="$HOME/.oh-my-zsh"
  2. Resoursable Resoursable
    1
    # frozen_string_literal: true
    2
    
                  
    3
    module Resourceable
    4
      extend ActiveSupport::Concern
    5
    
                  
  3. Config WSL2 Ubuntu Config WSL2 Ubuntu
    1
    # Config WSL2 Ubuntu
    2
    
                  
    3
    ## Config Shared Drive projects
    4
    
                  
    5
    Create VHDX dirve
  4. Clean disabled snap apps Clean disabled snap apps
    1
    #!/bin/sh
    2
    set -eu
    3
    
                  
    4
    snap list --all | awk '/disabled/{print $1, $3}' |
    5
        while read snapname revision; do
  5. swaptop swaptop Public

    A terminal-based swap and memory manager for Linux, inspired by `htop` and `btop`.

    Rust