https://github.com/garethflowers/dotfiles
Config and Install Scripts
https://github.com/garethflowers/dotfiles
install install-script scripts
Last synced: about 1 month ago
JSON representation
Config and Install Scripts
- Host: GitHub
- URL: https://github.com/garethflowers/dotfiles
- Owner: garethflowers
- License: unlicense
- Created: 2016-05-07T20:49:39.000Z (almost 10 years ago)
- Default Branch: main
- Last Pushed: 2025-01-19T23:14:57.000Z (about 1 year ago)
- Last Synced: 2025-06-06T08:04:33.037Z (10 months ago)
- Topics: install, install-script, scripts
- Language: Shell
- Homepage: https://garethflowers.dev/dotfiles/
- Size: 6.24 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# DotFiles
DotFiles, Configuration and Install Scripts.
## Install
```sh
curl -LsSo ~/.dotfiles.zip https://github.com/garethflowers/dotfiles/archive/main.zip
unzip -oq -d ~ ~/.dotfiles.zip
source ~/dotfiles-main/macos/install.sh
```