Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![dotfiles](https://raw.githubusercontent.com/mscoutermarsh/dotfiles/master/autobot.jpg)

dotfiles
dotfiles for MAC
===================
![screenshot](https://github.com/mscoutermarsh/dotfiles/blob/master/screenshot.png)
(Here's what my setup looks like. Vim/Tmux)
Expand All @@ -12,6 +12,7 @@ dotfiles
If you're brand new to Vim, I recommend using [ThoughtBot's dotfiles](https://github.com/thoughtbot/dotfiles). They are better maintained than mine :).

## Installation
**Warning:** Installation process described below works seamlessly for MAC only. In adition, when you run vim for the 1st time after installation, execute `:PlugInstall` to install all plugins requested.

If you have trouble during installation, please open an issue or pull request. :star:

Expand All @@ -21,7 +22,6 @@ git clone https://github.com/mscoutermarsh/dotfiles ~/.dotfiles
cd ~/.dotfiles
./install
```

### Recommended

**iterm2**
Expand All @@ -40,3 +40,4 @@ $ brew install reattach-to-user-namespace

#### Contributing
Did you have trouble installing this? Could I make the documentation better? Let me know [@mscccc](http://twitter.com/mscccc). Or please fork & create a pull request with your suggestions.