diff options
Diffstat (limited to 'install.sh')
-rw-r--r-- | install.sh | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -39,6 +39,8 @@ base_install() { libxml2-dev else if command -v pacman > /dev/null; then pacman -S autojump + else if command -v brew > /dev/null; then + brew install autojump fi # Universal Ctags git clone [email protected]:universal-ctags/ctags.git |