dotfiles/install.conf.yaml

38 lines
828 B
YAML
Raw Normal View History

- defaults:
link:
relink: true
- clean: ['~']
- create:
- ~/projects
- ~/.config/kitty
- ~/.local/share/fonts
- ~/.fonts
- link:
2023-08-29 12:01:00 -05:00
~/.zprofile: zprofile
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
~/.tmux.conf: tmux.conf
~/.tmux: dot.tmux
~/.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]