-
Notifications
You must be signed in to change notification settings - Fork 0
/
install.sh
executable file
·62 lines (48 loc) · 1.91 KB
/
install.sh
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
#!/bin/bash
set -e
set -x
sudo pacman -Syu
# install yay
sudo pacman -S --needed base-devel git
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si
cd ~
rm -rf yay
# font
yay -S ttf-maple
yay -S bibata-cursor-theme-bin
sudo pacman -S zsh cmake wireplumber xarchiver lxappearance nwg-look arc-gtk-theme adapta-gtk-theme breeze-gtk thunar adwaita-icon-theme arc-icon-theme ristretto pavucontrol zathura zathura-pdf-poppler cava
yay -S materia-gtk-theme spicetify-cli safeeyes
# kde-connect
sudo pacman -S kdeconnect
# notification daemon
sudo pacman -S swaync
# clipboard
sudo pacman -S cliphist
# authentication agent
sudo pacman -S polkit-kde-agent
# hyprland plugins and packages
sudo pacman -S cpio meson swww waypaper waybar hypridle xdg-portal-desktop-hyprland
yay -S hyprshot hyprlock wlogout pywal-16-colors
# nvim
sudo pacman -S neovim ripgrep lazygit btop npm nodejs webkit2gtk
# deno
curl -fsSL https://deno.land/install.sh | sh
# enable packages
# sudo pacman -S hyprwayland-scanner
hyprpm update
hyprpm add https://github.com/hyprwm/hyprland-plugins
hyprpm enable hyprexpo
# zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-syntax-highlighting
git clone https://github.com/TamCore/autoupdate-oh-my-zsh-plugins $ZSH_CUSTOM/plugins/autoupdate
git clone https://github.com/hlissner/zsh-autopair ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autopair
git clone https://github.com/jeffreytse/zsh-vi-mode $ZSH_CUSTOM/plugins/zsh-vi-mode
# set Syslinks
# ln -sf ~/.cache/wal/zathurarc ~/.config/zathura/zathurarc
# ln -sf ~/.cache/wal/colors-btop.theme ~/.config/btop/themes/colors-btop.theme
# for projectors use
# sudo pacman -S arandr