From 403f5ce4263901bd69c5a119dc15eadc9c16048f Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Tue, 3 May 2016 13:13:30 +0200 Subject: install: some fixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- install.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 0ad72a4..1280a8a 100755 --- a/install.sh +++ b/install.sh @@ -30,14 +30,14 @@ chmod +x $HOME/.rake_completion # 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 -# breeze-icons konsole gpicview (maybe gwenview? not sure) okular dmenu. +# breeze5-cursors konsole gpicview okular dmenu weechat. mkdir -p $HOME/.config/dunst $HOME/.i3 cp i3/config $HOME/.i3/config cp i3status.conf $HOME/.i3status.conf cp inputrc $HOME/.inputrc cp Xresources $HOME/.Xresources cp -r fonts $HOME/.fonts -cp config/dunst/dunstrc $HOME/config/dunst/dunstrc +cp config/dunst/dunstrc $HOME/.config/dunst/dunstrc # Make Caps Lock an extra control. # sudo localectl set-x11-keymap es "" cat, 'ctrl:nocaps' @@ -51,7 +51,7 @@ cp vimrc $HOME/.vimrc vim +PluginInstall +qall # Wipe out weechat config and install it again -rm -r $HOME/.weechat +rm -rf $HOME/.weechat cp -r weechat $HOME/.weechat # Update the style for KTE users (KWrite, Kate, KDevelop & Kile). Note that -- cgit v1.2.3