Skip to content

Instantly share code, notes, and snippets.

View brennanmh's full-sized avatar

Brennan Hildebrand brennanmh

  • AppDynamics
  • San Francisco, CA
View GitHub Profile
@brennanmh
brennanmh / gist:f090ca271dc0cc0b1c2c0da99fee7e18
Last active March 5, 2021 00:44 — forked from quanganhdo/gist:c7cb3a14ec50778200512e77c678067d
Install Vim 8 with Python, Python 3, Ruby and Lua support on Raspberry Pi (Raspbian Stretch)
sudo apt-get remove --purge vim vim-runtime vim-gnome vim-tiny vim-gui-common
sudo apt-get install liblua5.1-dev luajit libluajit-5.1 python-dev ruby-dev libperl-dev libncurses5-dev libatk1.0-dev libx11-dev libxpm-dev libxt-dev
#Optional: so vim can be uninstalled again via `dpkg -r vim`
sudo apt-get install checkinstall
sudo rm -rf /usr/local/share/vim /usr/bin/vim
cd ~
@brennanmh
brennanmh / vmhgfs.service
Created March 22, 2016 19:19
systemd service for vmhgfs-fuse on ubuntu 16.04 xenial beta - create /mnt/hgfs first
[Unit]
Description=Load VMware shared folders
Requires=vmware-tools.service
After=vmware-tools.service
ConditionPathExists=.host:/
ConditionVirtualization=vmware
[Service]
Type=oneshot
RemainAfterExit=yes
@brennanmh
brennanmh / README.md
Last active August 29, 2015 14:25 — forked from smileart/README.md

My modified fork of agnoster.zsh-theme

A ZSH theme optimized for people who use:

  • Solarized
  • Git
  • Unicode-compatible fonts and terminals (I use iTerm2 + Menlo)

Compatibility