8000 jonppenny (Jonathan Penny) · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View jonppenny's full-sized avatar

Block or report jonppenny

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. website website Public

    Go

  2. config.fish config.fish
    1
    if status is-interactive
    2
        # Commands to
    6C74
     run in interactive sessions can go here
    3
    end
    4
    
                  
    5
    set normal (set_color normal)
  3. Fedora packages for development Fedora packages for development
    1
    sudo yum install make automake gcc gcc-c++ gtk4 gtk+ gtk4-devel pkg-config kernel-devel libX11-devel libXcursor-devel libXrandr-devel libXinerama-devel mesa-libGL-devel libXi-devel libXxf86vm-devel openal-soft-devel openal-soft.i686 openal-soft.x86_64 gtk4-devel
    2
    sudo dnf install libratbag-ratbagd joystick-support ncurses-compat-libs ncurses-c++-libs ncurses-devel compat-ffmpeg28 ffmpeg-libs java-latest-openjdk-devel.x86_64
    3
    
                  
    4
    # Build-essential for RPM distros
    5
    sudo dnf install make automake gcc gcc-c++ kernel-devel
  4. vimrc file vimrc file
    1
    call plug#begin()
    2
    " The default plugin directory will be as follows:
    3
    "   - Vim (Linux/macOS): '~/.vim/plugged'
    4
    "   - Vim (Windows): '~/vimfiles/plugged'
    5
    "   - Neovim (Linux/macOS/Windows): stdpath('data') . '/plugged'
  5. bclose.vim bclose.vim
    1
    "here is a more exotic version of my original Kwbd script
    2
    "delete the buffer; keep windows; create a scratch buffer if no buffers left
    3
    function s:Kwbd(kwbdStage)
    4
      if(a:kwbdStage == 1)
    5
        if(&modified)
  6. webpack-tasks webpack-tasks Public

    JavaScript

0