mirror of
https://github.com/Lissy93/dotfiles.git
synced 2024-11-25 08:43:26 +01:00
33 lines
763 B
YAML
33 lines
763 B
YAML
- defaults:
|
|
link:
|
|
create: true
|
|
relink: true
|
|
|
|
- clean: ['~', '~/.config']
|
|
|
|
- link:
|
|
~/.zshenv:
|
|
path: zsh/.zshenv
|
|
force: true
|
|
~/.config/zsh: zsh
|
|
~/.config/vim: vim
|
|
~/.config/nvim: vim
|
|
~/.config/bash: bash
|
|
~/.tmux.conf: tmux/.tmux.conf
|
|
~/.local/share/tmux: tpm
|
|
~/.config/utils: utils
|
|
~/.gitconfig: configs/.gitconfig
|
|
~/.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
|
|
- shell:
|
|
- git submodule sync --recursive
|