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: 6 months ago
JSON representation
⚙️ Configuration files for Git, Hyper, Ruby, tmux, Vim, VS Code and Zsh
- Host: GitHub
- URL: https://github.com/danielbayerlein/dotfiles
- Owner: danielbayerlein
- Created: 2012-07-07T11:55:43.000Z (over 13 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T19:26:38.000Z (about 2 years ago)
- Last Synced: 2025-03-18T21:52:07.641Z (11 months ago)
- Topics: dotfiles, git, hyper, ruby, tmux, vim, vscode, zsh
- Language: JavaScript
- Homepage:
- Size: 134 KB
- Stars: 21
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 = foo@example.com
```