Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mscoutermarsh/dotfiles

my Vim/Tmux config :muscle::zap:
https://github.com/mscoutermarsh/dotfiles

dotfiles iterm2 mike rcm thoughtbot-dotfiles vim

Last synced: 5 days ago
JSON representation

my Vim/Tmux config :muscle::zap:

Awesome Lists containing this project

README

        

![dotfiles](https://raw.githubusercontent.com/mscoutermarsh/dotfiles/master/autobot.jpg)

dotfiles
===================
![screenshot](https://github.com/mscoutermarsh/dotfiles/blob/master/screenshot.png)
(Here's what my setup looks like. Vim/Tmux)

## New to Vim?
+ [Learning Vim in a Week](https://mikecoutermarsh.com/boston-vim-learning-vim-in-a-week/)
+ [Upcase: The Art of Vim](https://upcase.com/vim)

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

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

1. Clone this repo (or your own fork!) to your **home** directory (`/Users/username`).
```
git clone https://github.com/mscoutermarsh/dotfiles ~/.dotfiles
```

2. [Install homebrew](https://brew.sh) if you haven't yet (Mac Only)

3. [Install npm](https://www.npmjs.com/get-npm) if you haven't yet.

4. Run the setup
```
cd ~/.dotfiles
./install
```

### Recommended

**neovim**
I use Neovim instead of the default Vim.
```
brew install neovim
```

**iterm2**
Use iterm2 instead of Terminal: http://iterm2.com/

**Tmux**
```
$ brew install tmux
$ brew install reattach-to-user-namespace
```

#### Thanks :heart:
- [@bswinnerton's dotfiles](https://github.com/bswinnerton/dotfiles)
- [@thoughtbot's dotfiles](https://github.com/thoughtbot/dotfiles)

#### 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.