Skip to content
View chaorace's full-sized avatar
☠️
You are likely to be eaten by a grue.
☠️
You are likely to be eaten by a grue.

Sponsoring

@marcan
@The-Compiler

Organizations

@vicioussyndicate @CQUI-Org
Block or Report

Block or report chaorace

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. CQUI-Org/cqui CQUI-Org/cqui Public archive

    Forked from vans163/civ6_qui

    Civilization 6 - Chao's Quick UI. Reduce clicks and manage your empire faster!

    Lua 318 64

  2. VirtualTrackball VirtualTrackball Public

    A tool for emulating a trackball with a mouse/mousepad for Windows, OSX, and Linux

    Scala 2

  3. .dotfiles .dotfiles Public

    My dotfiles, warranty not included

    JavaScript

  4. Dotfile Bootstrapper Dotfile Bootstrapper
    1
    #!/usr/bin/env sh
    2
    # Reminder: curl -sL dot.chray.cc | bash
    3
    git clone --separate-git-dir=$HOME/.dotfiles https://github.com/chaorace/.dotfiles.git tmpdotfiles
    4
    rsync --recursive --verbose --exclude '.git' tmpdotfiles/ $HOME/
    5
    rm -rf tmpdotfiles