https://github.com/zeikar/dotfiles
🛠️ My macOS dotfiles managed with GNU Stow.
https://github.com/zeikar/dotfiles
dotfiles mac macos macos-dotfiles macos-setup stow zsh
Last synced: 3 months ago
JSON representation
🛠️ My macOS dotfiles managed with GNU Stow.
- Host: GitHub
- URL: https://github.com/zeikar/dotfiles
- Owner: zeikar
- License: mit
- Created: 2025-02-06T11:54:21.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-02-06T13:17:20.000Z (4 months ago)
- Last Synced: 2025-02-06T13:43:34.909Z (4 months ago)
- Topics: dotfiles, mac, macos, macos-dotfiles, macos-setup, stow, zsh
- Language: Shell
- Homepage:
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🛠️ My macOS Dotfiles
**Personal macOS dotfiles managed with [GNU Stow](https://www.gnu.org/software/stow/).**
Easily configurable and portable across different macOS machines. 🍏---
## 📌 Features
- 🔧 **Managed with GNU Stow** – Simple and organized dotfiles management
- 🖥️ **macOS Compatible** – Specifically set up for macOS environments
- 🚀 **Easy Setup & Installation** – Quickly configure a new Mac with a few commands
- 🌟 **Includes configurations for**:
- `zsh` (`.zshrc`)
- More to be added!---
## Prerequisites
Before installing these dotfiles, make sure you have the following installed on your macOS:
- **[Homebrew](https://brew.sh/)**: Package manager for macOS
Install with:
```bash
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
```- **[Oh My Zsh](https://ohmyz.sh/)**: Zsh configuration manager
Install with:
```bash
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
```- **Zsh Plugins**:
Install with:
```bash
brew install zsh-autosuggestions zsh-syntax-highlighting
```## ⚡ Installation
### 0️⃣ Install GNU Stow (if not already installed)
```bash
brew install stow
```### 1️⃣ Stow your dotfiles
```bash
./install.sh
```### 2️⃣ Update your shell
```bash
source ~/.zshrc
```