{"id":19358897,"url":"https://github.com/quinta0/obsidiansetup","last_synced_at":"2025-04-23T11:32:29.622Z","repository":{"id":243425982,"uuid":"812390580","full_name":"Quinta0/ObsidianSetup","owner":"Quinta0","description":"An utility script to make installing Obsidian and it's plugins from device to device more easier","archived":false,"fork":false,"pushed_at":"2024-10-17T10:08:03.000Z","size":82953,"stargazers_count":15,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-02T14:53:54.015Z","etag":null,"topics":["bash","obsidian","obsidian-community","obsidian-plugin","powershell","script","utility"],"latest_commit_sha":null,"homepage":"https://quinta0.github.io/","language":"PowerShell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Quinta0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-06-08T18:49:18.000Z","updated_at":"2025-04-02T04:13:30.000Z","dependencies_parsed_at":"2024-07-13T12:33:47.501Z","dependency_job_id":"e4b92414-5245-41eb-b218-ea638575ba2e","html_url":"https://github.com/Quinta0/ObsidianSetup","commit_stats":null,"previous_names":["quinta0/obsidiansetup"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quinta0%2FObsidianSetup","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quinta0%2FObsidianSetup/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quinta0%2FObsidianSetup/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Quinta0%2FObsidianSetup/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Quinta0","download_url":"https://codeload.github.com/Quinta0/ObsidianSetup/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250425408,"owners_count":21428560,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","obsidian","obsidian-community","obsidian-plugin","powershell","script","utility"],"created_at":"2024-11-10T07:13:27.697Z","updated_at":"2025-04-23T11:32:29.322Z","avatar_url":"https://github.com/Quinta0.png","language":"PowerShell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Obsidian Setup Script\n\nThis repository contains scripts to automatically install Obsidian and configure it with your desired plugins on Linux, macOS, and Windows.\n\n## Files\n\n- `install_obsidian.sh`: Script to install Obsidian and configure plugins on Linux and macOS.\n- `install_obsidian.ps1`: Script to install Obsidian and configure plugins on Windows.\n- `plugins.json`: Configuration file listing the core and community plugins to be installed.\n\n## Prerequisites\n\n### Windows\n\n- Git Bash: [Download and install Git for Windows](https://gitforwindows.org/)\n- PowerShell with administrative privileges\n\n### Linux\n\n- wget\n- jq\n\n### macOS\n\n- Homebrew: [Install Homebrew](https://brew.sh/)\n\n## Usage\n\n### 1. Clone the Repository\n\nOpen your terminal or Git Bash and clone the repository:\n\n```bash\ngit clone git@github.com:Quinta0/ObsidianSetup.git\ncd ObsidianSetup\n```\n\n### 2. For Windows\n1) Open PowerShell as Administrator.\n\n2) Navigate to the repository directory:\n```bash\ncd ObsidianSetup\n```\n\n3) Run the PowerShell script:\n```bash\n.\\install_obsidian.ps1\n```\n\n### 3. For Linux and macOS\n1) Open your terminal.\n\n2) Navigate to the repository directory:\n```bash\ncd ObsidianSetup\n```\n\n3) Run the Bash script:\n```bash\n./install_obsidian.sh\n```\n4) Follow the prompts to select your operating system.\n\n## Configuration\n`plugins.json`\nThis file lists the core and community plugins to be installed. Modify this file to add or remove plugins as needed.\n```json\n{\n  \"core_plugins\": [\n    \"core-plugin-id-1\",\n    \"core-plugin-id-2\"\n  ],\n  \"community_plugins\": [\n    \"community-plugin-id-1\",\n    \"community-plugin-id-2\"\n  ]\n}\n```\n\n## Troubleshooting\n### Obsidian Installation Failed\nIf the installation script fails to install Obsidian, check the following:\n\n- Ensure you have the required dependencies installed.\n- Check the output of the script for any error messages.\n- Verify that the download URL for Obsidian is correct.\n### Plugins Not Enabled/Installed\nIf the plugins are not enabled or installed:\n\n- Ensure the plugins.json file is correctly formatted and the plugin IDs are correct.\n- Check the output of the script for any error messages.\n- Verify the plugin files/directories are created in the appropriate location.\n\n## License\nThis project is licensed under the MIT License.\n\n## Thanks for the stars\n[![Stargazers repo roster for @Quinta0/ObsidianSetup](https://reporoster.com/stars/dark/Quinta0/ObsidianSetup)](https://github.com/Quinta0/ObsidianSetup/stargazers)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquinta0%2Fobsidiansetup","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fquinta0%2Fobsidiansetup","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fquinta0%2Fobsidiansetup/lists"}