-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.conf.yaml
More file actions
42 lines (39 loc) · 1.21 KB
/
install.conf.yaml
File metadata and controls
42 lines (39 loc) · 1.21 KB
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
- clean: ['~']
- defaults:
link:
force: true
create: true
relink: true
clean:
force: true
- link:
~/.dotfiles: ''
~/.gitconfig: gitconfig
~/.config/nvim: nvim/
~/.zshrc: zshrc
~/.macos: macos
~/.functions: functions
~/.exports: exports
~/.aliases: aliases
~/.tmux.conf: tmux.conf
~/.zsh_plugins.txt: zsh_plugins.txt
~/.config/alacritty/alacritty.toml: alacritty.toml
~/.p10k.zsh: p10k.zsh
~/.config/k9s: k9s/
~/.config/yazi: yazi/
~/.config/atuin: atuin/
~/.local/bin/tmux-sessionizer: bin/tmux-sessionizer
~/.local/bin/setup-keys: bin/setup-keys
~/.ripgreprc: ripgreprc
~/.fdignore: fdignore
# New additions
~/.config/ghostty: ghostty/
~/.config/mise/config.toml: mise/config.toml
~/.claude/settings.json: claude/settings.json
~/.claude/CLAUDE.md: claude/CLAUDE.md
- shell:
- [git submodule update -f --init --recursive, Installing submodules]
- [sudo sh -c "echo $(which zsh) >> /etc/shells", Add Zsh to system shell]
- [chsh -s $(which zsh), Making zsh the default shell]
# - [sudo chmod -R 755 /usr/local/share/zsh/, Securing zsh directories]
# - [source ~/.zshrc, Sourcing the latest zshrc file]