Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/danielbayerlein/dotfiles
- Owner: danielbayerlein
- Created: 2012-07-07T11:55:43.000Z (over 12 years ago)
- Default Branch: main
- Last Pushed: 2023-12-15T19:26:38.000Z (11 months ago)
- Last Synced: 2024-10-14T07:44:47.231Z (23 days ago)
- Topics: dotfiles, git, hyper, ruby, tmux, vim, vscode, zsh
- Language: JavaScript
- Homepage:
- Size: 134 KB
- Stars: 21
- Watchers: 5
- 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 = [email protected]
```