From 12813183465b01acde30a37d9e04f2ea68983c3e Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Date: Sat, 5 Mar 2016 15:08:26 +0100 Subject: weechat: added config MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté --- install.sh | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 5f94919..e1f2ff0 100755 --- a/install.sh +++ b/install.sh @@ -34,6 +34,10 @@ cp -rf vim $HOME/.vim cp vimrc $HOME/.vimrc vim +PluginInstall +qall +# Wipe out weechat config and install it again +rm -r $HOME/.weechat +cp -r weechat $HOME/.weechat + # Update the style for KTE users (KWrite, Kate, KDevelop & Kile). Note that # there are two configs: the global one and the KDE one. The KDE one assumes # that all your KDE projects are stored in the `$HOME/Projects/kde` directory. -- cgit v1.2.3