HyDE's wallbash template for Obsidian.
- 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 theOBSIDIAN_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
- or setting the env in
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/"
- 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/
- Run
hydectl reload
to apply the changes.
- This will generate the
theme.css
file.
- Set the theme in Obsidian settings.
installation.mp4
Note
After cloning be sure to do step #2
cp ./obsidian.dcol ~/.config/hyde/wallbash/always/
- Navigate to your obsidian vault
cd ./.obsidian/themes/Wallbash/
- git pull
cp ./obsidian.dcol ~/.config/hyde/wallbash/always/
hydectl reload
- Add a script to automate the installation process