/dotfiles

dotfiles, managed by https://github.com/twpayne/chezmoi

Primary LanguageRuby

futabooo's dotfiles

test

dotfiles, managed by twpayne/chezmoi🏡

install

$ sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply futabooo

VSCode Dev Containers

can also use postCreateCommand in your devcontainer.json instead manually.

  "postCreateCommand": "sh -c \"$(curl -fsLS get.chezmoi.io)\" -- init --apply futabooo",