Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/matthutchinson/workbench
- Owner: matthutchinson
- Created: 2011-03-18T21:19:21.000Z (almost 14 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T10:14:21.000Z (9 months ago)
- Last Synced: 2024-04-13T16:34:16.052Z (9 months ago)
- Topics: dotfiles
- Language: Vim Script
- Homepage:
- Size: 17.8 MB
- Stars: 10
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)