mirror of https://github.com/einverne/dotfiles.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
664 B
36 lines
664 B
- defaults: |
|
link: |
|
relink: true |
|
force: true |
|
|
|
- clean: [ '~' ] |
|
|
|
- link: |
|
~/.dotfiles: |
|
force: true |
|
path: '' |
|
|
|
- link: |
|
~/.zshrc: |
|
path: .zshrc |
|
~/.zprofile: |
|
path: .zprofile |
|
~/.p10k.zsh: |
|
path: .p10k.zsh |
|
~/.gitconfig: |
|
path: git/global.gitconfig |
|
~/.gitconfig-work: |
|
path: git/work.gitconfig |
|
~/.gitignore_global: |
|
path: git/gitignore_global |
|
~/.tmux.conf: |
|
path: tmux/.tmux.conf |
|
~/.tmux.conf.local: |
|
path: tmux/.tmux.conf.local |
|
~/.vim: |
|
path: .vim |
|
~/.vimrc: |
|
path: .vimrc |
|
~/.ideavimrc: |
|
if: '[ `uname` = Darwin ]' |
|
path: idea/.ideavimrc
|
|
|