Skip to content

Instantly share code, notes, and snippets.

@thepatrick
Last active September 23, 2018 10:44
Show Gist options
  • Save thepatrick/c077f30d79702cd0f9d0485f6effcece to your computer and use it in GitHub Desktop.
Save thepatrick/c077f30d79702cd0f9d0485f6effcece to your computer and use it in GitHub Desktop.
#!/bin/bash
# Currently missing: install GPG Tools &
mkdir -p ~/Developer
cd ~/Developer
git clone git@github.com:thepatrick/CommonResources.git
pushd $HOME/Developer/CommonResources
./setup-config.sh
sudo /bin/sh -c 'echo "/usr/local/bin/fish" >> /etc/shells'
chsh -s /usr/local/bin/fish # if mac!
./setup-powerline-fonts.sh
sudo zerotier-cli join a09acf0233b8a84a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment