I decided to invest a little time in making my coding environment a little more pleasant. These are some of my personal dotfiles.
- Starship - Customizable prompt for any shell
- just - Command runner inspired by
make
- direnv - Loads and unloads environment variables depending on current directory
- uv - Python package manager
Most of these can be placed in your home (~/
) directory. However, the .bashrc
file should only be appended to existing .bashrc
, and the gitignore
file should change to .gitignore
.
There's a better way to do this, but kinda works for now.