https://github.com/sbdchd/.dotfiles
:wrench: My dotfiles & setup scripts
https://github.com/sbdchd/.dotfiles
dotfiles neovim osx zsh
Last synced: about 1 year ago
JSON representation
:wrench: My dotfiles & setup scripts
- Host: GitHub
- URL: https://github.com/sbdchd/.dotfiles
- Owner: sbdchd
- Created: 2015-08-16T17:23:45.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2025-01-25T03:52:47.000Z (over 1 year ago)
- Last Synced: 2025-04-18T00:11:11.886Z (about 1 year ago)
- Topics: dotfiles, neovim, osx, zsh
- Language: Vim Script
- Homepage:
- Size: 366 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
A collection of dotfiles, mostly for osx.
## Install
```bash
git clone https://github.com/sbdchd/.dotfiles && \
cd .dotfiles && \
./linker
./install.bash
```
## Notes
The default git username and email should be changed
```bash
git config --global user.name
git config --global user.email
```