dotfiles/config.yaml
Errol Sancaktar 7eabb86773 tmux working
2025-04-02 11:06:43 -06:00

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]