Skip to content
View Mopsgamer's full-sized avatar
✌️
✌️

Block or report Mopsgamer

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

npmx-dev/npmx.dev#3214

Pinned Loading

  1. view-ignored/view-ignored view-ignored/view-ignored Public

    Retrieve list of files ignored/included by Git, NPM, Yarn, JSR, Deno, Bun, VSCode extension CLI and 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