From f9637492b32706e4c348f1fdde8e4416ee114186 Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Wed, 18 May 2016 10:21:35 +0200 Subject: Use ag for searching stuff in vim MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index 1280a8a..5593243 100755 --- a/install.sh +++ b/install.sh @@ -19,6 +19,7 @@ cp gemrc $HOME/.gemrc cp gitcompletion.sh $HOME/.gitcompletion.sh cp gitconfig $HOME/.gitconfig cp global.gitignore $HOME/.gitignore +cp agignore $HOME/.agignore cp hgrc $HOME/.hgrc cp hgcompletion.sh $HOME/.hgcompletion.sh cp global.hgignore $HOME/.hgignore @@ -30,7 +31,7 @@ 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 -# breeze5-cursors konsole gpicview okular dmenu weechat. +# breeze5-cursors konsole gpicview okular dmenu weechat the_silver_searcher. mkdir -p $HOME/.config/dunst $HOME/.i3 cp i3/config $HOME/.i3/config cp i3status.conf $HOME/.i3status.conf -- cgit v1.2.3