Skip to content
View r4dixx's full-sized avatar
🏠
Working from home
🏠
Working from home

Highlights

  • Pro

Organizations

@paug @Android-Dev-FR

Block or report r4dixx

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
r4dixx/README.md

Howdy 🤠

I’m a self-taught, full remote developer involved in the Android community

r4dixx
r4dixx's github stats

Most of my activity is on private repos here and on gitlab

Give me a shout!

Pinned Loading

  1. discord-quotebot discord-quotebot Public

    Open-source Discord bot to output random quotes upon command. Powered by JavaScript and Firebase Cloud Firestore.

    JavaScript 8 4

  2. evercrisp evercrisp Public

    My personal macOS dotfiles & configuration 👨‍💻🚀

    Shell 5

  3. Minimal Android setup. Useful for ba... Minimal Android setup. Useful for basic testing or demo setups
    1
    #!/bin/sh
    2
    
                  
    3
    # Install Homebrew
    4
    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
    5
    echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> ~/.zprofile