dotfiles/.install.conf.yaml

33 lines
763 B
YAML
Raw Normal View History

2022-03-12 22:00:25 +01:00
- defaults:
link:
create: true
relink: true
- clean: ['~', '~/.config']
- link:
2022-03-16 00:38:47 +01:00
~/.zshenv:
path: zsh/.zshenv
force: true
2022-03-12 22:00:25 +01:00
~/.config/zsh: zsh
2022-03-17 19:22:01 +01:00
~/.config/vim: vim
~/.config/nvim: vim
2022-03-16 00:38:47 +01:00
~/.config/bash: bash
2022-03-17 19:22:01 +01:00
~/.tmux.conf: tmux/.tmux.conf
2022-03-16 00:38:47 +01:00
~/.local/share/tmux: tpm
2022-03-19 22:31:58 +01:00
~/.config/utils: utils
~/.gitconfig: configs/.gitconfig
2022-08-12 13:22:26 +02:00
~/.config/.gitignore_global: configs/.gitignore_global
~/.config/curl/.curlrc: configs/.curlrc
~/.Brewfile:
if: '[ `uname` = Darwin ]'
path: installs/.Brewfile
~/.macos:
if: '[ `uname` = Darwin ]'
path: configs/.macos
~/.finicky.js:
if: '[ `uname` = Darwin ]'
path: configs/.finicky.js
2022-03-12 22:00:25 +01:00
- shell:
2022-03-17 19:22:01 +01:00
- git submodule sync --recursive