Hacker News new | ask | show | jobs
by vtail 2786 days ago
Amazing guide! You have a typo - a second ‘chown’ in mail setup section should be ‘chmod’
1 comments

Thank you!
Some more: 1) .cwmrc has a parse error around chrome command - fixed by adding quotes around “chrome —enable-unveil”

2) I copied your fonts.conf exactly, and see “Fontconfig error, line 2: syntax error”. Can’t figure out yet what’s going on.

Thanks. I think the issue is DOCTYPE, here’s the real file that I use hosted on GitHub, haven’t had any problems with it.

https://github.com/cullum/dotfiles/blob/master/fontconfig/.c...

I've fixed Fontconfig error by properly capitalizing DOCTYPE and SYSTEM and using double quotes:

<?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd">