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.
- Host: GitHub
- URL: https://github.com/mdb/dotfiles
- Owner: mdb
- License: other
- Created: 2013-06-30T12:51:59.000Z (almost 13 years ago)
- Default Branch: main
- Last Pushed: 2025-11-05T15:22:08.000Z (7 months ago)
- Last Synced: 2025-11-05T17:27:37.265Z (7 months ago)
- Language: Shell
- Homepage:
- Size: 312 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```