Skip to content

dbldots/dotfiles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:https://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

About

config files for zsh, bash, vim, tmux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vim Script 32.6%
  • Shell 29.5%
  • Emacs Lisp 22.4%
  • Ruby 7.9%
  • HTML 7.6%