Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hunchr/dotfiles
My personal dotfiles for macOS, including brew casks and formulae
https://github.com/hunchr/dotfiles
dotfiles dotfiles-macos
Last synced: 9 days ago
JSON representation
My personal dotfiles for macOS, including brew casks and formulae
- Host: GitHub
- URL: https://github.com/hunchr/dotfiles
- Owner: hunchr
- Created: 2024-07-31T18:46:40.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-08T09:58:57.000Z (12 days ago)
- Last Synced: 2025-01-08T10:39:20.111Z (12 days ago)
- Topics: dotfiles, dotfiles-macos
- Language: Shell
- Homepage:
- Size: 162 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
A collection of my personal dotfiles for macOS.
## Setup
Make sure you have [Homebrew](https://brew.sh/) installed.
Clone this repo and uncomment what you don't need in the `setup.sh` script,
then run it:```sh
git clone https://github.com/hunchr/dotfiles.git
cd dotfiles
./setup.sh
```> [!CAUTION]
> Running this script will overwrite your current config without any backup.