Skip to content
View shiryel's full-sized avatar
๐Ÿ™€
> Insert another bug joke here <
๐Ÿ™€
> Insert another bug joke here <
  • SP, Brazil

Organizations

@NixOS
Block or Report

Block or report shiryel

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

Welcome to my litle tech space ๐Ÿพ warning: bugs ahead, caution is adviced!

โœจ ๐™๐™š๐™–๐™ฉ๐™ช๐™ง๐™š๐™™ ๐™ฅ๐™ง๐™ค๐™Ÿ๐™š๐™˜๐™ฉ

The project that I'm currently most working on

๐Ÿ”“ ๐™๐™Š๐™Ž๐™Ž ๐™ฅ๐™ง๐™ค๐™Ÿ๐™š๐™˜๐™ฉ๐™จ

Name Description Status Zelda
๐Ÿค– Ryush Ryush is a discord bot specialized on automated tasks
๐ŸŽˆ SAoS A small component to make your CSS animations work on scroll with Svelte NPM version Link
๐Ÿ“‡ Fatex My graduation thesis, a visual Latex wrapper tests
โ›๏ธ MCX A project that aims to scale the vanilla minecraft servers Badge

๐ŸŽฎ ๐™‚๐™–๐™ข๐™š๐™จ

Name Description Zelda
๐Ÿ˜Ž The Elevator Seriously, an elevator Link
๐ŸŽต Dungeon Dance Dance A strange dungeon where you need to dance... weird Link

๐Ÿ” ๐™‹๐™š๐™ง๐™จ๐™ค๐™ฃ๐™–๐™ก ๐™ฅ๐™ง๐™ค๐™Ÿ๐™š๐™˜๐™ฉ๐™จ

Name Description Status Zelda
๐Ÿ’ป NixOS dotfiles My current Linux configuration, NixOS, Sway and wayland
๐Ÿ’ป i3-gaps dotfiles My old arch i3-gaps dotfiles
๐Ÿ“„ Neovim config My vim configuration
๐Ÿ“” My blog A static blog made with svelte/sapper Deploy to GitHub Pages Link

๐ŸŒŸ ๐™๐™š๐™›๐™š๐™ง๐™š๐™ฃ๐™˜๐™š๐™จ

For job interviews and self-reminder

Name Backend Frontend
๐Ÿฅ‡ Market Badge Badge Badge Badge Badge
๐Ÿฅˆ Cryptocoins Badge Badge Badge Badge
๐Ÿฅ‰ Complains Badge Badge Badge Badge Badge Badge

๐Ÿพ ๐™’๐™๐™ค ๐™–๐™ข ๐™„

Just a fennec that loves to learn new things, mess around with some ideas, draw and that likes musics and animations.

My art channel on telegram

Pinned

  1. saos saos Public

    Svelte Animation on Scroll - A small component to make your CSS animations work on scroll with Svelte

    Svelte 226 13

  2. rayex rayex Public

    Raylib binds to elixir for games programming

    Elixir 36 6

  3. nixhub_old nixhub_old Public

    Consolidating your NixOS experience

    Elixir 1

  4. fatex fatex Public archive

    Fatex is a symple visual wrapper of the Latex, creating beautiful texts without all the complexity of the Latex

    Elixir 4 1

  5. fennecOS fennecOS Public

    My NixOs config

    Nix 7 1

  6. Get all envs from kubernetes contain... Get all envs from kubernetes container (curated environment vars as export)
    1
    if [[ $# -lt 1 ]]; then
    2
      echo "Error: Needs at least the name of the pod"
    3
      echo "Example: ./kubenv.sh pod-name output-file.env"
    4
      exit 1
    5
    fi