forked from rrichardsonv/dotfilez
-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.conf.yaml
39 lines (35 loc) · 1.09 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
- defaults:
link:
create: true
relink: true
- clean: ["~"]
- shell:
- [xcode-select --install, Installing xcode tools]
- [mkdir -p ~/Repositories, Creating Repository directory]
- [mkdir -p ~/.raccoon_files/Screenshots, Creating Screenshots directory]
- [mkdir -p ~/.raccoon_files/MEMES, Creating MEMES directory]
- [git submodule update --init --recursive, Installing submodules]
- [
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)",
Installing brew,
]
- [brew doctor, doing doctor]
- [brew update, doing update]
- [
cp ./Brewfile ~/Brewfile,
Copying brewfile over to root run brew bundle check/install to install,
]
- link:
~/.scripts: scripts
~/.vimrc: vimrc
~/.bashrc: bashrc
~/.bash_profile: bash_profile
~/.gemrc: gemrc
~/.irbrc: irbrc
~/.inputrc: inputrc
~/.gitconfig: gitconfig
~/.rspec: rspec
# node
~/.nodenv: nodenv
~/.nodenv/plugins/node-build: node-build
~/.nodenv/plugins/nodenv-update: nodenv-update