-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.conf.yaml
More file actions
42 lines (38 loc) · 1002 Bytes
/
install.conf.yaml
File metadata and controls
42 lines (38 loc) · 1002 Bytes
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
- defaults:
link:
relink: true
- clean: ['~']
- link:
~/.bash_aliases: bash_aliases
~/.vimrc: vimrc
~/.zshrc: zshrc
- create:
- ~/.vim
- ~/.vim/autoload
- shell:
- [git submodule update --init --recursive, Installing submodules]
- sudo apt update
-
command: sudo apt install git
stdin: true
stdout: true
-
command: sudo apt install vim
stdin: true
stdout: true
-
command: sudo apt-get install zsh
stdin: true
stdout: true
-
command: sh -c "$(wget -O- https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
stdin: true
stdout: true
-
command: git clone https://github.com/zsh-users/zsh-autosuggestions.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
stdin: true
stdout: true
-
command: git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
stdin: true
stdout: true