-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.conf.yaml
43 lines (39 loc) · 1.11 KB
/
install.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
- defaults:
link:
relink: true
- clean: ['~']
- create:
- ~/.local/bin/
- ~/developer
- ~/intelephense
- link:
~/.config/av:
~/.config/bat:
~/.config/i3:
~/.config/k9s:
~/.config/kitty:
~/.config/nvim:
~/.config/rofi:
~/.config/starship.toml:
~/.config/sway:
~/.config/swaylock:
~/.config/swaync:
~/.config/tmux:
~/.config/waybar:
~/.gitconfig:
~/.gitconfig-bk:
~/.gitconfig-he:
~/.hammerspoon:
~/.local/bin/cliphist-rofi-img: local/bin/cliphist-rofi-img
~/.local/bin/desk-height: local/bin/desk-height
~/.local/bin/url-opener: local/bin/url-opener
~/.local/share/rofi/themes/catppuccin-macchiato.rasi: local/share/rofi/themes/catppuccin-macchiato.rasi
~/.zsh:
~/.zshenv:
~/.zshrc:
- shell:
- [git submodule update --init --recursive, Installing submodules]
- description: Hush login
command: '[ -f ~/.hushlogin ] || touch ~/.hushlogin'
- description: Install oh-my-zsh
command: '[ -d ~/.oh-my-zsh ] || sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"'