Reorganize files for easier restoring via stow, more familiar file structure.
This commit is contained in:
parent
aaf05c5231
commit
b24321d392
|
@ -1,27 +1,30 @@
|
||||||
[submodule "vim/.vim/bundle/clang_complete"]
|
|
||||||
path = vim/.vim/bundle/clang_complete
|
|
||||||
url = https://github.com/xavierd/clang_complete
|
|
||||||
[submodule "vim/.vim/bundle/Colorizer"]
|
|
||||||
path = vim/.vim/bundle/Colorizer
|
|
||||||
url = https://github.com/chrisbra/Colorizer
|
|
||||||
[submodule "vim/.vim/bundle/supertab"]
|
|
||||||
path = vim/.vim/bundle/supertab
|
|
||||||
url = https://github.com/ervandew/supertab
|
|
||||||
[submodule "vim/.vim/bundle/unicode.vim"]
|
|
||||||
path = vim/.vim/bundle/unicode.vim
|
|
||||||
url = https://github.com/chrisbra/unicode.vim
|
|
||||||
[submodule "vim/.vim/bundle/vim-airline"]
|
|
||||||
path = vim/.vim/bundle/vim-airline
|
|
||||||
url = https://github.com/vim-airline/vim-airline
|
|
||||||
[submodule "vim/.vim/bundle/vim-airline-themes"]
|
|
||||||
path = vim/.vim/bundle/vim-airline-themes
|
|
||||||
url = https://github.com/vim-airline/vim-airline-themes
|
|
||||||
[submodule "vim/.vim/bundle/vim-signify"]
|
|
||||||
path = vim/.vim/bundle/vim-signify
|
|
||||||
url = https://github.com/mhinz/vim-signify
|
|
||||||
[submodule "tmux/.tmux-gitbar"]
|
|
||||||
path = tmux/.tmux-gitbar
|
|
||||||
url = https://github.com/arl/tmux-gitbar
|
|
||||||
[submodule "tmux/.tmux/plugins/tpm"]
|
[submodule "tmux/.tmux/plugins/tpm"]
|
||||||
path = tmux/.tmux/plugins/tpm
|
path = .tmux/plugins/tpm
|
||||||
url = https://github.com/tmux-plugins/tpm
|
url = https://github.com/tmux-plugins/tpm
|
||||||
|
[submodule "tmux/.tmux-gitbar"]
|
||||||
|
path = .tmux-gitbar
|
||||||
|
url = https://github.com/arl/tmux-gitbar
|
||||||
|
[submodule ".config/powerline-shell/powerline-shell"]
|
||||||
|
path = .config/powerline-shell/powerline-shell
|
||||||
|
url = https://github.com/b-ryan/powerline-shell
|
||||||
|
[submodule ".vim/bundle/clang_complete"]
|
||||||
|
path = .vim/bundle/clang_complete
|
||||||
|
url = https://github.com/xavierd/clang_complete
|
||||||
|
[submodule ".vim/bundle/Colorizer"]
|
||||||
|
path = .vim/bundle/Colorizer
|
||||||
|
url = https://github.com/chrisbra/Colorizer
|
||||||
|
[submodule ".vim/bundle/supertab"]
|
||||||
|
path = .vim/bundle/supertab
|
||||||
|
url = https://github.com/ervandew/supertab
|
||||||
|
[submodule ".vim/bundle/unicode.vim"]
|
||||||
|
path = .vim/bundle/unicode.vim
|
||||||
|
url = https://github.com/chrisbra/unicode.vim
|
||||||
|
[submodule ".vim/bundle/vim-airline"]
|
||||||
|
path = .vim/bundle/vim-airline
|
||||||
|
url = https://github.com/vim-airline/vim-airline
|
||||||
|
[submodule ".vim/bundle/vim-airline-themes"]
|
||||||
|
path = .vim/bundle/vim-airline-themes
|
||||||
|
url = https://github.com/vim-airline/vim-airline-themes
|
||||||
|
[submodule ".vim/bundle/vim-signify"]
|
||||||
|
path = .vim/bundle/vim-signify
|
||||||
|
url = https://github.com/mhinz/vim-signify
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 6d665580a3435f21ad560af192d854d4b608fff5
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 16eee41d2b267523b84bd4ac111627588bfd1a47
|
18
README.md
18
README.md
|
@ -3,14 +3,20 @@
|
||||||
A place for backing up my dotfiles.
|
A place for backing up my dotfiles.
|
||||||
|
|
||||||
|
|
||||||
Usage -
|
Easiest installation is to clone repository into home directory -
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/shaunrd0/dot
|
git clone https://github.com/shaunrd0/dot ~/dot
|
||||||
cd dot/
|
cd ~/dot/
|
||||||
stow i3 # Install i3 settings
|
stow .
|
||||||
stow bash # Install bash settings
|
```
|
||||||
# ... etc ...
|
|
||||||
|
If you'd rather clone elsewhere -
|
||||||
|
|
||||||
|
```bash
|
||||||
|
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.
|
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.
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 297ca3d00406064004be5f2a9923fe8c2406e6e9
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit cb734ba88d633aab1857b89f35495c8902d87248
|
|
Loading…
Reference in New Issue