Skip to content
View Mopsgamer's full-sized avatar

Block or report Mopsgamer

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Mopsgamer/README.md

Hi there 👋

I'm Lev, and I'm trying to fix stuff.

Sources Contributions Mentions

Linux Bootstrap
sudo apt update && sudo apt install -y \
  curl gh git \
  zoxide ripgrep \
  fish
chsh -s $(which fish)

echo 'eval "$(zoxide init bash)"' >> ~/.bashrc
mkdir -p ~/.config/fish
echo 'zoxide init fish | source' >> ~/.config/fish/config.fish

mkdir -p ~/.config/fish/completions
rg --generate complete-fish > ~/.config/fish/completions/rg.fish

curl -fsSL https://bun.sh/install | bash
SHELL=fish bun completions ~/.config/fish/completions

curl -fsSL https://deno.land/install.sh | sh
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.4/install.sh | bash

https://github.com/Mopsgamer/github-sign-commits

Pending

microsoft/vscode-vsce#1257 streamich/memfs#1224 npmx-dev/npmx.dev#2464 BetterDiscord/BetterDiscord#2127

Pinned Loading

  1. view-ignored view-ignored Public

    Retrieve list of files ignored/included by Git, NPM, Yarn, JSR, VSCE or other tools.

    TypeScript 1

  2. nerd-fonts nerd-fonts Public

    Gets Nerd Fonts glyph icons via a CSS class name or a file path with an extension.

    TypeScript

  3. jsr-path jsr-path Public

    Sort, parse and format a path array/object.

    TypeScript

  4. jsr-logger jsr-logger Public

    A colorful logger with the ability to log "Processing ... done".

    TypeScript

  5. dracula-highlighting dracula-highlighting Public

    Modern dracula-highlighting themes for VSCode.

    JavaScript