ottoyiu / dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

Requirements

Besides the obvious per package requirements, the main thing you need is either GNU Stow or XStow.

How to use

$ git clone https://github.com/mtomwing/dotfiles.git ~/dotfiles
$ cd ~/dotfiles
$ stow <package name>

Extra VIM Steps

  1. Initialize and update any git submodules
$ git submodule init
$ git submodule update
  1. Create necessary VIM folders
$ mkdir -p ~/.vim/{backups,swaps,undo}
  • make sure vim has clipboard support mode compiled
  • tmux-yank needs xclip and xsel

About


Languages

Language:Shell 96.1%Language:Vim Script 3.9%