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
|
2022-08-07 18:00:30 +02:00
|
|
|
~/.gitconfig: configs/.gitconfig
|
2022-08-12 13:22:26 +02:00
|
|
|
~/.config/.gitignore_global: configs/.gitignore_global
|
2022-08-10 13:07:57 +02:00
|
|
|
~/.config/curl/.curlrc: configs/.curlrc
|
|
|
|
~/.Brewfile:
|
|
|
|
if: '[ `uname` = Darwin ]'
|
|
|
|
path: installs/.Brewfile
|
2022-08-07 18:00:30 +02:00
|
|
|
~/.macos:
|
|
|
|
if: '[ `uname` = Darwin ]'
|
|
|
|
path: configs/.macos
|
2022-08-10 13:07:57 +02:00
|
|
|
~/.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
|