Skip to content
View SimoneCheng's full-sized avatar
👻
Weee!!!
👻
Weee!!!
Block or Report

Block or report SimoneCheng

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

Hello! 👋 I'm Simone! 👻

simonecheng

🐳 About Me

  • ⚡ I'm a self-taught passionate Front-End developer!
  • 🌱 Learning and now.
  • 📝 Welcome to my blog.
  • 📫 You can find me here bleach1827@gmail.com.

🐳 Language and Tools

html5 css3 javascript typescript ember react redux sass git jest webpack nodejs firebase

🐳 My Github Stats

Simone's GitHub stats Top Langs

Pinned

  1. SimoneCheng.github.io SimoneCheng.github.io Public

    Personal Website

    HTML 1

  2. notes notes Public

    Records all learning notes about computer science and web! See below website: simonecheng.github.io/notes/

    JavaScript 3

  3. my .zshrc my .zshrc
    1
    alias git='LANG=en_GB git'
    2
    
                  
    3
    # Load version control information
    4
    autoload -Uz vcs_info
    5
    precmd() { vcs_info }
  4. my .vimrc my .vimrc
    1
    syn on "语法支持
    2
    set laststatus=2 "始终显示状态栏
    3
    set tabstop=2 "一个制表符的长度
    4
    set softtabstop=2 "一个制表符的长度(可以大于tabstop)
    5
    set shiftwidth=2 "一个缩进的长度