-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathinstall.conf.yaml
90 lines (88 loc) · 2.62 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
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
- clean: ['~']
- link:
~/.clang-format: vim/clang-format
~/.dotfiles: .
~/.gitconfig: git/gitconfig
~/.gitexcludes: git/gitexcludes
~/.gvimrc: vim/gvimrc
~/.hgrc: hgrc
~/.hgrc: hgrc
~/.ignore: ignore
~/.isort.cfg: python/isort.cfg
~/.local/bin/ptmux:
path: tmux/pastry-tmux.py
create: true
~/.local/bin/openurls:
path: tools/openurls.sh
create: true
~/.ptpython/config.py:
path: python/ptpython_config.py
create: true
~/.ssh/authorized_keys: ssh/authorized_keys
~/.ssh/box_rsa.pub: ssh/box_rsa.pub
~/.ssh/id_rsa.pub: ssh/id_rsa.pub
~/.startup.py: python/startup.py
~/.tmux.conf: tmux/tmux.conf
~/.vim: vim/vim
~/.vimrc: vim/vimrc
~/.ytdl.conf: ytdl.conf
~/.zlogin: zsh/plugins/prezto/runcoms/zlogin
~/.zlogout: zsh/plugins/prezto/runcoms/zlogout
~/.zprezto: zsh/plugins/prezto
~/.zpreztorc: zsh/zpreztorc
~/.zprofile: zsh/zprofile
~/.zshenv: zsh/plugins/prezto/runcoms/zshenv
~/.zshrc: zsh/zshrc
~/Library/Application Support/Code/User/settings.json:
path: vscode/settings.json
create: true
~/Library/Application Support/Code/User/keybindings.json:
path: vscode/keybindings.json
create: true
~/Library/Application Support/VS Code @ FB/User/settings.json:
path: vscode/settings.json
create: true
~/Library/Application Support/VS Code @ FB/User/keybindings.json:
path: vscode/keybindings.json
create: true
~/Library/Preferences/gzdoom.ini: gzdoom.ini
- shell:
-
command: find ~/.ssh -name "*_rsa" -exec chmod 0600 '{}' ';'
description: Set ssh key permissions
- [osx/install.sh, Install default OSX config]
- [nerd-fonts/install.sh, Install Nerd fonts]
-
command: terminal/install.sh
description: Setup terminal tools
stdin: true
-
command: hash fasd || sudo make install -C tools/fasd
description: Install fasd
stdin: true
-
command: zsh/install.sh
description: Install zsh
stdin: true
stderr: true
- [tmux/install.sh, Install tmux]
-
command: python/install.sh
description: Install Python features
stdin: true
stdout: true
-
command: vscode/install.sh
description: Install vscode
stdin: true
stdout: true
-
command: tools/homebrew.sh
description: Install homebrew
stdin: true
stdout: true
-
command: vim/install.sh
description: Install vim
stdin: true
stdout: true