aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorMiquel Sabaté <msabate@suse.com>2016-03-05 15:08:26 +0100
committerMiquel Sabaté <msabate@suse.com>2016-03-05 15:08:47 +0100
commit12813183465b01acde30a37d9e04f2ea68983c3e (patch)
treecacd65866884c799111ffe8d869055c7a790f62d /install.sh
parent71ba4155e1f30459600b89c15a6975afcc2bf5af (diff)
downloaddotfiles-12813183465b01acde30a37d9e04f2ea68983c3e.tar.gz
dotfiles-12813183465b01acde30a37d9e04f2ea68983c3e.zip
weechat: added config
Signed-off-by: Miquel Sabaté <msabate@suse.com>
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh4
1 files changed, 4 insertions, 0 deletions
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.