You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
789 B
YAML
26 lines
789 B
YAML
- defaults:
|
|
link:
|
|
relink: true
|
|
create: true
|
|
|
|
- clean: ['~', '~/.oh-my-zsh/custom/']
|
|
|
|
- shell:
|
|
- [git submodule update --init --recursive, Installing submodules]
|
|
|
|
- link:
|
|
#~/.dotfiles: '' copied as .dotfiles
|
|
~/.vimrc: vimrc
|
|
~/.zshrc:
|
|
force: true
|
|
path: zshrc
|
|
~/.oh-my-zsh/custom/plugins/zsh-autosuggestions:
|
|
force: true
|
|
path: oh-my-zsh/custom/plugins/zsh-autosuggestions
|
|
~/.oh-my-zsh/custom/themes/powerlevel10k.zsh-theme: oh-my-zsh/custom/themes/powerlevel10k/powerlevel10k.zsh-theme
|
|
~/.vim/colors/hybrid.vim: vim/vim-hybrid/colors/hybrid.vim
|
|
~/.vim/colors/onehalfdark.vim: vim/onehalf/vim/colors/onehalfdark.vim
|
|
~/.vim/pack/man/start/nerdtree: vim/pack/man/start/nerdtree
|
|
~/.tmux.conf: tmux.conf
|
|
|