mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 12:15:29 +00:00
48 lines
1.3 KiB
YAML
48 lines
1.3 KiB
YAML
- defaults:
|
|
link:
|
|
relink: true
|
|
|
|
- clean: ["~"]
|
|
|
|
- link:
|
|
~/.ack: ack
|
|
~/.ag: ag
|
|
~/.asdfrc: asdf/asdfrc
|
|
~/.config/alacritty: alacritty
|
|
~/.config/base16-shell: .base16-shell
|
|
~/.config/cava: cava
|
|
~/.config/gh/config.yml: github/config.yml
|
|
~/.config/karabiner: karabiner
|
|
~/.config/kitty: kitty
|
|
~/.config/lvim: lvim
|
|
~/.config/nvim: nvim
|
|
~/.config/ranger: ranger
|
|
~/.config/starship.toml: starship.toml
|
|
~/.config/tmuxinator: tmuxinator
|
|
~/.ctags: ctags
|
|
~/.default-gems: asdf/default-gems
|
|
~/.default-npm-packages: asdf/default-npm-packages
|
|
~/.default-python-packages: asdf/default-python-packages
|
|
~/.editorconfig: editorconfig
|
|
~/.gitconfig: gitconfig
|
|
~/.gitignore: gitignore
|
|
~/.hammerspoon: hammerspoon
|
|
~/.pandoc: pandoc
|
|
~/.ripgreprc: ripgrep
|
|
~/.tmux-cht-command: tmux/tmux-cht-command
|
|
~/.tmux-cht-languages: tmux/tmux-cht-languages
|
|
~/.tmux.conf: tmux.conf
|
|
~/.vale.ini: vale.ini
|
|
~/.vale: .vale
|
|
~/.wget: wget
|
|
~/.zsh.d: zsh
|
|
~/.zshrc: zshrc
|
|
~/Library/Application Support/lazygit/config.yml: lazygit.yml
|
|
|
|
- shell:
|
|
- [git submodule update --init --recursive, Installing submodules]
|
|
- [
|
|
~/.tmux/plugins/tpm/scripts/install_plugins.sh >/dev/null 2>&1,
|
|
Installing tmux plugins,
|
|
]
|