-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinstall.conf.yaml
40 lines (36 loc) · 975 Bytes
/
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
- defaults:
link:
relink: true
- clean: ['~']
- shell:
- [git submodule foreach git pull origin master, updating submodules]
- [mkdir -p ~/.gnupg, creating gnupg dir]
- [chmod -R 0700 ~/.gnupg, setting permissions on gnupg folder]
- link:
~/.alacritty.yml: alacritty.yml
~/.antigen.zsh: antigen/antigen.zsh
~/.antigen: antigen/
~/.bin: bin
~/.cbtrc: cbtrc
~/.config/spaceship.zsh: spaceship.zsh
~/.dotfiles: ''
~/.gitconfig: gitconfig
~/.gitignore_global: gitignore_global
~/.gnupg/gpg.conf: gpg.conf
~/.gpg: gpg
~/.logs: logs
~/.pip: pip
~/.scripts: scripts
~/.ssh: ssh
~/.tmux: tmux/
~/.tmux.conf: tmux.conf
~/.utility: utility
~/.vim: vim/
~/.vimrc: vimrc
~/.xmodmap.custom: xmodmap.custom
~/.zsh: zsh/
~/.zshrc: zshrc
- shell:
- [mkdir -p ~/.ssh/config.d, creating ssh config dir]
- [bash ~/.scripts/selectOsConfig.sh]
- [source ~/.zshrc, sourcing zsh]