Skip to content

TylerAdamMartinez/Shell-Config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

126 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tyler Adam Martinez's Shell Configuration

Rust-first shell, editor, terminal, and Git configuration.

Setup

1. Install Fish

Linux:

sudo apt-get update
sudo apt-get install fish

macOS:

brew install fish

Set Fish as the default shell:

chsh -s "$(which fish)"

2. Install Rust

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source "$HOME/.cargo/env"

3. Bootstrap CLI Tools

./scripts/bootstrap.sh

The bootstrap script reads the Cargo tool list from Cargo.toml, installs tools with cargo-binstall when possible, falls back to cargo install, and updates installed Cargo binaries.

See INSTALL_LIST.md for the installed tools and optional non-Cargo dependencies.

About

My entire environment setup with all the config files

Topics

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors