.config/ files for consistent terminal experience across workstations.
You'll need a package manager (I use brew) and a Rust toolchain
brew install git rustup-init fish
cargo install sccache --locked
RUST_WRAPPER=sccache cargo install zoxide zellij mise-en-place --locked
Unless you own this repo, it's not a good idea to clone into your config directly; and should probably fork it instead.
cd ~/.config
git init
git remote add origin [email protected]:tomasguinzburg/config.git
git pull