🔧 My modular dotfiles.
- Read hacking.
curl -fsSL git.io/mwilliammyers-dotfiles | sh
Configure/install individual apps:
./rust.sh
...
general:
- alacritty* — A cross-platform, GPU enhanced terminal emulator
- BurntSushi/ripgrep - combines the usability of The Silver Searcher with the raw speed of grep
- chmln/sd* - Intuitive find & replace CLI
- cristianoliveira/funzzy* - A configurable filesystem watcher inspired by entr
- dandavison/delta - A syntax-highlighting pager for
git
and diff output - denoland/deno* — A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio
- jhspetersson/fselect* - Find files with SQL-like queries
- ogham/exa - A replacement for
ls
- Peltoche/lsd* - An ls with a lot of pretty colors and awesome icons
- sharkdp/bat - A
cat(1)
clone with wings. - sharkdp/fd - A simple, fast and user-friendly alternative to find.
- sitkevij/hex* - A colorized hexdump terminal utility.
- toshi-search/Toshi* - A full-text search engine in rust
- XAMPPRocky/tokei* - counts the lines of code
- xi-editor* - A modern editor with a backend written in Rust.
- lotabout/skim* - A fuzzy finder in pure rust
- junegunn/fzf - 🌸 A command-line fuzzy finder
- stedolan/jq - Command-line JSON processor
- 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
My dotfiles are under construction; use/fork/hack this repo at your own risk.
You might want to make your own dotfiles repo. This repo might be a good place to start:
- Fork this repository.
- TODO