Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```