set proxy for command line and build neovim without root priv

export https_proxy=’http://username:password@ip:port/
or http_proxy. use %40 for @ in username

download neovim source. when running make …, it needed CMake.
download CMake and move them to ~/bin.
build neovim again and it needed libtoolize.
1. build autoconf
2. build automake
3. build libtool

to use color in tmux, you may need to set following to .tmux.config

set -g default-terminal "screen-256color"
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章