Talk in English - US at php[tek] 2024
Short URL: https://joind.in/talk/c30ff
(QR-Code (opens in new window))
Dotfiles are an essential part of the command line. They configure your environment and personalize your experience. Many CLI commands provide a config file to manage your settings. They build up quickly, so it's important to have a way to manage them. You can get as nerdy as you want, with your system settings.
You'll learn things you should do, and some things to avoid. You'll learn how to structure your dotfiles, make them modular, and make them maintainable for the long term. With the power of scripting, this talk will help you learn how to make your dotfiles extensible and easier to maintain.
Key Takeaways:
* learn shell conventions and the The XDG Base Directory Specification
* Learn strategies for creating a publicly shareable dotfiles repo.
* Leverage the capabilities of the shell
* Learn cross platform strategies
Comments
Comments are closed.
Going into this talk I knew I was getting in over my head with the content of the talk, but I was able to walk away with it with a better understanding of the terminal and these dotfiles that I'm used to just passing over until now. Thanks for putting this together!
As a fellow curator of dotfiles, it’s always interesting to see how someone else sets up their shell environment. Andrew included lots of good examples for how to set things up and organize commands. I learned a few new ways to customize the prompt based on what mode you’re in. Thanks!