aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2016-04-25 21:46:12 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2016-04-25 21:46:12 +0300
commit481d1191bf4a2859ccb6e48f66fee138a5f21465 (patch)
tree2d45f0df8eabae69d8b546cdfd4bad1a04b4bd31 /README.md
parentadjust_dotfiles_permissions: also directories (diff)
downloadlinux-home-481d1191bf4a2859ccb6e48f66fee138a5f21465.tar.gz
linux-home-481d1191bf4a2859ccb6e48f66fee138a5f21465.zip
add README
Diffstat (limited to '')
-rw-r--r--README.md9
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