Closed AdrienLemaire closed 4 years ago
Hi @AdrienLemaire, I've noticed similar issues with the install instructions. I've submitted a pull request to address those.
As for the error you're seeing, it's because your configuration file has been simplified a bit too much from the example. You still need to include the following URLs at the root level of the config:
# Set the URL for the Schemes master list
SchemesMasterURL: "https://raw.githubusercontent.com/chriskempson/base16-schemes-source/master/list.yaml"
# Set the URL for the Templates master list
TemplatesMasterURL: "https://raw.githubusercontent.com/chriskempson/base16-templates-source/master/list.yaml"
To simplify the configuration I think that those should probably be the implicit defaults and not be required in the configuration. @binaryplease, what do you think?
Hi @binaryplease , and thanks for working on this manager. I look forward to seeing it become more adopted by base16 users and see an aur package for it.
I tried to install the package, but faced several issues. Solved:
~/go/src
before runninggo install
~/go/bin/
is base16-universal-manager and not base16-setterNot solved:
Couldn't figure out what it's trying to do here.
.config/base16-universal-manager/config.yaml:
system: Arch linux
What should I do next?