Skip to content

andreweacott/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/andreweacott/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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published