Skip to content

Instantly share code, notes, and snippets.

@pine
Last active July 20, 2016 16:35
Show Gist options
  • Save pine/ca7c2461928859ce4a5b0598c75cd523 to your computer and use it in GitHub Desktop.
Save pine/ca7c2461928859ce4a5b0598c75cd523 to your computer and use it in GitHub Desktop.
Install dotfiles
#!/bin/bash
# Usage: curl -L $URL | bash
set -eux
if uname | fgrep -i Darwin > /dev/null 2>&1; then
else
sudo apt-get update -y
fi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment