Skip to content
/ my-dev-env Public

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

Notifications You must be signed in to change notification settings

k0d/my-dev-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published