Move README.md to .github and add CODEOWNERS
This commit is contained in:
parent
3d8fd14805
commit
2da80c7d67
2 changed files with 1 additions and 0 deletions
29
.github/README.md
vendored
Normal file
29
.github/README.md
vendored
Normal file
|
|
@ -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
|
||||
Reference in a new issue