commit 7eab30c4d8812eabe1fe191edf802e7bcb6b3781 Author: Void Date: Sat Jan 3 15:48:34 2026 +0800 initialize project diff --git a/README.md b/README.md new file mode 100644 index 0000000..5ee9cc4 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# MacOS Setup Wizard + +A simple setup wizard helping me setup my laptop correctly and fast. \ No newline at end of file diff --git a/v1/apps.json b/v1/apps.json new file mode 100644 index 0000000..117d7c0 --- /dev/null +++ b/v1/apps.json @@ -0,0 +1,11 @@ +{ + "apps": [ + { + "id": "vscode", + "name": "Visual Studio Code", + "url": "https://code.visualstudio.com/download", + "type": "dmg", + "install_command": "brew install --cask visual-studio-code" + } + ] +} diff --git a/v1/directories.json b/v1/directories.json new file mode 100644 index 0000000..eb401a3 --- /dev/null +++ b/v1/directories.json @@ -0,0 +1,5 @@ +{ + "directories": [ + + ] +} \ No newline at end of file