DylanYoung / dotfiles

Configuration files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dotfiles

The dotfiles of Dylan Young c/o Dawson Reid.

Installation

Run the following command in your Terminal. Pre-requisits: Make sure that you do not already have any dotfiles installed in $HOME/.vimrc, as this will clone the repo and setup a symlink to that path.

1) Clone via SSH:

git clone git@github.com:DylanYoung/dotfiles.git ; cd dotfiles ; ./install.sh

2) Clone via HTTPS:

git clone https://github.com/DylanYoung/dotfiles.git ; cd dotfiles ; ./install.sh

More Information

See http://blog.smalleycreative.com/tutorials/using-git-and-github-to-manage-your-dotfiles/

Original Repo

see https://github.com/dreid93/dotfiles/commit/df66ac0778f70c34a14d5d7926b09898ba2f5aef

About

Configuration files

License:Apache License 2.0


Languages

Language:Vim Script 72.8%Language:Shell 27.2%