wget --directory-prefix=../.vim/autoload https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim cp -f .vimrc ~/.vimrc <<<<<<< HEAD:linux_setup.sh sudo apt install tmux ======= if [[ ! -f "${HOME}/.vim/clang-format.py" ]]; then wget --directory-prefix=${HOME}/.vim https://raw.githubusercontent.com/llvm-mirror/clang/master/tools/clang-format/clang-format.py fi cp -f Installer/_vimrc ~/.vimrc sudo apt install silversearcher-ag tmux exuberant-ctags neovim clang-format >>>>>>> d28479c... Update development environment:linux_install.sh cat > ~/.tmux.conf < (hjkl) vim style keys bind h select-pane -L bind l select-pane -R bind j select-pane -U bind k select-pane -D bind -n M-Left resize-pane -L 10 bind -n M-Right resize-pane -R 10 bind -n M-Up resize-pane -U 10 bind -n M-Down resize-pane -D 10 EOF