move to subdirectory

This commit is contained in:
cupcakearmy 2021-11-04 11:32:20 +01:00
parent 1d5c33b85b
commit e4a32cb394
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9
5 changed files with 3 additions and 3 deletions

View File

View File

@ -7,9 +7,9 @@
- clean: ["~"] - clean: ["~"]
- link: - link:
~/.gitconfig: gitconfig ~/.gitconfig: files/gitconfig
~/.vim: vim ~/.vim: files/vim
~/.vimrc: vimrc ~/.vimrc: files/vimrc
- shell: - shell:
- [git submodule update --init --recursive, Installing submodules] - [git submodule update --init --recursive, Installing submodules]