Skip to content

Latest commit

 

History

History
62 lines (60 loc) · 1.72 KB

README.md

File metadata and controls

62 lines (60 loc) · 1.72 KB

My Dev Env

A description of all the tools, plugins and configurations I use for my development environment.

Package Managers etc

Package manager for macOS.

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Compiled programming language, installs compiler and package manager.

curl -sSf https://static.rust-lang.org/rustup.sh | sh

Command Line Tools

A cat(1) clone with syntax highlighting and more.

brew install bat

A minimal, fast alternative to du -sh.

brew install diskus

A modern replacement for ls.

brew install exa

A simple, fast and user-friendly alternative to 'find'.

brew install fd

A command-line hex viewer

brew install hexyl

High precision scientific calculator with support for physical units.

brew install insect

Terminal based bit manipulator in ncurses.

brew install bitwise

A command-line tool to generate, analyze, convert and manipulate colors.

brew install pastel

☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!

brew install starship

~/.config/starship.toml