This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/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..." |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| "$schema" = 'https://starship.rs/config-schema.json' | |
| format = """ | |
| $character\ | |
| $username\ | |
| $hostname\ | |
| $directory\ | |
| $git_branch\ | |
| $git_commit\ | |
| $git_state\ | |
| $git_metrics\ |