daveaspinall / dotfiles

:wrench: dotfiles using oh-my-zsh and stow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dotfiles

These are my dotfiles. I use oh-my-zsh shell and stow to manage symlinks.

setup

First we'll need to install brew:

ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

installation

All installation is done via the install.sh script. Comment/uncomment the sections relevant to you:

cd ~
git clone https://github.com/daveaspinall/dotfiles.git
cd dotfiles
source install.sh

To install specific configs, you can use the stow command with the folder name as the only argument.

To install the zsh configs:

stow zsh

This will symlink everything in ~/dotfiles/zsh to the correct place in $HOME.

About

:wrench: dotfiles using oh-my-zsh and stow

License:The Unlicense


Languages

Language:Shell 94.8%Language:JavaScript 5.2%