https://github.com/phucisstupid/dotfiles
the hidden gem
https://github.com/phucisstupid/dotfiles
catppuccin dotfiles dotfiles-macos home-manager macos nix nix-darwin nix-flake stow
Last synced: 2 months ago
JSON representation
the hidden gem
- Host: GitHub
- URL: https://github.com/phucisstupid/dotfiles
- Owner: phucisstupid
- Created: 2025-02-05T04:49:09.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-08-04T15:54:37.000Z (2 months ago)
- Last Synced: 2025-08-04T19:29:45.681Z (2 months ago)
- Topics: catppuccin, dotfiles, dotfiles-macos, home-manager, macos, nix, nix-darwin, nix-flake, stow
- Language: Nix
- Homepage: https://github.com/phucleeuwu/wallpaper
- Size: 82 KB
- Stars: 5
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
## About This Configuration
- I’ve spent thousands of hours refining these dotfiles - going through countless pages of documentation to find the best possible setup.
- If something is already enabled by default, you won’t see it duplicated here — keeping the Nix configuration clean.
- Everything is structured so updates are effortless, avoiding reliance on static, hard-coded configs.
- These dotfiles contain **no personal preference settings** (edit [config.nix](./config.nix)) — fully generic and can be used by anyone as a solid starting point.---
## Screenshots

---
## Installation
‼️ Backup your `~/.config` if you already have existing configurations
- Nix (recommend)
```bash
bash -c "$(curl -fsSL https://raw.githubusercontent.com/phucisstupid/dotflow/main/nix.sh)"
```> **Note:** For non-NixOS systems, my script will install [`Lix`](https://github.com/lix-project/lix).
> More details: check out [nixos-unified](https://nixos-unified.org/) and [nixos-unified-template](https://github.com/juspay/nixos-unified-template)---
- Stow (faster)
```bash
bash -c "$(curl -fsSL https://raw.githubusercontent.com/phucisstupid/dotflow/main/stow.sh)"
```> **Repo:** [phucisstupid/dotfiles-stow](https://github.com/phucisstupid/dotfiles-stow)