Skip to content

Instantly share code, notes, and snippets.

@stevenqzhang
Last active September 14, 2015 21:34
Show Gist options
  • Save stevenqzhang/ba2af7a3cd2be5651d1b to your computer and use it in GitHub Desktop.
Save stevenqzhang/ba2af7a3cd2be5651d1b to your computer and use it in GitHub Desktop.
#one liner for getting my favorite bashrc settings
# look for ~szhang, otherwise don't
# TODO put history files in the same directory...
# Using wget
mkdir -p ~/dev/{dotfiles} && wget https://raw.githubusercontent.com/stevenqzhang/dotfiles/master/.bashrc -P ~/dev/dotfiles/ && echo source ~/dev/dotfiles/.bashrc >> ~/.bashrc && source ~/.bashrc
#using git clone
git clone https://github.com/stevenqzhang/dotfiles.git ~/dev/dotfiles && echo source ~/dev/dotfiles/.bashrc >> ~/.bashrc && source ~/.bashrc
@stevenqzhang
Copy link
Author

Done. use dotfiles instead from now on

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment