-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinstall.conf.yaml
36 lines (33 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
- clean: ['~']
- shell:
- [cd i3 && make clean config]
- link:
~/.dotfiles: ''
~/.gitconfig: gitconfig
~/.gitignore_global: gitignore_global
~/.tmux: tmux/
~/.tmux.conf: tmux.conf
~/.vim: vim/
~/.vimrc: vimrc
~/.oh-my-zsh: oh-my-zsh/
~/.zsh: zsh/
~/.zshrc: zshrc
~/.fzf: fzf/
~/.cheat: cheat/
~/.ssh/precious_rsa.pub: ssh/precious_rsa.pub
~/.ssh/config: ssh/config
~/.i3: i3/
~/.Xmodmap: Xmodmap
~/.config/ranger: ranger/
~/.ipython/profile_default/ipython_config.py: ipython/ipython_config.py
- shell:
- [git submodule update --init --recursive, Installing submodules]
# - [mkdir -p ~/.z]
- [echo "Install all tmux plugins by hitting `prefix + I` within tmux"]
- [npm install]
- [pip install -r requirements.txt --upgrade]
- [bash themes/tomorrow-theme/Gnome-Terminal/setup-theme.sh]
- [echo "Tomorrow Profile now available for Gnome Terminal"]
- [./fzf/install]
- [mkdir -p $HOME/.local/bin]
- [cd git-extras && git checkout $(git describe --tags $(git rev-list --tags --max-count=1)) && make install PREFIX=$HOME/.local]