Skip to content

Instantly share code, notes, and snippets.

View 0xbc1p's full-sized avatar
🎯
Focusing

0xbc1p 0xbc1p

🎯
Focusing
View GitHub Profile
@0xbc1p
0xbc1p / LazyVIM.md
Created April 22, 2024 17:42 — forked from danielkec/LazyVIM.md
LazyVIM

Default shortcuts

Ctrl+h        select file tree
Ctrl+l        select file editor
Shift+h       left editor tab
Shift+l       right editor tab
Alt+j         move current line up
Alt+k         move current line down
double space  filename search(telescope) - `Ctrl+d` and `Ctrl+u` to scroll preview
@0xbc1p
0xbc1p / docker-compose.yml
Last active April 5, 2024 03:26 — forked from System-Glitch/generate_blocks.sh
Tutorial for bitcoin regtest
version: "3.8"
services:
bitcoind:
image: "lightninglabs/bitcoin-core:25"
command:
- -regtest
- -rpcbind=0.0.0.0
- -rpcallowip=0.0.0.0/0
- -rpcuser=rpcuser
- -rpcpassword=rpcpassword
@0xbc1p
0xbc1p / fish_install.md
Created January 16, 2024 13:18 — forked from gagarine/fish_install.md
Install fish shell on macOS Mojave with brew

Installing Fish shell on MacOS (Intel and M1) using brew

Fish is a smart and user-friendly command line (like bash or zsh). This is how you can instal Fish on MacOS and make your default shell.

Note that you need the https://brew.sh/ package manager installed on your machine.

Install Fish

brew install fish

BIP: 2023-ordswap
Layer: Applications
Title: Trust minimized swaps using PSBTs
Author: /dev/fd0
Status: Draft
Created: 2023-03-02
License: Public Domain

Introduction