elkangaroo / linuxconfigs

Just my basic linux config files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

linuxconfigs

Just some config files.

Requirements

  • GIT 1.8.0+
  • TMUX 2.4+
  • Vim 7.4+ or Neovim 0.1.5+

Install/ Update

$ ./dot.sh
$ ./dot.sh --update

Create ~/.gitconfig.local with the following content (your git username and email):

[user]
  name = <yourname>
  email = <youremail>

Copy all the code snippets you need from https://github.com/honza/vim-snippets/blob/master/snippets/ to .vim/snippets/

About

Just my basic linux config files.


Languages

Language:Vim Script 84.9%Language:Shell 15.1%