Skip to content
View hongyanca's full-sized avatar

Block or report hongyanca

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. dotfiles-linux dotfiles-linux Public

    This is where I store and manage the configuration files that power my development environment and system setup.

    Shell

  2. Install new(ish) command line tools Install new(ish) command line tools
    1
    bash -c "$(curl -fsSL https://raw.githubusercontent.com/hongyanca/dotfiles-linux/refs/heads/main/scripts/scripts/install-modern-utils.sh)"
    2
    #
  3. lazyvim-install.sh lazyvim-install.sh
    1
    bash -c "$(curl -fsSL https://raw.githubusercontent.com/hongyanca/dotfiles-linux/refs/heads/main/scripts/scripts/lazyvim-install.sh)"
    2
    #
  4. kickstart-nvim-install.sh kickstart-nvim-install.sh
    1
    bash -c "$(curl -fsSL https://raw.githubusercontent.com/hongyanca/dotfiles-linux/refs/heads/main/scripts/scripts/kickstart-nvim-install.sh)"
    2
    #
  5. Use `install-neovim.sh nightly` to i... Use `install-neovim.sh nightly` to install prerelease version. `install-neovim.sh` without arguments to install stable release.
    1
    bash -c "$(curl -fsSL https://raw.githubusercontent.com/hongyanca/dotfiles-linux/refs/heads/main/scripts/scripts/install-neovim.sh)"
    2
    #