2
Wow, great write up! It's cool that you setup a blog. A couple things, I wished I could copy the code snippets but they paste with the line numbers, and I think there is a typo. lando npm dev isn't that supposed to be lando npm run dev?
Over the weekend I ran Lando on a second machine (using your write up!). I culled down my .dotfiles. Leaving out as many things as possible including php and composer and so on. Just got back my machine this morning. I think I made a clean jump to using Lando (and Docker)! Though I think I may install Composer to speed up the build process when docker spins up a project.
1
all and all .dotfiles has been an interesting journey. I would say it hasn't been perfect. Mainly for the run Fresh.sh concept. Which is meant to happen, once. Though everything really is about managing the files. What I like about this is I now have an aliases file, a brew file and so on. It has also got me thinking about things I want to have. It even inspired me to start making new aliases, and work on writing my own bash files to run things. I even made one for your command to spin up a new site with Lando...
spin new_app
That said, I haven't had a perfect run of using Fresh.sh yet. There have been little errors. and Still refining the .dotfiles to my liking. But implementing the concept has been pretty rad.