From 2da80c7d67e73db98c6b769fea311914624fa260 Mon Sep 17 00:00:00 2001 From: Frankie B Date: Mon, 28 Aug 2023 19:49:12 +0100 Subject: Move README.md to .github and add CODEOWNERS --- .github/CODEOWNERS | 1 + .github/README.md | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 .github/CODEOWNERS create mode 100644 .github/README.md (limited to '.github') diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..97f65ba --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1 @@ +* @floppydisk05 \ No newline at end of file diff --git a/.github/README.md b/.github/README.md new file mode 100644 index 0000000..66a90dd --- /dev/null +++ b/.github/README.md @@ -0,0 +1,29 @@ +# dotfiles + +A repository for most things starting with a dot + +--- + +Here are some details about my setup: +- **WM:** [KWin](https://github.com/KDE/kwin) +- **OS:** NixOS +- **Shell:** [zsh](https://www.zsh.org/) +- **Terminal:** [kitty](https://github.com/kovidgoyal/kitty/) +- **Editor:** [neovim](https://github.com/neovim/neovim/) / [VScode](https://code.visualstudio.com/) +- **File Manager:** [Dolphin](https://github.com/KDE/dolphin) + +--- + +## Main Applications + +- **Browser:** [Mozilla Firefox Developer Edition](https://www.mozilla.org/en-US/firefox/developer/) +- **E-mail:** [Mozilla Thunderbird](https://www.thunderbird.net/en-US/) +- **Media:** [VLC Media Player](https://www.videolan.org/) / [Plexamp](https://www.plex.tv/plexamp/) + +--- + +# Notes +If you have any questions or issues, open an issue under this repository. If you have any suggestions for improvement, head to the "Pull Requests" section and make your changes. If you think this repository is confusing, you are (mostly) right. Feel free to open an issue and ask why something is the way it is. + +## Credits +- **[NotAShelf](https://github.com/NotAShelf)** - Introduced me to NixOS, pretty much the reason this repo exists \ No newline at end of file -- cgit v1.2.3-54-g00ecf