-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdotpyle.yml
More file actions
130 lines (130 loc) · 2.45 KB
/
dotpyle.yml
File metadata and controls
130 lines (130 loc) · 2.45 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
dotfiles:
aerospace:
macos:
paths:
- aerospace.toml
root: ~/.config/aerospace
alacritty:
arch:
paths:
- alacritty.toml
root: /home/perseo/.config/alacritty
macos:
paths:
- alacritty.yml
root: ~/.config/alacritty
dunst:
arch:
paths:
- dunstrc
root: ~/.config/dunst
git:
default:
paths:
- .gitconfig
work:
paths:
- .gitconfig
i3:
arch:
paths:
- config
- clean.rasi
- onedark.rasi
root: ~/.config/i3
neovim:
default:
paths:
- after
- lua
- spell
- init.lua
root: ~/.config/nvim
macos:
paths:
- init.vim
root: ~/.config/nvim
nvchad:
paths:
- init.lua
- lua
- spell
- .stylua.toml
- lazy-lock.json
root: ~/.config/nvim
work:
paths:
- init.vim
root: ~/.config/nvim
nvm:
default:
paths:
- .nvmrc
polybar:
arch:
paths:
- config
root: ~/.config/polybar
sketchybar:
macos:
paths:
- plugins/
- sketchybarrc
root: ~/.config/sketchybar
skhd:
macos:
paths:
- skhdrc
root: ~/.config/skhd
tmux:
arch:
paths:
- .tmux.conf.local
macos:
paths:
- .tmux.conf.local
vim:
default:
paths:
- .vimrc
post:
- command -v vim
pre:
- sudo pacman -S vim
work:
paths:
- .vimrc
xkb:
arch:
paths:
- dvorak-es
- prog-dvorak-es
- real-prog-dvorak-es
root: /usr/share/X11/xkb/symbols/
yabai:
macos:
paths:
- yabairc
root: ~/.config/yabai
zsh:
arch:
paths:
- .zshrc
pre:
- git clone https://github.com/ohmyzsh/ohmyzsh.git ~/.oh-my-zsh
- git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
- git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
- git clone https://github.com/agkozak/zsh-z $ZSH_CUSTOM/plugins/zsh-z
macos:
paths:
- .zshrc
scripts:
tmux-cht: tmux-cht.sh
tmux-cht-command: tmux-cht-command.sh
tmux-cht-languages: tmux-cht-languages.sh
tmux-session-finder: tmux-session-finder.sh
tmux-sessionizer: tmux-sessionizer.sh
settings:
profiles:
- default
version: 0