hyprchan/README.md

32 lines
1017 B
Markdown
Raw Permalink Normal View History

2023-10-13 20:48:26 -08:00
# hyprchan
wallpaper generator
## Install
1. Copy or symlink `hyprchan` to a directory in your $PATH, such as ~/.local/bin.
2. Make the directory `~/.config/hyprchan` and copy/symlink hyprchan.conf there.
### Dependencies
hyprchan depends on `f.el` and `dash.el`. By default the config file will bootstrap straight.el to install them. If you have these packages available system-wide (EG with debian's elisp packages), you can comment it out.
## Install - Windows
First get the Scoop package manager https://scoop.sh and follow its instructions for adding the `extras` bucket.
Then install the following:
- `emacs`
- `imagemagick`
- `file`
Put hyprchan.conf where it goes (run this in powershell while in the project root folder):
```powershell
new-item -type directory -force -path $env:APPDATA\.config\hyprchan\
copy-item hyprchan.conf $env:APPDATA\.config\hyprchan\hyprchan.conf
new-item -type directory -path $env:APPDATA\.cache\
```
Then edit it so it actually knows where your wallpapers should be.