https://github.com/cadubentzen/configs
my configurations files
https://github.com/cadubentzen/configs
tmux ubuntu vim zsh
Last synced: 2 months ago
JSON representation
my configurations files
- Host: GitHub
- URL: https://github.com/cadubentzen/configs
- Owner: cadubentzen
- Created: 2017-04-18T11:24:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-03T00:50:16.000Z (about 8 years ago)
- Last Synced: 2025-08-14T15:42:48.407Z (11 months ago)
- Topics: tmux, ubuntu, vim, zsh
- Language: Vim script
- Homepage:
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# My configuration files
This repository contains my configuration files for vim and (to be organized) oh-my-zsh and tmux.
## Vim
I use the [vim-plug](https://github.com/junegunn/vim-plug) as a plugin manager, so go on and install it before using vim.
## Installation
```
$ ln -s $(pwd)/vimrc ~/.vimrc
$ ln -s $(pwd)/gvimrc ~/.gvimrc
```