Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sbdchd/.dotfiles
:wrench: My dotfiles & setup scripts
https://github.com/sbdchd/.dotfiles
dotfiles neovim osx zsh
Last synced: about 5 hours 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 (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-02-11T17:47:30.000Z (9 months ago)
- Last Synced: 2024-02-11T18:45:07.061Z (9 months ago)
- Topics: dotfiles, neovim, osx, zsh
- Language: Shell
- Homepage:
- Size: 315 KB
- Stars: 4
- Watchers: 3
- 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
```