Skip to content

Instantly share code, notes, and snippets.

View stevenfollis's full-sized avatar

Steven Follis stevenfollis

View GitHub Profile
@stevenfollis
stevenfollis / ohmyzsh-dropbox-sync.sh
Last active April 3, 2020 13:29 — forked from robbyrussell/ohmyzsh-dropbox-sync.sh
Keep your @ohmyzsh ~/.zshrc in sync via OneDrive
# Was asked how I keep my zshrc config sync'd between my computers with OneDrive
# Add a new directory in your OneDrive (or use an existing one)
mkdir -p ~/OneDrive/ohmyzsh
# move existing file to Dropbox
mv ~/.zshrc ~/OneDrive/ohmyzsh/zshrc
# symlink file back to your local directory
ln -s /mnt/c/Users/steve/OneDrive/ohmyzsh/zshrc ~/.zshrc
@stevenfollis
stevenfollis / boxstarter.ps1
Last active December 2, 2017 17:29 — forked from jessfraz/boxstarter.ps1
Boxstarter Commands for a new Windows box.
# Description: Boxstarter Script
# Author: Jess Frazelle <jess@linux.com>
# Last Updated: 2017-09-11
#
# Install boxstarter:
# . { iwr -useb http://boxstarter.org/bootstrapper.ps1 } | iex; get-boxstarter -Force
#
# You might need to set: Set-ExecutionPolicy RemoteSigned
#
# Run this boxstarter by calling the following from an **elevated** command-prompt: