bsdlp / dotfiles

dotfiles for all

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

This includes dotfiles for:

  • vim
  • zsh
  • screen
  • tmux
  • git

How to use?

To pull in and update the submodules:

  • If you are fancy: git clone --recursive https://github.com/fly/dotfiles.git to clone this repo and submodules in one go.

  • if you aren't fancy: git submodule init after you've cloned this repo normally.

To keep them updated: git submodule update.

You'll want to have GNU stow installed, which you can do by running brew install stow if you have homebrew installed (which you should).

Then, just run bin/stow <target directory>, and you should be golden.

About

dotfiles for all

License:Apache License 2.0


Languages

Language:Vim Script 96.7%Language:Shell 2.8%Language:Makefile 0.3%Language:Ruby 0.2%