aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2017-02-15 10:55:01 +0100
committerMiquel Sabaté Solà <msabate@suse.com>2017-02-15 10:55:01 +0100
commit041118cfd7158681e33802efd361a3aa313bfd26 (patch)
treee537fafc52194bfa95583f0271d656c6ab0dca93 /install.sh
parentbd80cd36330c253e881a9d5735bd8385e97a6f16 (diff)
downloaddotfiles-041118cfd7158681e33802efd361a3aa313bfd26.tar.gz
dotfiles-041118cfd7158681e33802efd361a3aa313bfd26.zip
weechat: nuked
I'm using ERC now. Moreover, I've also moved the main README from markdown to orgmode. Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/install.sh b/install.sh
index 3b54e07..4a5c811 100755
--- a/install.sh
+++ b/install.sh
@@ -37,7 +37,7 @@ rm -rf $HOME/bin/test
# i3 and X stuff. An incomplete list of openSUSE packages that I need in order
# to have a good i3 environment is: i3 xlockmore dunst i3status nitrogen scrot
-# breeze5-cursors konsole gpicview okular dmenu weechat the_silver_searcher.
+# breeze5-cursors konsole gpicview okular dmenu the_silver_searcher.
mkdir -p $HOME/.config/dunst $HOME/.i3
cp i3/config $HOME/.i3/config
cp i3status.conf $HOME/.i3status.conf
@@ -63,10 +63,6 @@ cp emacs/custom.el $HOME/.emacs.d/custom.el
cp emacs/init.el $HOME/.emacs.d/init.el
ln -s emacs/init.org $HOME/.emacs.d/init.org
-# Wipe out weechat config and install it again
-rm -rf $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.