34 lines
636 B
YAML
34 lines
636 B
YAML
- defaults:
|
|
link:
|
|
relink: true
|
|
create: true
|
|
|
|
- clean: ['~']
|
|
- link:
|
|
~/.config/alacritty/alacritty.toml:
|
|
path: alacritty/alacritty.toml
|
|
|
|
~/.config/alacritty/alacritty.toml:
|
|
if: '[ `hostname` = esancakt-mac.roam.internal ]'
|
|
path: alacritty/alacritty.gmac.toml
|
|
|
|
~/.config/alacritty/themes:
|
|
path: alacritty/themes
|
|
|
|
|
|
~/.zshrc: zsh/.zshrc
|
|
~/.zprofile: zsh/.zprofile
|
|
|
|
~/.tmux.conf: tmux/.tmux.conf
|
|
|
|
~/.aliasrc: shell/.aliasrc
|
|
|
|
|
|
|
|
# - create:
|
|
# - ~/downloads
|
|
# - ~/.vim/undo-history
|
|
|
|
# - shell:
|
|
# - [git submodule update --init --recursive, Installing submodules]
|