Skip to content

Instantly share code, notes, and snippets.

View dionixs's full-sized avatar
💻
code...code...code

Roman dionixs

💻
code...code...code
  • Earth
View GitHub Profile
@dionixs
dionixs / my-lazy-vim.md
Created April 7, 2025 20:48 — forked from JoshDevHub/my-lazy-vim.md
My LazyVim Setup

Basic LazyVim Setup with Ruby/Rails

A very basic setup for ruby/rails development using LazyVim

Prerequisites

First, you'll of course need neovim. I personally just use the stable release over nightly just because I dislike when things randomly break, and I have to stop working to deal with it. But do whatever you like.

Probably a good idea to start it and run :checkhealth to make sure everything works before proceeding.

@dionixs
dionixs / JetBrains trial reset.md
Created June 7, 2024 10:23
Reset all JetBrains products trial in Linux

In some cases, only these lines will work

for product in IntelliJIdea WebStorm DataGrip PhpStorm CLion PyCharm GoLand RubyMine; do
    rm -rf ~/.config/$product*/eval 2> /dev/null
    rm -rf ~/.config/JetBrains/$product*/eval 2> /dev/null
done

But if not, try these