-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.conf.yaml
More file actions
55 lines (49 loc) · 1.69 KB
/
Copy pathinstall.conf.yaml
File metadata and controls
55 lines (49 loc) · 1.69 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
43
44
45
46
47
48
49
50
51
52
53
54
55
- defaults:
link:
relink: true
- clean: ["~"]
- create:
~/.ssh:
mode: 0700
- create:
- ~/.config
- ~/.config/zsh
- ~/.config/ghostty
- ~/.config/fish
- ~/Documents/workarea
- ~/.completions
- ~/bin
- ~/.tmux
- ~/.tmux/plugins
- ~/Library/Application Support/Code/
- ~/Library/Application Support/Code/User
- ~/Library/Application Support/lazygit/
- ~/Library/LaunchAgents
- link:
~/.completions/tmux_kube.sh: completions/tmux_kube.sh
~/.config/nvim: nvim
~/.config/ranger: ranger
~/.config/ghostty/config: ghostty/config
~/.config/zellij/config.kdl: zellij/config.kdl
~/.config/zsh/.zshenv: zsh/zshenv
~/.config/fish/config.fish: fish/config.fish
~/.config/zsh/.env: zsh/zshenv
~/.config/zsh/.zshrc: zsh/zshrc
~/.gitconfig: git/gitconfig
~/.ssh/config: ssh/config
~/.ssh/allowed_signers: ssh/allowed_signers
~/bin/yubikey-ssh-bootstrap: bin/yubikey-ssh-bootstrap/yubikey-ssh-bootstrap
~/.newsboat: newsboat
~/bin/view.py: bin/wakatime-view/view.py
~/bin/sync.py: bin/sync-zettel/sync.py
~/bin/connection-checker.py: bin/connection-checker/connection-checker.py
~/Library/LaunchAgents/com.json0.sync-zettel.plist: bin/sync-zettel/com.json0.sync-zettel.plist
~/.tmux.conf: tmux/tmux.conf
~/Library/Application Support/Code/User/keybindings.json: vscode/keybindings.json
~/Library/Application Support/Code/User/settings.json: vscode/settings.json
~/Library/Application Support/lazygit/config.yml: lazygit/config.yml
~/Pictures/wallpaper1.png: wallpaper/wallpaper1.png
- shell:
- command: brew bundle --file brew/Brewfile
stderr: true
stdout: true