https://github.com/dikayx/.dotfiles
Some of my Mac settings & configs.
https://github.com/dikayx/.dotfiles
dotfiles dotfiles-macos macos
Last synced: 2 months ago
JSON representation
Some of my Mac settings & configs.
- Host: GitHub
- URL: https://github.com/dikayx/.dotfiles
- Owner: dikayx
- Created: 2023-10-13T17:12:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-03-06T17:50:27.000Z (4 months ago)
- Last Synced: 2026-03-06T21:05:27.919Z (4 months ago)
- Topics: dotfiles, dotfiles-macos, macos
- Language: Shell
- Homepage:
- Size: 62.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🏡 Feel like home on any mac
## One-click-setup
```bash
curl -fsSL https://raw.githubusercontent.com/dikayx/.dotfiles/main/setup.sh | bash -s -- -hn "My-MBP" -gn "John Doe" -ge "@example.com"
```
---
Manual setup
## Manual setup
> The `setup.sh` script is only meant to be used with `curl` and `bash` as shown above. If you want to set up the dotfiles manually, you can follow the steps below.
- Install Xcode commandline tools
```bash
xcode-select --install
```
- Clone this repo & make scripts executable
```bash
git clone https://github.com/dikayx/.dotfiles.git && chmod +x .dotfiles/*.sh
```
- Run the script\*
```bash
./.dotfiles/install.sh -hn "My-MBP" -gn "John Doe" -ge "@example.com"
```
> **Note:** I recommend using your GitHub email address and name here.
_\*) All arguments are optional. You can show a help message by providing the `--help` flag._