-
Notifications
You must be signed in to change notification settings - Fork 267
Expand file tree
/
Copy pathinstall.conf.json
More file actions
31 lines (31 loc) · 796 Bytes
/
Copy pathinstall.conf.json
File metadata and controls
31 lines (31 loc) · 796 Bytes
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
[
{
"clean": ["~"]
},
{
"shell": [
["mkdir -p ~/.rtorrent/session ~/.rtorrent/watch ~/.rtorrent/downloads", "Creating rtorrent directories"]
]
},
{
"link": {
"~/.dotfiles": "",
"~/.tmux.conf": "tmux.conf",
"~/.screenrc": "screenrc",
"~/.vimrc": "vimrc",
"~/.vim": "vim/",
"~/.zshrc": "zshrc",
"~/.zsh": "zsh/",
"~/.gitconfig": "gitconfig",
"~/.gitignore_global": "gitignore_global",
"~/.sbt": "sbt/",
"~/.rtorrent.rc": "rtorrent.rc",
"~/.axelrc": "axelrc"
}
},
{
"shell": [
["git update-submodules", "Installing/updating submodules"]
]
}
]