diff --git a/requirments.yml b/requirments.yml new file mode 100644 index 0000000..74b07c6 --- /dev/null +++ b/requirments.yml @@ -0,0 +1 @@ +- src: gantsign.visual-studio-code \ No newline at end of file diff --git a/setup.sh b/setup.sh new file mode 100644 index 0000000..051a7ec --- /dev/null +++ b/setup.sh @@ -0,0 +1,3 @@ +#! bin/bash +ansible-galaxy install -r requirments.yml +ansible-pull -U https://git.jatus.tech/Jatus/workstation-setup.git \ No newline at end of file