dragonito / environment

My vim and terminal configuration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enviroment

Todos

  • Config for x-server background images
  • Cleanup old vim config (using space-vim)

Changes

27.07.2021

  • Added global gitconfig

13.01.2021

  • Added config for i3wm
  • Added config for i3-statusbar
  • Moved alacritty.yml to .config dir

25.10.2018

  • Added global .gitignore
  • Added Mac configs

15.10.2018

  • Added rename support to tmux

04.10.2018

  • Added .profile for mac-bash

26.01.2018

  • Added True Color Support for Tmux & Vim
  • Fixing cache dir for ctrlP

06.03.2017

05.03.2017

  • Added tmux config from https://github.com/egel/tmux-gruvbox
  • Changed dateformat in tmux config to german style
  • Removed old themes and added original gruvbox theme (PlugClean needed)

03.03.2017

  • Resolved tmux color problems

23.02.2017

  • Adding NerdTreeTab Plugin to leave it open when openining tabs

Install

Vim

  • checkout in homedir
  • ln -s environment/vimrc .vimrc
  • mkdir -p .vim/ftplugin
  • ln -s environment/config/ftplugin/ .vim/ftplugin/
  • start vim

Tmux

  • in homedir
  • ln -s environment/tmux/tmux-gruvbox-dark.conf .tmux.conf

Terminal

  • in homedir
  • ln -s environment/.zshrc
  • ln -s environment/.profile .

Keybindings

leader is mapped to ","

  • leader+r = NERDTreeTabToggle
  • leader+t = NERDTreeTabFind

About

My vim and terminal configuration


Languages

Language:Vim Script 58.0%Language:Shell 42.0%