-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.conf.yaml
More file actions
31 lines (29 loc) · 818 Bytes
/
install.conf.yaml
File metadata and controls
31 lines (29 loc) · 818 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
- defaults:
link:
relink: true
force: true
create: true
- link:
~/.aliases: shell/aliases
~/.zshrc: shell/zshrc
~/.fzf.zsh: shell/fzf.zsh
~/.oh-my-zsh: shell/ohmyzsh/
~/.gitconfig: gitconfig
~/.config/nvim:
path: vim/astronvim
create: true
~/.config/kitty/dracula.conf:
path: shell/dracula-kitty/dracula.conf
create: true
~/.zsh/functions/ff: shell/ff
~/.config/zellij/config.kdl:
path: shell/zellij-config.kdl
create: true
~/.config/ghostty/config:
path: shell/ghostty-config
create: true
# Force this to happen after the initial symlink is setup
- link:
~/.oh-my-zsh/custom/themes/dracula: shell/dracula-zsh/
~/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting: shell/zsh-syntax-highlighting