My Linux dotfiles repository
Go to file
Shaun Reed b24321d392 Reorganize files for easier restoring via stow, more familiar file structure. 2019-10-22 16:04:37 -04:00
.config Reorganize files for easier restoring via stow, more familiar file structure. 2019-10-22 16:04:37 -04:00
.local/bin/i3scripts Reorganize files for easier restoring via stow, more familiar file structure. 2019-10-22 16:04:37 -04:00
.tmux/plugins Reorganize files for easier restoring via stow, more familiar file structure. 2019-10-22 16:04:37 -04:00
.tmux-gitbar@6266946f53 Reorganize files for easier restoring via stow, more familiar file structure. 2019-10-22 16:04:37 -04:00
.vim Reorganize files for easier restoring via stow, more familiar file structure. 2019-10-22 16:04:37 -04:00
packages Add package lists, not to be stowed (yet) but for future reference 2019-10-18 18:59:47 -04:00
.Xresources Reorganize files for easier restoring via stow, more familiar file structure. 2019-10-22 16:04:37 -04:00
.bash_aliases Reorganize files for easier restoring via stow, more familiar file structure. 2019-10-22 16:04:37 -04:00
.bashrc Reorganize files for easier restoring via stow, more familiar file structure. 2019-10-22 16:04:37 -04:00
.dir_colors Reorganize files for easier restoring via stow, more familiar file structure. 2019-10-22 16:04:37 -04:00
.gitignore Update vscode settings, clean up .gitignore 2019-10-15 23:25:17 -04:00
.gitmodules Reorganize files for easier restoring via stow, more familiar file structure. 2019-10-22 16:04:37 -04:00
.tmux-gitbar.conf Reorganize files for easier restoring via stow, more familiar file structure. 2019-10-22 16:04:37 -04:00
.tmux.conf Reorganize files for easier restoring via stow, more familiar file structure. 2019-10-22 16:04:37 -04:00
.tmux.conf.local Reorganize files for easier restoring via stow, more familiar file structure. 2019-10-22 16:04:37 -04:00
.vimrc Reorganize files for easier restoring via stow, more familiar file structure. 2019-10-22 16:04:37 -04:00
README.md Reorganize files for easier restoring via stow, more familiar file structure. 2019-10-22 16:04:37 -04:00
bg-saved.cfg Reorganize files for easier restoring via stow, more familiar file structure. 2019-10-22 16:04:37 -04:00
nitrogen.cfg Reorganize files for easier restoring via stow, more familiar file structure. 2019-10-22 16:04:37 -04:00

README.md

dots

A place for backing up my dotfiles.

Easiest installation is to clone repository into home directory -

git clone https://github.com/shaunrd0/dot ~/dot
cd ~/dot/
stow .

If you'd rather clone elsewhere -

git clone https://github.com/shaunrd0/dot /path/to/dot
cd /path/to/dot/
stow -t ~ .

Note that the dot/packages/ directory is for reference and is the only directory included not meant to be used with stow. If this directory is stowed there will be no real change to the system - you will still need to install the package lists manually.