jschomay / .dotfiles

My configs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jeff’s dotfiles

Mostly just my vim*, tmux, and bash configs.

  • Note, configured for neovim.

Install

Warning, this will replace some files in your home directory, and includes my own opinionated configs; read the source and use with care.

  1. Clone this repo.
  2. Symlink the files in this repo to your home directory.
  3. You'll also need to clone the tmux plugin manager if you want that and follow the install steps.

(The bootstrap script will do step 2 and 3 for you.)

git clone https://github.com/jschomay/.dotfiles.git ~/.dotfiles
cd ~/.dotfiles && source bootstrap.sh && cd -

For now, you need to install vim, tmux, brew, and what ever else on your own.

Also, add your name and email to .gitconfg.

About

My configs


Languages

Language:Vim Script 67.5%Language:Shell 16.8%Language:Lua 15.6%Language:Clojure 0.1%