Skip to content

HyDE-Project/obsidian

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

obsidian

HyDE's wallbash template for Obsidian.

Preview:

Preview Image Preview Image Preview Image Preview Image Preview Image

Installation:

  1. clone this repo to your obsidian vault's .obsidian/themes/ directory.
  • Take note that the initial obsidian vault is located at ~/Documents/Obsidian Vault/, however this is not always the case. Therefore, you may need to set the OBSIDIAN_VAULT environment variable to the correct path. This can be done by adding the following:
    • or setting the env in userprefs.conf env = OBSIDIAN_VAULT,/path/to/your/obsidian/vault
    • or line to your .profile , .zprofile or .bash_profile file or similar rc files
export OBSIDIAN_VAULT="${HOME}/Documents/Obsidian Vault/"
git clone https://github.com/HyDE-Project/obsidian "${OBSIDIAN_VAULT}/.obsidian/themes/Wallbash/"
cd "${OBSIDIAN_VAULT}/.obsidian/themes/Wallbash/"
  1. Now we need to have a copy of the obsidian.dcol file in the ~/.config/hyde/wallbash/always directory.
cp ./obsidian.dcol ~/.config/hyde/wallbash/always/
  1. Run hydectl reload to apply the changes.
  • This will generate the theme.css file.
  1. Set the theme in Obsidian settings.
    • ⚙Setting > Appearance️ > 📁 Open themes folder️ > Select Wallbash Preview Image

Installation preview:

installation.mp4

Note

After cloning be sure to do step #2 cp ./obsidian.dcol ~/.config/hyde/wallbash/always/

Updating:

  1. Navigate to your obsidian vault
  2. cd ./.obsidian/themes/Wallbash/
  3. git pull
  4. cp ./obsidian.dcol ~/.config/hyde/wallbash/always/
  5. hydectl reload

TODO

  • Add a script to automate the installation process

About

HyDE's wallbash template for obsidian.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published