diff --git a/home.jx.yaml b/home.jx.yaml new file mode 100644 index 0000000..cf9400f --- /dev/null +++ b/home.jx.yaml @@ -0,0 +1,11 @@ +resources: +- type: file + transition: present + attributes: + path: .vimrc + mode: 0644 + content: | + set tabstop=2 softtabstop=2 shiftwidth=2 + autocmd FileType go setlocal ts=2 sts=2 sw=2 + set number +