forked from chrishoage/zsh-dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.conf.yaml
42 lines (39 loc) · 1.58 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
- clean: ['~', '~/.*']
- link:
~/.dotfiles: ''
~/.gitconfig: gitconfig
~/.gitignore_global: gitignore_global
~/.tmux.conf: tmux/.tmux.conf
~/.tmux.conf.local: tmux.conf.local
~/.vim: vim/
~/.vimrc: vimrc
~/.zplug: zplug/
~/.zsh: zsh/
~/.zshrc: zshrc
~/.zimrc: zimrc
#~/.hushlogin: hushlogin
~/.profile: profile
~/.bash_profile: bash_profile
~/.zprofile: zprofile
# fish
# ~/.config/fish/config.fish: fish/config.fish
#~/.config/fish/functions/loadbass.fish: fish/loadbass.fish
#~/.config/fish/fishfile: fish/fishfile
# environment variabels
~/.myenvs: myenvs.sh
~/.mysshdeploy: mysshdeploy.sh
~/.myaliases: myaliases.sh
~/.warprc: ~/.ssh/warprc
#~/.local/share/wd/warppoints: ~/.ssh/warprc
- shell:
- ["curl -fsSL https://raw.githubusercontent.com/zimfw/install/master/install.zsh | zsh","Installing zimrc"]
# - [fish fisher,
# installing fish plugins]
#- [git update-submodules, Installing/updating submodules]
#- ["git submodule update --init --recursive", "Installing submodules"]
- ["echo Install vim dependencies with dotfiles_dependecies_install command.", "Install plugins"]
# - ["~/.vim/plugged/youcompleteme/install.py --clang-completer", "Install vim plugins"]
# - ["vim +PlugInstall +qall", "Install vim plugins"]
# - ["vagrant plugin install vagrant-scp ", "Install vagrant plugins"]
# - ["vagrant plugin install vagrant-vbguest", "Install vagrant plugins"]
- ["run 'fisher' after installing the fish plugin to install the rest of the plugins", "Installing fisher plugin manager" ]