Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1.06 KB

README.md

File metadata and controls

43 lines (30 loc) · 1.06 KB

Dot Files

These are config files to set up a system the way I like it. I am running on Mac OS X, but it will likely work on Linux as well.

Installation

Run the following commands in your terminal. It will prompt you before it does anything destructive. Check out the Rakefile to see exactly what it does.

git clone git://github.com/dbldots/dotfiles ~/.dotfiles
cd ~/.dotfiles
rake install

after installing, open a new terminal window to see the effects.

Quick Tmux Usage

bash <(curl -s https://raw.githubusercontent.com/dbldots/dotfiles/master/scripts/tmux.sh)

Quick Neovim Usage

bash <(curl -s https://raw.githubusercontent.com/dbldots/dotfiles/master/scripts/nvim.sh)

Mind to execute :PlugInstall when first started neovim

Features

Uninstall

rake uninstall