Set vim config in dev script

pull/1172/head
Piero Toffanin 2020-10-26 16:46:46 -04:00
rodzic 5e8fae8ff4
commit c100f03576
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -47,6 +47,9 @@ if [ "$1" = "--setup" ]; then
# Python paths
echo $(python /code/opendm/context.py) >> $HOME/.bashrc
# Vim
printf "syntax on\nset showmatch\nset ts=4\nset sts=4\nset sw=4\nset autoindent\nset smartindent\nset smarttab\nset expandtab" > $HOME/.vimrc
# Misc aliases
echo "alias pdal=/code/SuperBuild/install/bin/pdal" >> $HOME/.bashrc