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

https://github.com/mdb/dotfiles

My bash profile, zsh stuff, vim, etc. and environment configuration.
https://github.com/mdb/dotfiles

Last synced: 12 days ago
JSON representation

My bash profile, zsh stuff, vim, etc. and environment configuration.

Awesome Lists containing this project

README

          

# My dotfiles

My Mac OS shell, vim, tmux config, dotfiles, etc.

Largely stolen from and/or inspired by [lolindrath](https://github.com/lolindrath), [justincampbell](https://github.com/justincampbell), [matschaffer](https://github.com/matschaffer), [fatih](https://github.com/fatih/dotfiles), and plenty of colleagues over the years.

## Installation

The `dotfiles` assume you're using Mac OS, [oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh), and homebrew.

```
git clone https://github.com/mdb/dotfiles ~/dotfiles
cd ~/dotfiles
./install.sh
```