aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
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.