mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-25 20:40:32 +01:00
20 lines
548 B
Markdown
20 lines
548 B
Markdown
# vimconfig
|
|
|
|
An attempt to normalize my Vim configuration across machines. Incidentally
|
|
contains packages that are not vim now, but it still synchronizes my
|
|
configuration.
|
|
|
|
## Installation
|
|
|
|
```bash
|
|
git clone https://github.com/bertptrs/vimconfig.git
|
|
./vimconfig/install.sh
|
|
```
|
|
|
|
This will install the correct vimrc and load the packages mentioned in bundle.
|
|
There are some requirements:
|
|
|
|
* `stow` must be available.
|
|
* `gsettings` must be available. This currently does not block installation,
|
|
but the installation will not be complete without it.
|