Starter configs
pls
uses simple YAML-based config files. This makes it
easy to
- check these configs into VCS to ensure your teammates can enjoy them
- back them up with the rest of your dotfiles
- share them with others to help them get started
This page consists of some configs to get you started. If you have a config that you'd like to share with others, please share with us.
Common files
Since pls
comes with a very minimal configuration out-of-the-box, you can
use this to set up pls
for most common file types.
Office
If you work with a lot of Microsoft Office apps, you can use this config to have pretty and consistent icons for all your work files.
Rust
pls
being a Rust project, comes with the configuration for Rust projects
baked-in.
Python
If you build Python projects using Pipenv, Poetry or PDM, this config is for you.
Web development
If you build web applications without any of the major JavaScript frameworks, this config is for you.
JavaScript/TypeScript
If you build JavaScript/TypeScript projects, this config is for you. It supports npm and pnpm as package managers, and Vue and React frameworks as well. If you use JavaScript for frontend development, you should also inherit the web dev config above.