-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.conf.yaml
119 lines (116 loc) · 2.89 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
- defaults:
link:
- clean: ['~']
- link:
~/.vim:
path: vim/
create: true
relink: true
~/.vimrc:
path: vim/vimrc
create: true
relink: true
~/.config/nvim:
path: nvim/
create: true
relink: true
~/.ideavimrc:
path: vim/ideavimrc
create: true
relink: true
~/.tmux.conf:
path: tmux/tmux.conf
create: true
relink: true
~/.gitconfig:
path: git/config
create: true
relink: true
~/.gitconfig.local:
path: git/config.local
create: true
relink: true
~/.gitignore:
path: git/ignore
create: true
relink: true
~/.gitmessage:
path: git/message
create: true
relink: true
~/.git_template:
path: git/git_template
create: true
relink: true
~/.bash_profile:
path: bash/bash_profile
create: true
relink: true
~/.bashrc:
path: bash/bashrc
create: true
relink: true
~/.bashrc.local:
path: bash/bashrc.local
create: true
relink: true
~/.bash_aliases:
path: bash/bash_aliases
create: true
relink: true
~/.bash_exports:
path: bash/bash_exports
create: true
relink: true
~/.zshrc:
path: zsh/zshrc
create: true
relink: true
~/.oh-my-zsh/custom/00-exports.zsh:
path: bash/bash_exports
create: true
relink: true
~/.oh-my-zsh/custom/01-aliases.zsh:
path: bash/bash_aliases
create: true
relink: true
~/.oh-my-zsh/custom/themes/agnoster.zsh-theme:
path: zsh/themes/agnoster.zsh-theme
create: true
relink: true
~/.oh-my-zsh/custom/02-ssh.zsh:
path: zsh/custom/ssh
create: true
relink: true
~/.oh-my-zsh/custom/03-rand.zsh:
path: zsh/custom/rand
create: true
relink: true
~/.bin:
path: bin/
create: true
relink: true
~/.ctags:
path: ctags/ctags
create: true
relink: true
~/.asdfrc:
path: asdf/asdfrc
create: true
relink: true
~/.editorconfig:
path: editorconfig
create: true
relink: true
~/.tern-config:
path: language-servers/javascript/tern-config
create: true
relink: true
- shell:
- [git submodule update --init --recursive, Installing submodules]
- [git config --global init.templatedir '~/.git_template', Adding git template]
- . $(pwd)/powerline/fonts/install.sh
- rm -rf $HOME/.asdf && git clone https://github.com/asdf-vm/asdf.git $HOME/.asdf --branch v0.2.0
- sudo sed -i '/XKBOPTIONS="/c\XKBOPTIONS="ctrl:nocaps,ctrl:swap_lalt_lctl,altwin:meta_alt"' /etc/default/keyboard
- tic -x tmux/tmux-256color.terminfo
- brew bundle