Files
dotfiles/.dotbot.conf.yaml
Stefan Imhoff 1e43546b9a Add asdf as version manager (#2)
* feat(asdf): add new version manager asdf

* feat(asdf): replace nvm with asdf

* feat(asdf): replace rbenv with asdf

* chore: add aliases for git

* feat(asdf): replace pyenv with asdf

* feat(asdf): add asdf as version manager for rust

* chore: shorten comments

* feat(asdf): add asdf as deno version manager

* feat(asdf): add direnv plugin and setup shell

* chore(asdf): move configuration in folder
2022-10-27 19:53:56 +02:00

42 lines
1.1 KiB
YAML

- defaults:
link:
relink: true
- clean: ["~"]
- link:
~/.ack: ack
~/.ag: ag
~/.asdfrc: asdf/asdfrc
~/.config/base16-shell: .base16-shell
~/.config/kitty: kitty
~/.config/nvim: nvim
~/.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,
]