My Linux dotfiles repository
Go to file
Shaun Reed 6bc17af49c Add Polybar configs 2019-09-14 05:22:50 -04:00
bash Update bash dotfiles naming convention for easier editing within the repo 2019-09-14 05:01:15 -04:00
i3 i3 config change to Polybar 2019-09-14 04:38:50 -04:00
polybar/.config/polybar Add Polybar configs 2019-09-14 05:22:50 -04:00
vim Add Vim dotfiles for use with stow 2019-09-14 05:20:51 -04:00
.gitmodules Add Vim dotfiles for use with stow 2019-09-14 05:20:51 -04:00
README.md Setup stow 2019-09-13 19:28:05 -04:00

README.md

dots

A place for backing up my dotfiles.

Usage -

git clone https://github.com/shaunrd0/dot
cd dot/
stow i3   # Install i3 settings
stow bash # Install bash settings
# ... etc ...

Initially, if forking this to make your own repo, may need to use stow --adopt -

stow --adopt i3/
stow --adopt bash/