Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/matthutchinson/workbench

home folder, vim config and various other tools
https://github.com/matthutchinson/workbench

dotfiles

Last synced: 3 months ago
JSON representation

home folder, vim config and various other tools

Awesome Lists containing this project

README

        

## My Workbench

My own vim folder, dotfiles and handy scripts.
[Plug](https://github.com/junegunn/vim-plug) is used for vim plugins. You can
install (or refresh) symlinks to the workbench with;

```
$ cd workbench
$ ./bin/benchpress
```

### The Toolbelt

* Vim
* Tmux
* ZSH
* Dot files
* Global git hooks and custom merges

### Tmux

The `tmux/` directory contains various segments for my tmux status bar, and a custom theme. It all comes together to look something like this;

![tmux theme status bar screenshot](https://raw.githubusercontent.com/matthutchinson/workbench/main/tmux/themeshot.png)

### Disclaimer

I change and commit to this toolbox regularly. In some rare occasions it might
be in a broken state. If you intend to use this repository yourself, its
probably better if you fork it.

### Related Links

* [Workbench](http://matthutchinson.github.com/workbench)
* [matthewhutchinson.net](http://matthewhutchinson.net)