Add base crystal-ctags installation to install.sh

This commit is contained in:
Donovan Glover 2017-11-21 18:18:26 -05:00
parent af7bd237ad
commit 363942c7d0
No known key found for this signature in database
GPG Key ID: 8FC5F7D90A5D8F4D

View File

@ -46,5 +46,14 @@ fi
# TODO: Ensure that this works during the install process # TODO: Ensure that this works during the install process
vim +PlugInstall +qall vim +PlugInstall +qall
# This is a placeholder of the structure needed to install crystal-ctags
# TODO: Ensure this works during installation
cd some_directory
git clone https://github.com/SuperPaintman/crystal-ctags
cd crystal-ctags
sudo make install # TODO: Is sudo required here?
cd ../..
rm some_directory
umount /mnt # Unmount the filesystem umount /mnt # Unmount the filesystem
reboot # Restart the system reboot # Restart the system