https://github.com/iamgio/dotfiles
https://github.com/iamgio/dotfiles
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/iamgio/dotfiles
- Owner: iamgio
- Created: 2025-10-06T10:39:07.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-10-06T15:56:01.000Z (8 months ago)
- Last Synced: 2025-10-06T17:30:18.670Z (8 months ago)
- Language: Shell
- Size: 54.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
My personal dotfiles and setup scripts. Mainly for macOS. Also Linux-compatible, with limitations.
With cURL:
```shell
cd ~
curl -L https://github.com/iamgio/dotfiles/archive/refs/heads/main.zip -o dotfiles.zip
unzip dotfiles.zip && rm dotfiles.zip && mv dotfiles-main dotfiles
cd dotfiles
chmod +x install.sh
./install.sh
```
Or with git:
```shell
cd ~
git clone https://github.com/iamgio/dotfiles.git
cd dotfiles
chmod +x install.sh
./install.sh
```