2021-02-12 10:57:13 -06:00
|
|
|
- defaults:
|
|
|
|
|
link:
|
|
|
|
|
relink: true
|
|
|
|
|
|
|
|
|
|
- clean: ['~']
|
|
|
|
|
|
2021-02-12 16:17:32 -06:00
|
|
|
- create:
|
|
|
|
|
- ~/projects
|
|
|
|
|
- ~/.config/kitty
|
|
|
|
|
- ~/.local/share/fonts
|
|
|
|
|
- ~/.fonts
|
|
|
|
|
|
2021-02-12 10:57:13 -06:00
|
|
|
- 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
|
2021-02-12 10:57:13 -06:00
|
|
|
~/.bashrc: bashrc
|
2021-02-12 13:04:35 -06:00
|
|
|
~/.profile: profile
|
2021-05-22 13:57:39 -05:00
|
|
|
~/.inputrc: inputrc
|
2021-02-12 10:57:13 -06:00
|
|
|
~/.vimrc: vimrc
|
2021-02-12 18:45:39 -06:00
|
|
|
~/.vim: vim
|
2021-05-22 13:57:39 -05:00
|
|
|
~/.csirc: csirc
|
2021-02-12 12:35:40 -06:00
|
|
|
~/.config/kitty/kitty.conf: kitty.conf
|
|
|
|
|
~/.scripts: scripts
|
2023-08-23 02:44:20 -05:00
|
|
|
~/.tmux.conf: tmux.conf
|
|
|
|
|
~/.tmux: dot.tmux
|
2021-02-12 16:17:32 -06:00
|
|
|
~/.fonts/:
|
|
|
|
|
glob: true
|
|
|
|
|
path: resources/fonts/*.ttf
|
|
|
|
|
relink: true
|
2021-02-12 10:57:13 -06:00
|
|
|
|
|
|
|
|
- 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]
|
2021-02-12 10:57:13 -06:00
|
|
|
- [git submodule update --init --recursive, Installing submodules]
|
2021-02-12 18:45:39 -06:00
|
|
|
- [fc-cache -f -v, Updating fonts]
|
|
|
|
|
|