-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.conf.yaml
34 lines (31 loc) · 1.17 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
- defaults:
link:
create: true
relink: true
- clean: ['~']
- link:
~/.tmux.conf: tmux/tmux.conf
~/.vim: vim
~/.vimrc: vim/vimrc
~/.xinitrc: X-11/xinitrc
~/.config/awesome: { force: true, path: awesome }
~/.config/fish: { force: true, path: fish }
~/.config/nvim/init.vim: { force: true, path: vim/vimrc }
~/.config/nvim: { force: true, path: vim }
~/.config/ranger/rc.conf: { force: true, path: ranger/rc.conf }
~/.config/termite: { force: true, path: termite }
- shell:
- git submodule update --init --recursive
- mkdir -p ~/.local/bin
- sudo pacman --noconfirm -S ttf-hack noto-fonts
- sudo pacman --noconfirm -S numlockx vim neovim tmux fish
- sudo pacman --noconfirm -S python-neovim python2-neovim
- sudo pacman --noconfirm -S vim python-pip python2-pip
# - sudo pacman --noconfirm -S ghc cabal-install stack make
- sudo pacman --noconfirm -S rustup
- sudo pip2 install --user --upgrade neovim
- sudo pip3 install --user --upgrade neovim
- cargo install ripgrep
- stack setup
- vim +PlugClean +PlugInstall +UpdateRemotePlugins +qall
- git config --global core.editor nvim