1 Commits

Author SHA1 Message Date
KronikPillow
ea5e3ad709
this is how you add missing empty folders
upon fresh install .config/abook and .config/mpd/playlists and .cache/zsh is not created
because of it abook can't create a addressbook and returns a error when launched,
while ncmpcpp can't add songs to playlists as the folder doesn't exist,
and zsh doesn't create history because the folder doesn't exist

solved by adding a .gitignore in those folders and telling git to ignore all files in the folder except .gitignore
2021-04-01 01:24:36 +02:00