https://github.com/wheelerlaw/dotfiles
You know what it is
https://github.com/wheelerlaw/dotfiles
Last synced: 2 months ago
JSON representation
You know what it is
- Host: GitHub
- URL: https://github.com/wheelerlaw/dotfiles
- Owner: wheelerlaw
- License: mit
- Created: 2018-08-22T20:23:56.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-01-23T19:55:35.000Z (4 months ago)
- Last Synced: 2025-01-23T20:31:06.558Z (4 months ago)
- Language: Shell
- Size: 73.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# dotfiles
You know what it is# Usage
Summarized and customized from [this](https://www.atlassian.com/git/tutorials/dotfiles) guide.
Make sure dependencies are installed:
Fedora:
```shell
dnf install -y git findutils
```MacOS:
```shell
xcode-select --install
```Run this installer:
```shell
curl -fsSL https://wheelerlaw.github.io/dotfiles/setup | /bin/bash
```