-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.sh
More file actions
executable file
·25 lines (23 loc) · 773 Bytes
/
setup.sh
File metadata and controls
executable file
·25 lines (23 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#########################################################################
#
# Author: b51
# Mail: b51live@gmail.com
# FileName: setup.sh
#
# Created On: Thu 06 Sep 2018 08:46:10 PM CST
#
#########################################################################
#!/bin/bash
# sudo apt update
brew install clang-format exuberant-ctags cscope
cp vimrc.settings ~/.vimrc
cp -rf vim ~/.vim
cp -rf nvim.config/* ~/.config/nvim/
cp clang-format.setting ~/.clang-format
cd ~/.vim/bundle/
vim +PlugInstall +qall
# cat .rosinstall | grep uri | awk '{print $2}' | while read line; do git clone --recursive $line; done;
# nvim --headless +PlugInstall +qall
# wstool update -j4
# cd YouCompleteMe
# python3 install.py --clang-completer