dotfiles/install.conf.yaml

35 lines
752 B
YAML
Raw Normal View History

- defaults:
link:
relink: true
- clean: ['~']
- create:
- ~/projects
- ~/.config/kitty
- ~/.local/share/fonts
- ~/.fonts
- link:
2023-01-26 17:38:51 -06:00
~/.zshrc: zshrc
~/.zsh_files: zsh_files
~/.p10k.zsh: p10k.zsh
~/.bashrc: bashrc
~/.profile: profile
2021-05-22 13:57:39 -05:00
~/.inputrc: inputrc
~/.vimrc: vimrc
~/.vim: vim
2021-05-22 13:57:39 -05:00
~/.csirc: csirc
~/.config/kitty/kitty.conf: kitty.conf
~/.scripts: scripts
~/.fonts/:
glob: true
path: resources/fonts/*.ttf
relink: true
- shell:
2023-01-26 17:38:51 -06:00
- [git config --global alias.tree 'log --oneline --graph --decorate --all', Adding git alias for tree view]
- [git submodule update --init --recursive, Installing submodules]
- [fc-cache -f -v, Updating fonts]