[go: up one dir, main page]

Skip to content

mwilliammyers/dotfiles

Repository files navigation

dotfiles

🔧 My modular dotfiles.

usage

  1. Read hacking.

bootstrap

curl -fsSL git.io/mwilliammyers-dotfiles | sh

à la carte

Configure/install individual apps:

./rust.sh

...

features

app highlights

general:

rust/cargo:

  • cargo-edit - allows you to add and list dependencies by reading/writing to your Cargo.toml file from the command line
  • cargo-watch - utility for cargo to compile projects when sources change
  • cargo-tree – Cargo subcommand that visualizes a crate's dependency graph in a tree-like format
  • messense/rust-musl-cross - Docker images for compiling static Rust binaries using musl-cross

* WIP: these dotfiles do not install this yet

notes

My dotfiles are under construction; use/fork/hack this repo at your own risk.

hacking

You might want to make your own dotfiles repo. This repo might be a good place to start:

  1. Fork this repository.
  2. TODO

Releases

No releases published

Packages

No packages published

Languages