-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.conf.yaml
51 lines (50 loc) · 1.68 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
- defaults:
link:
relink: true
force: true
- clean: ['~']
- link:
~/bin:
glob: true
path: 'files/bin/*'
force: true
create: true
~/.vim: files/.vim/
~/.vimrc: files/.vimrc
~/.ideavimrc: files/.ideavimrc
~/.gvimrc: files/.gvimrc
~/.gitconfig: files/.gitconfig
~/.gitignore_global: files/.gitignore_global
~/.zshrc: files/.zshrc
~/.gnupg/gpg.conf: files/.gnupg/gpg.conf
~/.tmux.conf: files/.tmux.conf
~/.Xresources: files/.Xresources
~/.aliases: files/.aliases
~/.functions: files/.functions
~/.oh-my-zsh/custom/themes/:
glob: true
path: files/.oh-my-zsh/custom/themes/*
force: true
~/.oh-my-zsh/custom/plugins/:
glob: true
path: files/.oh-my-zsh/custom/plugins/*
force: true
~/.config/:
glob: true
path: files/.config/*
force: true
~/.icons/:
glob: true
path: files/.icons/*
force: true
- shell:
- [git submodule update --init --recursive, Installing submodules]
- [mkdir ~/.gnupg]
- [bash scripts/install_ack.sh]
- ["git clone https://github.com/zsh-users/zsh-autosuggestions ~/.oh-my-zsh/custom/plugins/zsh-autosuggestions"]
- ["git clone --depth 1 https://github.com/junegunn/fzf.git ~/.fzf"]
- ["cd ~/.fzf && ./install"]
- ["git clone https://github.com/bigH/git-fuzzy.git ~/Applications/git-fuzzy"]
- ["wget https://raw.githubusercontent.com/sdushantha/fontpreview/master/fontpreview -O ~/bin/fontpreview && chmod +x ~/bin/fontpreview"]
- ["bash scripts/install_shell_theme.sh"]
- ["git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm"]