Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lunacookies/dotfiles-old
🏡 my dotfiles
https://github.com/lunacookies/dotfiles-old
Last synced: 16 days ago
JSON representation
🏡 my dotfiles
- Host: GitHub
- URL: https://github.com/lunacookies/dotfiles-old
- Owner: lunacookies
- License: isc
- Created: 2017-12-04T06:27:32.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-15T06:54:59.000Z (over 5 years ago)
- Last Synced: 2024-10-22T18:26:25.453Z (2 months ago)
- Language: Shell
- Homepage:
- Size: 79.1 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My dotfiles
These are my dotfiles. Feel free to have a poke around, and steal anything you
may find useful.## A word of warning
**Please do not install these dotfiles without going through them and
understanding what everything contained within them does.**To auto-install, run the below command (run on freshly factory reset Macs only):
```
curl -sL --proto-redir -all,https https://git.io/fAaCY | bash
```This will download an installer script (`install.sh`) which will:
1. Install [homebrew][homebrew] if it has not been installed yet
1. Clone this repository to `~/dotfiles` if it does not exist yet
1. Install all packages and software (`packages.sh`)
1. Set all settings to the way I like them (`macos`)
1. Link all configuration files (`link.sh`)Make sure to reboot your machine after the installer completes!
[homebrew]: brew.sh