-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbase.conf.yaml
55 lines (50 loc) · 1.52 KB
/
base.conf.yaml
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
- defaults:
link:
relink: true
create: true
shell:
stdin: true
stdout: true
stderr: true
- clean: ["~"]
- shell:
- [mkdir -p /usr/local/bin, "Creating /usr/local/bin if it does not exist"]
- link:
~/.aerospace.toml: aerospace.toml
~/.ctags: ctags
~/.tmux.conf: tmux/tmux.conf
~/.config/nvim/:
glob: true
path: nvim/*
~/.vimrc: vimrc
~/.config/ghostty/config: ghostty/config
~/.config/alacritty/:
glob: true
path: alacritty/*
~/.config/efm-langserver/:
glob: true
path: efm/*
/usr/local/bin/:
glob: true
path: scripts/*
- shell:
- [
~/.dotfiles/homebrew/install,
"Installing / Updating Homebrew and specified packages",
]
- [~/.dotfiles/fzf/install, "Adding fzf keybinds"]
- [source ~/.zshrc, "Sourcing zshrc"]
- [~/.dotfiles/yarn/install, "Installing yarn"]
- [~/.dotfiles/mise/install, "Installing mise languages"]
- [~/.dotfiles/macos/set-defaults, "Setting MacOS defaults"]
- [source ~/.zshrc, "Sourcing zshrc"]
- [~/.dotfiles/vim-plug/install, "Installing vim-plug"]
- [mkdir -p ~/.vim/backup, "Creating backup vim directory"]
- [~/.dotfiles/yarn_global/install, "Installing Yarn global packages"]
- link:
~/.zsh/:
glob: true
path: zsh/*
~/.config/ohmyposh/ohmyposh.toml: zsh/ohmyposh.toml
/usr/local/share/zsh/site-functions/async: pure_prompt/async.zsh
/usr/local/share/zsh/site-functions/prompt_pure_setup: pure_prompt/pure.zsh