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.
49 lines
996 B
49 lines
996 B
- defaults: |
|
link: |
|
relink: true |
|
force: true |
|
|
|
- clean: ['~'] |
|
|
|
- create: |
|
- ~/.config |
|
|
|
- link: |
|
~/.dotfiles: |
|
force: true |
|
path: '' |
|
|
|
- link: |
|
~/.zshrc: |
|
path: .zshrc |
|
~/.gitconfig: |
|
path: git/global.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: |
|
path: idea/.ideavimrc |
|
~/.hammerspoon: |
|
if: '[ `uname` = Darwin ]' |
|
path: hammerspoon |
|
~/.mackup.cfg: |
|
path: mackup/mackup.cfg |
|
~/.Brewfile: |
|
path: Brewfile |
|
~/.config/kitty/kitty.conf: |
|
path: kitty/kitty.conf |
|
~/.config/kitty/base16-solarized-dark-256.conf: |
|
path: kitty/base16-solarized-dark-256.conf |
|
~/.skhdrc: |
|
path: skhd/skhdrc |
|
~/.yabairc: |
|
path: yabai/yabairc |
|
~/.yabai_focus_display: |
|
path: yabai/yabai_focus_display
|
|
|