https://github.com/criswell/meh
Sam's dotfiles, configs, etc.
https://github.com/criswell/meh
dotfiles shell tmux-configs vimrc zshrc
Last synced: over 1 year ago
JSON representation
Sam's dotfiles, configs, etc.
- Host: GitHub
- URL: https://github.com/criswell/meh
- Owner: criswell
- License: cc0-1.0
- Created: 2013-06-20T17:50:24.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2024-03-12T17:09:11.000Z (over 2 years ago)
- Last Synced: 2024-03-12T18:31:20.975Z (over 2 years ago)
- Topics: dotfiles, shell, tmux-configs, vimrc, zshrc
- Language: Vim Script
- Homepage:
- Size: 289 KB
- Stars: 6
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
SAM'S DOTFILES AND CONFIGS
==========================
Uses GNU Stow to manage dotfiles and configs. Clone into home directory
and stow various things.
Quite frankly, if you're using some convoluted script to install your
dotfiles instead of GNU Stow you're doing it wrong. Yes, I drew that line
in the sand....
Vim
---
My vim setup is modular.
* `vim` : This is the base, modular config. It should be stow'd, everything
else depends on it.
* `vim-common-linux` : The common linux vim configs. Probably want this for
some sensible defaults.
* `vim-syntastic` : Syntastic.
* `vim-youcompleteme` : YouCompletMe.
* `vim-writing` : Stuff for writing.
* `vim-orgmode` : Stuff relating to [vim-orgmode](https://github.com/jceb/vim-orgmode)
LEGACY
------
Those items in the `legacy` directory are considered deprecated and should
not be used anymore.
DETAILS
-------
More details on what's here can be found [here](DESC.md)
Copyright
---------
Unless otherwise specified in specific files or sub-directories, code and
files are subject to the license found in COPYING at the top level of this
repository.