Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 504 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 504 Bytes

Desktop specific dotfiles for Arch linux

Installing

You will need git and GNU stow

Clone into your $HOME directory or ~ with submodules

git clone --recurse-submodules https://github.com/liraymond04/.dotfiles.git ~

And update submodules for existing repo

git submodule update --init --recursive

Run stow to symlink everything or just select what you want

stow */ # Everything (the '/' ignores the README)
stow zsh # Just my zsh config