Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/danielbayerlein/dotfiles

⚙️ Configuration files for Git, Hyper, Ruby, tmux, Vim, VS Code and Zsh
https://github.com/danielbayerlein/dotfiles

dotfiles git hyper ruby tmux vim vscode zsh

Last synced: 9 days ago
JSON representation

⚙️ Configuration files for Git, Hyper, Ruby, tmux, Vim, VS Code and Zsh

Awesome Lists containing this project

README

        

# My configuration files

## Requirements

* [macOS](https://www.apple.com/macos/)
* [Git](https://git-scm.com)
* [Fira Code](https://github.com/tonsky/FiraCode)

## Installation

```bash
git clone https://github.com/danielbayerlein/dotfiles ~/.dotfiles
~/.dotfiles/install.sh
```

## Configuration

### Git

Put your Git credentials into `~/.gitconfig_local`. For example:

```
[user]
name = Foo Example
email = [email protected]
```