Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
# dotfiles

<p align="center">
<img src="website/assets/images/dotfiles-readme-banner.png" alt="fnayou/dotfiles banner" />
</p>

<p align="center">
<a href="https://fnayou.github.io/dotfiles/">Documentation</a>
</p>

Private, safe, cross-platform personal dotfiles for **macOS** and **EndeavourOS / Arch Linux**,
managed with [GNU Stow](https://www.gnu.org/software/stow/).

macOS is the primary environment; Arch is supported from the start. Configs are version-controlled
in `stow/common/` and only ever symlinked into `$HOME` by a **deliberate, manual** Stow step β€”
never automatically.

πŸ“– **Documentation site:** <https://fnayou.github.io/dotfiles/>

## Status

```
Expand Down
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ docs_dir: website

theme:
name: material
logo: assets/images/dotfiles-logo.png
favicon: assets/images/favicon.png
palette:
scheme: slate
primary: blue
Expand Down
Binary file added website/assets/images/dotfiles-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/assets/images/dotfiles-readme-banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/assets/images/dotfiles-social-preview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added website/assets/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading