-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile
30 lines (22 loc) · 850 Bytes
/
Makefile
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
26
27
28
29
30
install:
cp --backup=numbered ./.vimrc ~/.vimrc
cp --backup=numbered ./.tmux.conf ~/.tmux.conf
curl https://raw.githubusercontent.com/git/git/master/contrib/completion/git-prompt.sh > ~/.git-prompt.sh
clear-backups:
rm ~/.vimrc.~*
rm ~/.tmux.conf.~*
vundle:
gitl clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
ubuntu:
sudo apt install build-essential cmake python3-dev tmux vim-gtk xclip
ycm:
cd ~/some/path/here/YouCompleteMe; python3 install.py --clang-completer
ag:
sudo apt-get install -y automake pkg-config libpcre3-dev zlib1g-dev liblzma-dev
gitl clone https://github.com/ggreer/the_silver_searcher.git ~/.the_silver_searcher
cd ~/.the_silver_searcher
./build.sh
sudo make install
fzf:
gitl clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf
~/.fzf/install