Skip to content

chrisbarber86/dotfiles

Repository files navigation

My Dotfiles

A place to store my dot files for coding

Usage

Clone into ~/dotfiles/

Then add symlinks in your ~/ directory

# Symlink vim:
ln -nfs ~/dotfiles/ ~/.vim

# Symlink .vimrc:
ln -nfs ~/dotfiles/vimrc ~/.vimrc

# Symlink .vimrc.bundles:
ln -nfs ~/dotfiles/vimrc.bundles ~/.vimrc.bundles

# Symlink .bash_aliases
ln -nfs ~/dotfiles/bash_aliases ~/.bash_aliases

# Symlink .gitconfig
ln -nfs ~/dotfiles/gitconfig ~/.gitconfig

# Symlink .gitignore
ln -nfs ~/dotfiles/gitignore ~/.gitignore

# Symlink .gemrc
ln -nfs ~/dotfiles/gemrc ~/.gemrc

Install all bundles using vundle:

Open vim and run:

:BundleInstall

Vim Powerline Patched Fonts

Download and install patched fonts from here and use these fonts in your terminal

About

My Dotfiles

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages