Hi Kunchan, I loved your video on agentic workflow (very informative btw) and naturally dived into your dotfile repo to try and have a similar setup. Lots of love.
Could you please share your complete setup guide (I checked out your dotfile repo but it would require lots of work to arrive at a fully working setup), would be useful for not-to-old-but-not-too-young people like me who hardly get enough time to even think about setting up everything from scratch!
Would love to have a my terminal setup similar to yours (wezterm, tmux configs, etc). I am also starting to explore more of your opensource tools like lavish-axi and firstmate.
my current setup includes using Ghostty without tmux (btw my setup is highly opinionated and fully replicable as well here: https://github.com/lakshyads/dotfiles)
This is great! I got here from your Agentic Engineering workflow youtube video, which has really helped me visualize how to modify my day to day. Consider me fully converted to rose pine moon now :)
One thing you probably have not encountered because you already have it installed -
The whole script generally runs better for someone who has nix installed already because of the if branch (sudo darwin-rebuild switch) instead of the fragile sudo nix run github:....
Simply running setup twice (second time in a new session) was the easiest route for me because you do get nix installed the first time around. Probably not the cleanest but maybe worth noting!
Hi Kunchan, I loved your video on agentic workflow (very informative btw) and naturally dived into your dotfile repo to try and have a similar setup. Lots of love.
Could you please share your complete setup guide (I checked out your dotfile repo but it would require lots of work to arrive at a fully working setup), would be useful for not-to-old-but-not-too-young people like me who hardly get enough time to even think about setting up everything from scratch!
Would love to have a my terminal setup similar to yours (wezterm, tmux configs, etc). I am also starting to explore more of your opensource tools like lavish-axi and firstmate.
my current setup includes using Ghostty without tmux (btw my setup is highly opinionated and fully replicable as well here: https://github.com/lakshyads/dotfiles)
Check out my new video which exactly answered this! :)
This is great! I got here from your Agentic Engineering workflow youtube video, which has really helped me visualize how to modify my day to day. Consider me fully converted to rose pine moon now :)
One thing you probably have not encountered because you already have it installed -
line 18 in the setup/mac.sh should reference https://install.determinate.systems/nix. Right now it references a .sh file
The whole script generally runs better for someone who has nix installed already because of the if branch (sudo darwin-rebuild switch) instead of the fragile sudo nix run github:....
Simply running setup twice (second time in a new session) was the easiest route for me because you do get nix installed the first time around. Probably not the cleanest but maybe worth noting!
Thanks for the flag! Must have been a "worked on my machine" problem that slipped!