https://github.com/phucisstupid/dotflow
🚀 dotfiles install script
https://github.com/phucisstupid/dotflow
dotfiles dotfiles-in dotfiles-macos stow
Last synced: 2 months ago
JSON representation
🚀 dotfiles install script
- Host: GitHub
- URL: https://github.com/phucisstupid/dotflow
- Owner: phucisstupid
- Created: 2025-02-05T05:36:41.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-08-04T06:03:49.000Z (2 months ago)
- Last Synced: 2025-08-04T08:34:51.079Z (2 months ago)
- Topics: dotfiles, dotfiles-in, dotfiles-macos, stow
- Language: Shell
- Homepage: https://github.com/phucisstupid/dotfiles
- Size: 231 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚀 Dotflow
Minimal scripts to install and manage my [dotfiles](https://github.com/phucisstupid/dotfiles) effortlessly.
## 🔹 Install Options:
### **Nix ❄️**
Installs [Lix](https://docs.lix.systems/manual/lix), sets up your environment, symlinks config files, and runs your Nix flake.
```bash
bash -c "$(curl -fsSL https://raw.githubusercontent.com/phucisstupid/dotflow/main/nix.sh)"
```### **Stow 🏠**
Installs [Homebrew](https://brew.sh/), [Zinit](https://github.com/zdharma-continuum/zinit), then symlinks dotfiles using [GNU Stow](https://www.gnu.org/software/stow/).
```bash
bash -c "$(curl -fsSL https://raw.githubusercontent.com/phucisstupid/dotflow/main/stow.sh)"
```## Important ⚠️
* **Backup:** Ensure you have backups of your current configurations.
* **Dependencies:** These scripts rely on tools like `stow` and `brew`. My script will install it for you.
* **Personal Extras:** links `raycast` and `github-copilot` from `~/Documents/personal/`, which are automatically backed up to my iCloud ☁️ by Finder.## **Enjoy your clean and minimal setup 😻**