aboutsummaryrefslogtreecommitdiffstats
path: root/setup.sh
diff options
context:
space:
mode:
authorSylvain Herlédan <sylvain.herledan@hrafnagud.info>2017-06-05 21:51:51 +0200
committerSylvain Herlédan <sylvain.herledan@hrafnagud.info>2017-06-05 21:51:51 +0200
commitd9a9ffd3670ad2a3934afcdaee93aaff1c6dcf9e (patch)
tree1df2a05b117b950d12b4d69bb89a4a7aba56484f /setup.sh
parent95fe12ce241461ee9b50d60a1c5ef01627dc6c72 (diff)
downloaddotfiles-d9a9ffd3670ad2a3934afcdaee93aaff1c6dcf9e.tar.gz
dotfiles-d9a9ffd3670ad2a3934afcdaee93aaff1c6dcf9e.tar.bz2
dotfiles-d9a9ffd3670ad2a3934afcdaee93aaff1c6dcf9e.zip
The tagbar plugin for vim requires ctags so add it to the optional dependencies.
Diffstat (limited to 'setup.sh')
-rwxr-xr-xsetup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh
index 994dde8..ef056bf 100755
--- a/setup.sh
+++ b/setup.sh
@@ -279,7 +279,7 @@ configure_rtorrent()
check_requirements()
{
local requirements="git make wget i3";
- local optional_deps="notify-send dunst pulseaudio scrot sudo redshift numlockx identify convert xclip";
+ local optional_deps="notify-send dunst pulseaudio scrot sudo redshift numlockx identify convert xclip ctags";
local requirements_not_met=0;
for cmd in ${optional_deps};