https://ziglang.org/documentation/master/#Pointers Local std lib docs:
$ zig stdBrowse the std lib code
$ vi $(zig env | jq -r .std_dir)
https://ziglang.org/documentation/master/#Pointers Local std lib docs:
$ zig stdBrowse the std lib code
$ vi $(zig env | jq -r .std_dir)| // Queue | |
| // using a slice | |
| package main | |
| import ( | |
| "container/heap" | |
| "fmt" | |
| "math" | |
| ) |
| { | |
| description = "Rust development environment"; | |
| inputs = { | |
| nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; | |
| rust-overlay.url = "github:oxalica/rust-overlay"; | |
| flake-utils.url = "github:numtide/flake-utils"; | |
| }; | |
| outputs = { |
| -- Kaolin Breeze Neovim Colorscheme | |
| local M = {} | |
| -- Color Palette | |
| local colors = { | |
| bg0 = "#F6F2EF", | |
| bg1 = "#EBE8E4", | |
| bg2 = "#DEDAD5", | |
| bg3 = "#D2CECA", |
| # install pyenv and poetry | |
| brew update | |
| brew install pyenv | |
| pyenv --version | |
| # pyenv 2.3.15 | |
| pyenv install 3.10.7 | |
| # Wait for a bit for install to finish... | |
| pyenv shell 3.10.7 |
| #!/bin/zsh | |
| # Check if an argument was provided | |
| if [ $# -eq 0 ]; then | |
| echo "Usage: $0 prefix" | |
| exit 1 | |
| fi | |
| # Prefix to be removed (first argument) | |
| PREFIX="$1" |
| #!/bin/bash | |
| # Get information about all installed applications | |
| system_profiler SPApplicationsDataType | |
| exit 0 |
| #!/bin/bash | |
| # Define the directories | |
| dirs=( | |
| "/Library/Audio/Plug-Ins/Components" | |
| "/Library/Audio/Plug-Ins/VST" | |
| "/Library/Audio/Plug-Ins/VST3" | |
| ) | |
| # Loop through the directories |
| #!/bin/bash | |
| # Check if the input file is provided | |
| if [ -z "$1" ]; then | |
| echo "Usage: $0 <file>" | |
| exit 1 | |
| fi | |
| # Store the input file's path | |
| input_file="$1" |
The author @damieng did an amazing job with this font but expressly explains that it cannot be redistributed.
So in honoring that here is a little guide for bringing it into the new decade and patching it with Nerd Fonts.
https://github.com/ryanoasis/nerd-fonts#font-patcher