Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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:
- Host: GitHub
- URL: https://github.com/mscoutermarsh/dotfiles
- Owner: mscoutermarsh
- License: other
- Created: 2014-03-08T02:59:49.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2021-12-30T14:20:06.000Z (almost 3 years ago)
- Last Synced: 2024-12-16T02:51:53.510Z (7 days ago)
- Topics: dotfiles, iterm2, mike, rcm, thoughtbot-dotfiles, vim
- Language: Vim script
- Homepage: https://mikecoutermarsh.com/boston-vim-learning-vim-in-a-week/
- Size: 1.04 MB
- Stars: 768
- Watchers: 49
- Forks: 181
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.