diff options
author | Adam <56338480+adastx@users.noreply.github.com> | 2022-04-24 14:56:28 +0200 |
---|---|---|
committer | Adam <56338480+adastx@users.noreply.github.com> | 2022-04-24 14:56:28 +0200 |
commit | f0bc3f18c1565d5c7e403c1ca2ec555167d65aee (patch) | |
tree | 8ca5c63d91f814a52b0e0d72ff2b12d48a4ea2a1 | |
parent | ad067e8e61f305f21135b0bf1c491a2cda595ad7 (diff) | |
parent | 4eb0ac21ab426c9f9ceb56895734fb1184024adb (diff) |
Merge branch 'main' of github.com:adamstuck/dotfiles
-rw-r--r-- | .README.md | 20 |
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. |