-
Notifications
You must be signed in to change notification settings - Fork 0
/
setupStd.conf.yaml
62 lines (62 loc) · 2.74 KB
/
setupStd.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
- shell:
- command: yay --needed --noconfirm -S pacman-contrib ttf-monoid ttf-unifont ttf-font-awesome nerd-fonts-complete noto-fonts-emoji noto-color-emoji-fontconfig-no-binding
description: Installing fonts
stdin: true
stdout: true
stderr: true
- command: yay --needed --noconfirm -S termite alacritty lsd bat scrot starship
description: Installing terminal and terminal tools
stdin: true
stdout: true
stderr: true
- command: yay --needed --noconfirm -S gnu-netcat perl-file-mimeinfo openssh libgnome-keyring htop wmctrl autorandr numlockx fd
description: Installing base software
stdin: true
stdout: true
stderr: true
- command: yay --needed --noconfirm -S rofi zsh feh fzf i3-gaps xautolock polybar tree i3lock-fancy-git picom checkupdates+aur checkupdates-aur ranger pygmentize fzy xclip evince perl-file-mimeinfo thunar-archive-plugin thunar
description: Installing interface software
stdin: true
stdout: true
stderr: true
- command: yay --needed --noconfirm -S yarn gitflow-avh gitflow-zshcompletion-avh nodejs jetbrains-toolbox npm nvm neovim
description: Installing codding tools
stdin: true
stdout: true
stderr: true
- command: yay --needed --noconfirm -S telegram-desktop spotify slack-desktop code sublime-text-3 discord github-cli flameshot pasystray discord todoist rofi-emoji emojify espanso-bin protonvpn-cli-ng c-lolcat obsidian-appimage
description: Installing other software
stdin: true
stdout: true
stderr: true
- command: yay --needed --noconfirm -S docker docker-compose && sudo systemctl enable docker && sudo systemctl start docker && sudo usermod -a -G docker $USER
description: Installing docker
stdin: true
stdout: true
stderr: true
- command: yay --needed --noconfirm -S jdk8-openjdk openjdk8-doc openjdk8-src volta-bin
description: Installing java software
stdin: true
stdout: true
stderr: true
- command: sudo sh -c 'echo "JAVA_HOME=/usr/lib/jvm/java-8-openjdk/" > /etc/profile.d/jdk.sh ' && source /etc/profile.d/jdk.sh
description: "Setup JAVA_HOME for arch"
stdin: true
stdout: true
stderr: true
- command: ssh-keygen -t rsa -b 4096
description: Generating ssh key
stdin: true
stdout: true
stderr: true
- command: volta install node && volta install gitmoji-cli tldr @beaussan/nbx cloc
description: "Installing global tools via yarn"
stdin: true
stdout: true
stderr: true
- command: sudo sed -i 's/^#Color$/Color/' /etc/pacman.conf
description: Set pacman to use colors
stdin: true
stdout: true
stderr: true
- source ~/.zshrc || true