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

Block or report doremire

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




Twitter Badge Discord Badge GitHub Badge

Hi   , I'm Doremire

Web Development.





:doremire


🔥 Hot Repositories


 

 

 

 
 

 

 

 
 

 

 

 

🌴 Development environment

  • Arch Linux
  • WezTerm
  • Neovim

🛠️ Tech Stack

  • Regularly Used Languages:
    • JavaScript
    • TypeScript
    • C
    • PHP
    • Shell
  • Experimental Tech:
    • React
    • Go

🌈 Future Goals

  • Cloud-based Development

🕵️ Interests

  • Web Security
  • Low-Level Programming

立ち寄っていただきありがとうございます!

doremire/doremire - プロフィール

Pinned

  1. mkfile mkfile
    1
    mkfile() {
    2
        local dir
    3
        dir=$(dirname "$1")
    4
    
    
    5
        # ディレクトリが存在しない場合、作成
  2. ArchLinux-DotFiles ArchLinux-DotFiles Public

    First rice dotfiles for Arch Linux. 🌴

    Shell 20 1

  3. README-Templates README-Templates Public template

    Awesome README templates for everyone. 📚

  4. doremire doremire Public

    プロフィール

  5. vscode-custom.css vscode-custom.css
    1
    /* .monaco-editor .lines-content .core-guide-indent {
    2
        background-image: linear-gradient(to bottom, #bbb 50%, transparent 50%);
    3
        background-repeat: repeat-y;
    4
        background-size: 2px 6px;
    5
        border-left: none;