summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam <56338480+adastx@users.noreply.github.com>2022-04-24 14:37:01 +0200
committerAdam <56338480+adastx@users.noreply.github.com>2022-04-24 14:37:01 +0200
commit4eb0ac21ab426c9f9ceb56895734fb1184024adb (patch)
tree01a50b54129bb6563a2db17f5d3d83f222790895
parentb460eaa65839490da6dc5da3549f1fd639843ac0 (diff)
Create .README.md
-rw-r--r--.README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/.README.md b/.README.md
new file mode 100644
index 0000000..9591097
--- /dev/null
+++ b/.README.md
@@ -0,0 +1,20 @@
+# dotfiles
+PC and laptop configs for Arch Linux.
+
+Managed using the method explained [here](https://www.atlassian.com/git/tutorials/dotfiles).
+
+## Disclaimer
+
+These configs are what I have personally configured over time using Arch and as such do only what I need and nothing more.
+I try to keep my configs clean and self-explanatory, which is why you won't find many comments.
+
+I wouldn't recommend trying to clone the entire repo as not all dependencies are included.
+Instead, I'd recommend looking through the configs and yoinking whatever you find useful to use in your own dotfiles.
+
+## What's here?
+
+My config for i3wm, polybar, picom, and all that desktop level stuff along with the terminal applications I use.
+
+## Contributing
+
+Feel free to open issues for anything. I'm open to suggestions.