dotfiles/install.conf.yaml
Errol Sancaktar 66445d30e0 update
2025-04-02 09:31:39 -06:00

30 lines
487 B
YAML

- defaults:
link:
relink: true
- clean: ['~']
- template:
- ~/.config/alacritty.toml:
source_file: alacritty.toml
params:
shell: John Doe
- link:
~/.config/alacritty: alacritty
~/.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]