Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 748 Bytes

File metadata and controls

18 lines (12 loc) · 748 Bytes

dotfiles

This is a WIP - lots of stuff is still missing/not configured correctly. This includes i3, polybar, and autocompletion. Will fix this soon, though.

Memo to myself: I got this from this blog post.

Installation on new machine

Execute from home directory:

git clone git@github.com:DocDriven/dotfiles.git .dotfiles --recursive
cd .dotfiles && ./install

Update installation

Execute from within .dotfiles directory:

git pull && ./install

Credits

I got inspiration from LukeSmithxyz, kornicameister, and ayham291.