-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.conf.yaml
101 lines (101 loc) · 2.89 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
- defaults:
link:
relink: true
create: true
glob: true
force: true
- link:
~/.config/conky/config: conky/config
~/.config/nvim/init.lua: vim/init.lua
~/.config/nvim/config/: vim/config/**
~/.config/nvim/coc-settings.json: vim/coc-settings.json
~/.prettierrc: prettierrc
~/.config/picom/picom.conf: picom/picom.conf
~/.config/termite/config: terminals/termite.conf
~/.config/sxhkd/sxhkdrc: sxhkd/sxhkdrc
~/.config/rofi/: rofi/**
~/.config/polybar/: polybar/**
~/.config/dunst/: dunst/**
~/.config/bspwm/: bspwm/**
~/.config/gtk-3.0/: themes/gtk/**
~/.config/alacritty/alacritty.yml: terminals/alacritty.yml
~/.config/kitty/: kitty/**
~/.wallpapers/: wallpapers/**
~/.profile: themes/qt
~/.themes/Fantome: gtk-theme-collections/Fantome
~/.themes/Lumiere: gtk-theme-collections/Lumiere
~/.themes/Noita: gtk-theme-collections/Noita
~/.themes/Ocha: gtk-theme-collections/Ocha
~/.themes/Sephia: gtk-theme-collections/Sephia
~/.themes/Tee: gtk-theme-collections/Tee
~/.themes/Vestica: gtk-theme-collections/Vestica
~/.config/tiny-theme-switcher: theme-switcher/**
~/.config/tiny-theme-switcher/vscode: vscode/**
- create:
~/Projects:
- clean: ['~']
- pip:
file: requirements.txt
binary: /usr/bin/pip
user: true
stdout: false
stderr: true
- shell:
-
command: sudo pacman -Syu --noconfirm base-devel
description: Updating the system, installing base-devel
stdin: true
stdout: true
stderr: true
-
command: git clone https://aur.archlinux.org/yay-git.git; chmod 777 yay-git; cd yay-git; makepkg -si --noconfirm; cd ..; rm -rf yay-git
description: Installing yay
stdin: true
stdout: true
stderr: true
-
command: ./dotbot/bin/dotbot -p dotbot-yay/yay.py -c packages.conf.yaml
description: Installing packages
stdout: true
stderr: true
- [sudo systemctl enable lightdm.service, Enabling lightdm]
- [bash vim/plug.sh || true, Installing vim-plug and nvim plugins]
- [sudo cp lightdm/lightdm.conf /etc/lightdm/lightdm.conf; sudo cp lightdm/lightdm-gtk-greeter.conf /etc/lightdm/lightdm-gtk-greeter.conf; sudo cp wallpapers/darkish.jpg /usr/share/pixmaps/lightdm-background.jpg, Setting up lightdm]
- xbps:
- xorg-server
- xorg-xinit
- bspwm
- polybar
- feh
- rofi
- sxhkd
- pcmanfm
- xorg-xsetroot
- wget
- neofetch
- alsa-utils
- xorg-xrandr
- neovim
- lightdm
- lightdm-gtk-greeter
- python-pip
- adapta-gtk-theme
- paper-icon-theme
- lxappearance
- gpicview
- firefox
- nerd-fonts-hack
- android-file-transfer
- xarchiver
- yarn
- picom
- mplayer
- fzf
- kvantum-qt5
- qt5ct
- xdo
- xdotool
- xorg-xev
- xorg-xwinfo
- pipewire
- helvum