mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
26 lines
549 B
YAML
26 lines
549 B
YAML
- defaults:
|
|
link:
|
|
relink: true
|
|
|
|
- clean: ['~']
|
|
|
|
- link:
|
|
~/.ack: ack
|
|
~/.ag: ag
|
|
~/.config/alacritty: alacritty
|
|
~/.config/base16-shell: .base16-shell
|
|
~/.config/kitty: kitty
|
|
~/.config/nvim: nvim
|
|
~/.config/starship.toml: starship.toml
|
|
~/.ctags: ctags
|
|
~/.editorconfig: editorconfig
|
|
~/.gitconfig: gitconfig
|
|
~/.gitignore: gitignore
|
|
~/.hammerspoon: hammerspoon
|
|
~/.pandoc: pandoc
|
|
~/.wget: wget
|
|
~/.zshrc: zshrc
|
|
|
|
- shell:
|
|
- [git submodule update --init --recursive, Installing submodules]
|