Put all dotfiles into one "stow package"
This makes installation a lot easier, as we just need to type: stow -v dotfiles instead of installing multiple packages and risking to forget something.
This commit is contained in:
parent
817735b658
commit
46efe2b268
18 changed files with 5 additions and 5 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -1,3 +1,3 @@
|
|||
vim/.vim/bundle/
|
||||
vim/.vim/.netrwhist
|
||||
vim/.vim/viminfo
|
||||
dotfiles/.vim/bundle/
|
||||
dotfiles/.vim/.netrwhist
|
||||
dotfiles/.vim/viminfo
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
Install using GNU `stow`:
|
||||
|
||||
```bash
|
||||
cd ~
|
||||
cd
|
||||
git clone git@git.schauenburg.me:fernando/dotfiles.git .dotfiles
|
||||
cd .dotfiles
|
||||
stow bash # (and/or bin, dircolors, git, ...)
|
||||
stow dotfiles
|
||||
```
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue