megalithic / dotfiles-13

My dotfiles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repo contains my dotfiles, with management provided by Dotbot.

Installation

cd ~/Developer # or another directory
git clone https://github.com/markneub/dotfiles.git
cd dotfiles
git submodule update --init --recursive
./install # adds dotfile symlinks from $HOME to repo

Maintenance

Upgrade submodules to latest versions:

git submodule update --init --remote

About

My dotfiles


Languages

Language:Shell 58.5%Language:Vim Script 41.5%