Skip to content

Instantly share code, notes, and snippets.

#!/bin/sh
# Compile polkadot with patched simd package
cd ~
sudo apt install build-essential curl git make clang \
libclang-dev libssl-dev llvm libudev-dev protobuf-compiler pkg-config
if ! command -v rustc >/dev/null 2>&1 || ! command -v cargo >/dev/null 2>&1; then
echo "Rust not found, installing..."
@lx38
lx38 / starship.toml
Last active September 12, 2022 15:25
basic fish shell prompt
"$schema" = 'https://starship.rs/config-schema.json'
format = """
$character\
$username\
$hostname\
$directory\
$git_branch\
$git_commit\
$git_state\
$git_metrics\