-
Notifications
You must be signed in to change notification settings - Fork 4
/
install.conf.yaml
54 lines (49 loc) · 1.74 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
# Config file for dotbot
# August Valera (@4U6U57)
# Run ./install.sh to run dotbot
- defaults:
link:
create: true
relink: true
- shell:
- ["git submodule update --init --recursive", Installing submodules]
- ["git submodule sync", Syncing submodule remotes]
- ["git submodule foreach git pull origin master", Updating submodule contents]
- ["date > ~/.dotfiles_update", Logging last update]
- clean:
- '~'
- '~/.ssh'
- '~/bin'
- shell:
- ["FILE=git-completion.bash; curl https://raw.githubusercontent.com/git/git/master/contrib/completion/$FILE -o $FILE -z $FILE", Downloading git-completion script]
- ["FILE=mvn-completion.bash; curl https://raw.githubusercontent.com/juven/maven-bash-completion/master/bash_completion.bash -o $FILE -z $FILE", Downloading mvn-completion script]
- link:
~/bin/crontab-edit: bin/crontab-edit.sh
~/bin/csv-view: bin/csv-view.sh
~/bin/duck: bin/duck.sh
~/bin/git-open: bin/git-open/git-open
~/bin/git-sortmodules: bin/git-sortmodules.sh
~/bin/git-usernames: bin/git-usernames.sh
~/bin/lazy-keygen: bin/lazy-keygen.sh
~/bin/liquidprompt: bin/liquidprompt
~/bin/repo-iconify: bin/repo-iconify/repo-iconify.sh
~/bin/ssh-resolve: bin/ssh-resolve.sh
~/bin/tsv-view: bin/tsv-view.sh
~/bin/wsl-open: bin/wsl-open/wsl-open.sh
~/bin/youtube-mp3: bin/youtube-mp3.sh
~/.bash_aliases: bash_aliases.sh
~/.bash_profile: bash_profile.sh
~/.bashrc: bashrc.sh
~/.bin:
~/.completion/git-completion.bash:
~/.completion/mvn-completion.bash:
~/.completion/ssh-completion.sh:
~/.dotfiles: ''
~/.editorconfig:
~/.gitconfig:
~/.inputrc:
~/.liquidpromptrc:
~/.liquid.ps1:
~/.liquid.theme:
~/.repo-iconify:
~/.vimrc: