Being new to Ubuntu/Linux I've tried to quickly setup the newly installed weechat
using this proposed configuration. Now, since it is hard to learn to use it, respectively get easy help AND weechat
doesn't connect anymore, I want to totally reset everything.
I tried to un-/reinstall, but it keeps all settings. Also couldn't find any clue on-line.
weechat
. Got a request it if I really want to paste them - over. However I've done (at least tried) some settings from this introduction before. I really want to wipe out everything. Is this possible? Thank you :) – alex Sep 08 '15 at 21:32find /home/$USER -name '*weechat*' -type d
. In theory, removing the paths it states (which are folders) will remove the weechat configuration settings. – Thomas Ward Sep 08 '15 at 21:39$USER
my user). However, I deleted the.weechat
directory inside the/home
directory. And it worked: after restarting it seems to be like new again :) – alex Sep 08 '15 at 21:49