mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
28 lines
703 B
YAML
28 lines
703 B
YAML
- defaults:
|
|
link:
|
|
relink: true
|
|
|
|
- clean: ["~"]
|
|
|
|
- create:
|
|
- ~/.config/tmux
|
|
|
|
- link:
|
|
~/.config/fish: fish
|
|
~/.config/nvim: nvim
|
|
~/.config/starship.toml: prompt/starship.toml
|
|
~/.config/tmux/tmux-nerd-font-window-name.yml: tmux/tmux-nerd-font-window-name.yml
|
|
~/.gitmux.conf: tmux/gitmux.conf
|
|
~/.tmux-cht-command: tmux/tmux-cht-command
|
|
~/.tmux-cht-languages: tmux/tmux-cht-languages
|
|
~/.tmux.conf: tmux/tmux.conf
|
|
~/.zsh.d: zsh/zsh.d
|
|
~/.zshrc: zsh/zshrc
|
|
|
|
- shell:
|
|
- [git submodule update --init --recursive, Installing submodules]
|
|
- [
|
|
~/.tmux/plugins/tpm/scripts/install_plugins.sh >/dev/null 2>&1,
|
|
Installing tmux plugins,
|
|
]
|