Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 433 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 433 Bytes

dotfiles

A repository for my Linux dotfiles

Clone

Make sure you clone with --recurse-submodules to make sure that the submodules are cloned alongside with the repository itself:

git clone --recurse-submodules --shallow-submodules git@github.com:bugok/dotfiles.git

The setup.sh is meant to copy everything to where it's supposed to be

Environment setup

For mac, there's also mac_setup.sh. Run that too.