aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSimen A. W. Olsen <cobraz@cobraz.no>2021-07-10 15:37:55 +0200
committerGitHub <noreply@github.com>2021-07-10 15:37:55 +0200
commit22b840324094e2f3c41dba4f9b60fd85def5197d (patch)
tree747be55a43abdf3dd45217c891aebcd374fac813 /README.md
parent43f1b346cd5502ce129f4bf88009c724ac0302bb (diff)
downloaddotfiles-22b840324094e2f3c41dba4f9b60fd85def5197d.tar.gz
dotfiles-22b840324094e2f3c41dba4f9b60fd85def5197d.zip
Create README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..a72f952
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+# dotfiles
+
+My Development Setup
+
+## Quickstart
+
+First, you need to [install Brew](https://brew.sh). After which, you'll need to [get YADM going](https://yadm.io/docs/install).
+
+```shell
+cobraz@something-mac-something ~ % yadm clone git@github.com:cobraz/dotfiles.git
+cobraz@something-mac-something ~ % brew bundle
+cobraz@something-mac-something ~ % sh bootstrap.sh
+```
+
+The last command will run for a while. It runs all Mac OSX defaults and stuff, so – i'll take some time!