stefee / dotfiles

.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.dotfiles

Fork of holman/dotfiles.

install

Run this:

cd ~
mkdir -p src
git clone https://github.com/srilq/dotfiles.git src/dotfiles
ln -s src/dotfiles .dotfiles
cd .dotfiles
script/zsh
script/setup
. ~/.zshrc

# Set mac defaults
set-defaults

This will symlink the appropriate files in .dotfiles to your home directory. Everything is configured and tweaked within ~/.dotfiles.

About

.

License:MIT License


Languages

Language:Shell 72.8%Language:Ruby 27.2%