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.
brew install fish
pub fn main() !void { | |
// Alignment in computer programming refers to the way data is arranged and accessed in memory. | |
// It is a rule that specifies the memory address boundaries at which a data type or variable | |
// should be stored. | |
// The goal of alignment is to ensure that memory accesses are efficient and that the processor | |
// can retrieve data in the most optimized way. | |
// https://ziggit.dev/t/whats-up-with-alignof-u128/1271/3?u=s4hubhamp | |
// Definition as per Zig docs | |
// Each type has an alignment - a number of bytes such that, when a value of the type is loaded from or stored to memory, |
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.
brew install fish