Skip to content
View grookee's full-sized avatar
:shipit:
breathing
:shipit:
breathing

Organizations

@powleservices

Block or report grookee

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

Hey there!

i'm a passionate, self-taught programmer also an OSS & privacy enthusiast. i love when things go fast so i try to make them fast (i fail most of the time).


  • 💬 ask me about anything here, i am happy to help

⏳ Year progress [ ⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣿⣀⣀⣀⣀⣀⣀⣀ ] 77.10%

From: 02 October 2025 - To: 09 October 2025

Total Time: 0 secs

No activity tracked
🎵 Now Playing
spotify-github-profile

  • ⏰ Updated on Thu, 09 Oct 2025 10:12:15 GMT

Pinned Loading

  1. NVim configuration. NVim configuration.
    1
    " Specify a directory for plugins
    2
    call plug#begin('~/.vim/plugged')
    3
    
                  
    4
    Plug 'neoclide/coc.nvim', {'branch': 'release'}
    5
    Plug 'scrooloose/nerdtree'
  2. My FISH shell config. My FISH shell config.
    1
    set fish_greeting ""
    2
    set TERM "xterm-256color"
    3
    set EDITOR "/usr/bin/nvim"
    4
    
                  
    5
    if status is-interactive