https://github.com/chriswiegman/dotfiles
Files to make setting up my computers fast and easy.
https://github.com/chriswiegman/dotfiles
dotfiles setup-development-environment setup-linux setup-macos setup-script
Last synced: about 1 month ago
JSON representation
Files to make setting up my computers fast and easy.
- Host: GitHub
- URL: https://github.com/chriswiegman/dotfiles
- Owner: ChrisWiegman
- Created: 2022-07-17T14:26:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-16T02:22:05.000Z (11 months ago)
- Last Synced: 2025-04-22T19:12:50.632Z (11 months ago)
- Topics: dotfiles, setup-development-environment, setup-linux, setup-macos, setup-script
- Language: Shell
- Homepage: https://chriswiegman.com
- Size: 8.79 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My dotfiles
This repo is a bit more than dotfiles. It includes those, of course, as well as scripts allowing me to setup (or reset) any of my machines very quickly.
Note this is an evolving repo and tends to represent where my machines are on any given day. My motivation is that it allows me to rebuild a machine I own in 2 hours or less, something I've found can be very handy over the years. Use it at your own risk.
## Layout
- **apps** Configs for the various apps I use
- **machines** dotfiles and setup scripts that are applicable per machine
- **shared** dotfiles and setup scripts that I can use on any machine
## Usage
```
git clone git://github.com/ChrisWiegman/dotfiles ~/.dotfiles
cd ~/.dotfiles
./setup.sh [machine_folder]
```