https://github.com/jnunemaker/dotfiles
Some of my dotfiles, nothing fancy or worthwhile
https://github.com/jnunemaker/dotfiles
Last synced: 8 months ago
JSON representation
Some of my dotfiles, nothing fancy or worthwhile
- Host: GitHub
- URL: https://github.com/jnunemaker/dotfiles
- Owner: jnunemaker
- Created: 2010-11-17T22:05:37.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2024-07-18T16:11:00.000Z (almost 2 years ago)
- Last Synced: 2025-01-09T18:40:25.847Z (over 1 year ago)
- Language: Shell
- Homepage:
- Size: 62.5 KB
- Stars: 30
- Watchers: 5
- Forks: 32
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My Dot Files
Install homebrew and git.
```bash
# May want to check brew.sh for updated homebrew installation
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
brew install git
```
Setup dotfiles.
```bash
git clone https://github.com/jnunemaker/dotfiles.git ~/.dotfiles
~/.dotfiles/script/setup
brew bundle --global
```