Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 757 Bytes

README.md

File metadata and controls

46 lines (31 loc) · 757 Bytes

My Dotfiles

image

This directory contains the dotfiles for my system.

Requirements

Ensure you have the following installed

  • git
  • zsh
  • tmux
  • stow

Installation

Checkout the dotfiles repo in your $HOME directory using git

git clone [email protected]:itsRoze/dotfiles.git
cd dotfiles

Then use stow

stow .

You can see this is working by running ls -lah in your $HOME directory

ls -lah

You should see something like:

lrwxr-xr-x@   15 roze  4 Mar 12:29  .zshrc -> dotfiles/.zshrc

If you already have the files in your $HOME director, you can overwrite your dotfiles

stow --adopt .