Skip to content

Instantly share code, notes, and snippets.

View SolarLiner's full-sized avatar
🪒
yak shaving

Nathan Graule SolarLiner

🪒
yak shaving
View GitHub Profile
@SolarLiner
SolarLiner / android-udev-rules.sh
Last active May 14, 2018 10:13
Ubuntu: Add udev rules for Android from upstream
DIR=`mktemp -d`
# Clone the repository
git clone https://github.com/M0Rf30/android-udev-rules.git $DIR
cd $DIR
echo "Copying files"
sudo cp 51-android.rules /etc/udev/rules.d/51-android.rules
# Change file permissions
sudo chmod a+r /etc/udev/rules.d/51-android.rules
@SolarLiner
SolarLiner / README.md
Created March 6, 2018 19:15
My NVIM configuration

Configuration uses Vundle and XDG_DESKTOP compliant paths - macOS users, change the RTP and bundle paths.