Skip to content

Instantly share code, notes, and snippets.

View therexdy's full-sized avatar

Rexdy therexdy

View GitHub Profile
@therexdy
therexdy / bookmarks.html
Created October 13, 2025 15:19
my firefox bookmarks
<!DOCTYPE NETSCAPE-Bookmark-file-1>
<!-- This is an automatically generated file.
It will be read and overwritten.
DO NOT EDIT! -->
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8">
<meta http-equiv="Content-Security-Policy"
content="default-src 'self'; script-src 'none'; img-src data: *; object-src 'none'"></meta>
<TITLE>Bookmarks</TITLE>
<H1>Bookmarks Menu</H1>
@therexdy
therexdy / init.lua
Created October 13, 2025 14:51
my neovim config
vim.g.loaded_node_provider = 0
vim.g.loaded_perl_provider = 0
vim.g.loaded_python3_provider = 0
vim.g.loaded_ruby_provider = 0
vim.g.mapleader = "\\"
vim.g.maplocalleader = "\\"
vim.opt.number = true
vim.opt.relativenumber = false