-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinstall.sh
74 lines (66 loc) · 1.22 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
63
64
65
66
67
68
69
70
71
72
73
74
#!/bin/bash
# Install Zsh and Oh My Zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"
git clone https://github.com/zsh-users/zsh-autosuggestions ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-autosuggestions
# Install Tpm for Tmux
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
# Define package names
packages=(
stow
lazygit
wezterm
fzf
fd
picom
ripgrep
jdk-openjdk
go
go-tools
ninja
cmake
sshfs
composer
rustup
vlc
zoom
gparted
xfce4-screenshooter
spectacle
pipewire
pipewire-alsa
pipewire-jack
pipewire-pulse
pavucontrol
wireplumber
pipewire-zeroconf
filelight
xclip
unzip
rofi
tmux
brightnessctl
clang
obs-studio
sof-firmware
bat
alsa-ucm-conf
bluez
bluez-utils
blueman
hyprland
)
# Install necessary packages
for package in "${packages[@]}"; do
if ! pacman -Qi "$package" &>/dev/null; then
sudo pacman -Syu "$package"
else
echo "$package is already installed."
fi
done
# Install bob for neovim-nightly
sudo pacman -Sy bob
bob use nightly
git clone https://github.com/Alexis12119/dotfiles.git ~/dotfiles
cd ~/dotfiles
sudo systemctl enable bluetooth.service
stow */