WSL Ubuntu 上の環境を構築するための recipe
cinc client
curl -sL https://omnitruck.cinc.sh/install.sh | sudo bash
sudo -E chef-apply ./recipes/default.rb --why-run
sudo -E chef-apply ./recipes/default.rb
sudo -E chef-apply ./recipes/wsl.rb
sudo -E chef-apply ./recipes/fish.rb
then
chsh -s /usr/bin/fish
and logout && re-login
# without sudo
chef-apply ./recipes/post_chsh.rb --why-run
chef-apply ./recipes/post_chsh.rb