Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 617 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 617 Bytes

dotfiles

A dotfiles repository to manage the installation of tools and configuration.

How to use

Run the following commands to setup on your local machine. This repository must be checked out into you home directory.

    # Switch to home
    cd ~

    # Clone repo
    git clone https://github.com/nvnivs/dotfiles.git .dotfiles

    # Switch to repo
    cd ~/.dotfiles

    # Execute dot.sh
    ./dot.sh

Customize .zshrc

Customizations to .zshrc for machine specific settings can be added by creating a .zshrc_custom file in the home directory.

It's contents will not be overwritten.