Skip to content
View Mopsgamer's full-sized avatar
✌️
Almost there, shipping imminently
✌️
Almost there, shipping imminently

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.

Discord (accept friend request), Telegram - mops0234

Sources Contributions Mentions

Linux Bootstrap (for me)
sudo apt update && sudo apt install -y \
curl gh git \
zoxide ripgrep \
fish
chsh -s $(which fish)
git config --global push.followTags true
git config --global pull.rebase true
fish -c "alias --save fixup='git commit -am \"fixup\"'"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 :shipit:

microsoft/vscode-vsce#1257

streamich/memfs#1224

npmx-dev/npmx.dev#2464

Pinned Loading

  1. view-ignored/view-ignoredview-ignored/view-ignoredPublic

    Retrieve list of files ignored/included by Git, NPM, Yarn, JSR, Deno, Bun, VSCode extension CLI and other tools.

    TypeScript 1

  2. nerd-fontsnerd-fontsPublic

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

    TypeScript

  3. jsr-pathjsr-pathPublic

    Sort, parse and format a path array/object.

    TypeScript

  4. jsr-loggerjsr-loggerPublic

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

    TypeScript

  5. dracula-highlightingdracula-highlightingPublic

    Modern dracula-highlighting themes for VSCode.

    JavaScript