From 00a7e52f822666d5b72537fc42c3fbab84a046bf Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Fri, 22 Apr 2016 20:58:35 +0200 Subject: Uploading files from i3, X... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I've been successfully running i3 and I'm quite happy with it. Signed-off-by: Miquel Sabaté Solà --- install.sh | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'install.sh') diff --git a/install.sh b/install.sh index e6e7d8a..f544091 100755 --- a/install.sh +++ b/install.sh @@ -28,6 +28,20 @@ cp rvmrc $HOME/.rvmrc cp gnupg/gpg.conf $HOME/.gnupg/gpg.conf 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. +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 + +# Make Caps Lock an extra control. +sudo localectl set-x11-keymap es "" cat, 'ctrl:nocaps' + # Wipe out the current vim config and replace it with this one. rm -rf $HOME/.vim rm -rf $HOME/.vimrc -- cgit v1.2.3