diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-04-25 21:46:12 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-04-25 21:46:12 +0300 |
commit | 481d1191bf4a2859ccb6e48f66fee138a5f21465 (patch) | |
tree | 2d45f0df8eabae69d8b546cdfd4bad1a04b4bd31 | |
parent | adjust_dotfiles_permissions: also directories (diff) | |
download | linux-home-481d1191bf4a2859ccb6e48f66fee138a5f21465.tar.gz linux-home-481d1191bf4a2859ccb6e48f66fee138a5f21465.zip |
add README
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..ea59c92 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Cygwin home (~) configuration + +## Deploying on a fresh Cygwin installation + + git init + git remote add origin git@github.com:egor-tensin/cygwin_home.git + git clean -fd + git pull origin master + git branch --set-upstream-to=origin/master master |