-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathconfig.yml
102 lines (76 loc) · 1.58 KB
/
config.yml
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
---
# https://github.com/lra/mackup/tree/master/mackup/applications
git:
host: github.com
# user: LEI
# scheme: https
# OS roles
platforms:
android:
- name: termux
url: LEI/dot-termux
arch:
- name: arch
url: LEI/dot-arch
- name: i3
url: LEI/dot-i3
depends: ["arch"]
# os: ["archlinux", "debian"]
- name: rxvt
url: LEI/dot-rxvt
depends: ["i3"]
# os: ["archlinux", "debian"]
darwin:
- name: osx
url: LEI/dot-osx
- name: hammerspoon
url: LEI/dot-hammerspoon
# https://koekeishiya.github.io/chunkwm/ (chunkwmrc, skhdrc...)
roles:
- "sh:LEI/dot-sh"
- name: bash
url: LEI/dot-bash
depends: ["sh"]
# - name: zsh
# url: LEI/dot-zsh
# depends: ["sh"]
# os: ["archlinux", "darwin"]
# # disabled: true
- name: gpg
url: LEI/dot-gpg
- name: git
url: LEI/dot-git
depends: ["gpg"]
- name: node
url: LEI/dot-node
depends: ["gpg"]
- name: php
url: LEI/dot-php
os: ["!android"]
- name: python
url: LEI/dot-python
- name: ruby
url: LEI/dot-ruby
- name: rust
url: LEI/dot-rust
os: ["darwin"] # ["!alpine", "!android"]
- name: alacritty
url: LEI/dot-alacritty
os: ["darwin"]
depends: ["rust"]
- name: vim
url: LEI/dot-vim
# depends: ["bash", "git"]
# node, python, ruby
- name: tmux
url: LEI/dot-tmux
depends: ["git"]
- name: mutt
url: LEI/dot-mutt
os: ["darwin"]
depends: ["gpg"]
- name: htop
url: LEI/dot-htop
- name: usql
url: LEI/dot-usql
os: ["darwin"]