Skip to content

Instantly share code, notes, and snippets.

@robgrzel
Last active January 12, 2018 01:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robgrzel/c099f2d7a70a3ef84881bfba14d71d3e to your computer and use it in GitHub Desktop.
Save robgrzel/c099f2d7a70a3ef84881bfba14d71d3e to your computer and use it in GitHub Desktop.
#Ubuntu LLDB for vim config
export _V_=3.8
echo $_V_
sudo apt install -y clang libclang-$_V_ libclang-dev \
liblldb-3.8 libllvm-3.8 python3-future python-lldb-$_V_ lldb-$_V_ && \
\
cd /usr/lib/llvm-$_V_/lib/python2.7/site-packages/lldb && \
sudo ln -sf ../../../liblldb.so.1 _lldb.so && \
sudo ln -sf ../../../libLLVM-$_V_.0.so.1 libLLVM-$_V_.0.so.1 && \
sudo ln -sf ../../../libLLVM-$_V_.0.so.1 libLLVM-$_V_.so.1 && \
export PYTHONPATH=/python2.7/site-packages'
# Powerline fonts
sudo apt-get install ruby htop gitk tig zsh powerline fonts-powerline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment