#!/bin/bash↵ # Autostart Sway via Systemd↵ #/bin/systemctl enable [.service] #/bin/systemctl start [.service] # install bundle for vim #vim +PluginInstall +qall # clone repository for vundle #git clone https://github.com/VundleVim/Vundle.vim.git /home/user/.vim/bundle/vundle.vim # install plugin YouCompleteMe #git clone https://github.com/ycm-core/YouCompleteMe.git /home/user/.vim/bundle/YouCompleteMe/ #/home/user/.vim/bundle/YouCompleteMe/install.py --clang-completer # install plugin vim-fugitive #git clone https://tpope.io/vim/fugitive.git /home/user/.vim/pack/tpope/start/ # install plugin command-t #git clone git://git.wincent.com/command-t.git /home/user/.vim/ruby/command-t/ # install nerdtree curl -sS https://webi.sh/vim-nerdtree | sh xrandr -s 1920x1080 #cd /home/user/.vim/bundle/command-t #rake make #vim +PluginInstall +qall