-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.conf.yaml
97 lines (57 loc) · 1.59 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
91
92
93
94
95
- clean: ['~']
- link:
# dotfiles
#----------------------------
~/.dotfiles: ''
# Git
#----------------------------
~/.gitconfig: git/gitconfig
# Tmux
#----------------------------
~/.tmux: tmux/
~/.tmux.conf: tmux/tmux.conf
# Emacs
#----------------------------
~/.emacs.d: emacs/
# Bash
#-----------------------------
~/.bashrc: bash/bashrc
~/.bash_PS1: bash/ps1
~/.bash_profile: bash/bash_profile
~/.bash_aliases: bash/bash_aliases
~/.bash_logout: bash/bash_logout
~/.dircolors: bash/dircolors
~/.gnome-terminal-colors-solarized: bash/gnome-terminal-colors-solarized
~/.solarized-colours: bash/solarized-colours
~/.bash-git-prompt: bash/bash-git-prompt
# Zsh
#-----------------------------
~/.zshrc: zsh/zshrc
~/.zsh-update: zsh/zsh-update
~/.oh-my-zsh: zsh/oh-my-zsh/
# Xmodmap
#-----------------------------
~/.Xmodmap: Xmodmap
# Xinit
# ----------------------------
~/.xinitrc: xinitrc
# Openbox
#-----------------------------
~/.config/openbox/autostart: openbox/autostart
~/.config/openbox/environment: openbox/environment
~/.config/openbox/rc.xml: openbox/rc.xml
~/.config/openbox/menu.xml: openbox/menu.xml
# Keysnail
#-----------------------------
~/.keysnail.js: keysnail.js
# SSH
#-----------------------------
~/.ssh: ssh/
# WeeChat
#-----------------------------
~/.weechat: weechat/
# Shell commands
#------------------------------
# Import git submodules
#----------------------
- shell: [git submodule update --init --recursive]