-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathinstall.conf.yaml
78 lines (72 loc) · 2.05 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
- defaults:
link:
relink: true
- clean: ['~']
- create:
- ~/.config/nvim
- ~/.config/alacritty
- ~/.config/polybar
- ~/.config/dunst
- ~/.config/sxhkdrc
- ~/.config/bspwm
- link:
~/.config/nvim/init.lua: configs/neovim
~/.config/zshrc: configs/zshrc
~/.config/alacritty/alacritty.yml: configs/alacritty.yml
~/.config/polybar/config: configs/polybar
~/.config/dunst/dunstrc: configs/dunstrc
~/.tmux.conf: configs/tmux
~/.config/sxhkd/sxhkdrc: configs/sxhkdrc
~/.config/rofi.rasi: configs/rofi.rasi
~/.config/bspwm/bspwmrc: configs/bspwmrc
~/.config/Xresources: configs/Xresources
- sudo:
- apt:
- rofi
- lsd-musl
- zsh
- nodejs
- python
- xfce4-settings
- bspwm
- sxhkd
- polybar
- i3lock-fancy
- materia-gtk-theme
- feh
- picom
- yay:
- neovim-nightly
- otf-nerd-fonts-fira-code
- alacritty
- rofi
- lsd
- zsh
- nodejs
- python
- xfce4-settings
- bspwm
- sxhkd
- polybar
- i3lock-fancy-git
- materia-gtk-theme
- picom
- feh
- shell:
- [git submodule update --init --recursive, Installing submodules]
- [git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm, "Installing TPM"]
- [~/.tmux/plugins/tpm/bin/install_plugins, Installing tpm plugins]
- [git clone https://github.com/wbthomason/packer.nvim ~/.local/share/nvim/site/pack/packer/start/packer.nvim, "Installing packer.nvim"]
-
command: xfconf-query -c xsettings -p /Net/ThemeName -s Materia-dark
description: Setup materia-dark theme
-
command: sh -c "$(curl -fsSL https://raw.githubusercontent.com/zdharma/zinit/master/doc/install.sh)" && echo "source ~/.config/zshrc" >> ~/.zshrc
description: Installing and setting up zinit
- [pip install pyright, Installing pyright]
-
command: sh -c "nvim +PackerSync +qa"
descrption: Installing neovim plugins
stderr: true
stdout: true
stdin: true