aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorMiquel Sabaté Solà <msabate@suse.com>2016-05-18 10:21:35 +0200
committerMiquel Sabaté Solà <msabate@suse.com>2016-05-18 10:21:35 +0200
commitf9637492b32706e4c348f1fdde8e4416ee114186 (patch)
tree0ab913f5dce7f1d41e6d9ed952acbccdbeb3041c /install.sh
parent73fae9de21bbd9c1b2e2a1b18959a55ae8166b7b (diff)
downloaddotfiles-f9637492b32706e4c348f1fdde8e4416ee114186.tar.gz
dotfiles-f9637492b32706e4c348f1fdde8e4416ee114186.zip
Use ag for searching stuff in vim
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh3
1 files changed, 2 insertions, 1 deletions
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