initialize project
This commit is contained in:
3
README.md
Normal file
3
README.md
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
# MacOS Setup Wizard
|
||||||
|
|
||||||
|
A simple setup wizard helping me setup my laptop correctly and fast.
|
||||||
11
v1/apps.json
Normal file
11
v1/apps.json
Normal file
@@ -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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
5
v1/directories.json
Normal file
5
v1/directories.json
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"directories": [
|
||||||
|
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user