Skip to content
View antznin's full-sized avatar
Block or Report

Block or report antznin

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. zsh-bitbake zsh-bitbake Public

    Bitbake completion for zsh

    Shell 2

  2. cmp-bitbake-path cmp-bitbake-path Public

    nvim-cmp source for files in SRC_URI.

    Lua 5

  3. dotfiles dotfiles Public

    Various configuration files for i3, vim, etc.

    Lua 3

  4. Generate compile_commands.json file ... Generate compile_commands.json file with a Linux bbappend
    1
    do_gen_compile_commands () {
    2
        python3 ${S}/scripts/clang-tools/gen_compile_commands.py \
    3
            --directory "${B}" \
    4
            --ar "${AR}" \
    5
            --log_level DEBUG \
  5. Automatically copy files when a new ... Automatically copy files when a new USB drive is plugged with udev
    1
    #!/usr/bin/env bash
    2
    
    
    3
    set -eu -o pipefail
    4
    
    
    5
    NOCOLOR='\033[0m'