This repository contains scripts to automatically install Obsidian and configure it with your desired plugins on Linux, macOS, and Windows.
install_obsidian.sh
: Script to install Obsidian and configure plugins on Linux and macOS.install_obsidian.ps1
: Script to install Obsidian and configure plugins on Windows.plugins.json
: Configuration file listing the core and community plugins to be installed.
- Git Bash: Download and install Git for Windows
- PowerShell with administrative privileges
- wget
- jq
- Homebrew: Install Homebrew
Open your terminal or Git Bash and clone the repository:
git clone [email protected]:Quinta0/ObsidianSetup.git
cd ObsidianSetup
-
Open PowerShell as Administrator.
-
Navigate to the repository directory:
cd ObsidianSetup
- Run the PowerShell script:
.\install_obsidian.ps1
-
Open your terminal.
-
Navigate to the repository directory:
cd ObsidianSetup
- Run the Bash script:
./install_obsidian.sh
- Follow the prompts to select your operating system.
plugins.json
This file lists the core and community plugins to be installed. Modify this file to add or remove plugins as needed.
{
"core_plugins": [
"core-plugin-id-1",
"core-plugin-id-2"
],
"community_plugins": [
"community-plugin-id-1",
"community-plugin-id-2"
]
}
If the installation script fails to install Obsidian, check the following:
- Ensure you have the required dependencies installed.
- Check the output of the script for any error messages.
- Verify that the download URL for Obsidian is correct.
If the plugins are not enabled or installed:
- Ensure the plugins.json file is correctly formatted and the plugin IDs are correct.
- Check the output of the script for any error messages.
- Verify the plugin files/directories are created in the appropriate location.
This project is licensed under the MIT License.