Skip to content

Instantly share code, notes, and snippets.

@rhiroyuki
Last active October 20, 2023 03:46
Show Gist options
  • Save rhiroyuki/89004af21b42abeda1fe391930aceecd to your computer and use it in GitHub Desktop.
Save rhiroyuki/89004af21b42abeda1fe391930aceecd to your computer and use it in GitHub Desktop.
#! /bin/bash
main () {
sudo pacman -Syu --noconfirm
sudo pacman -S tmux \
zsh \
neovim \
fzf \
fd \
jq \
xcape \
ripgrep \
xclip \
wezterm \
docker-compose \
base-devel \
ttf-nerd-fonts-symbols \
ttf-nerd-fonts-symbols-mono \
ttf-jetbrains-mono \
ttf-jetbrains-mono-nerd \
arandr \
i3-wm i3lock polybar rofi \
pa-applet blueman-applet \
feh \
orachelo-icon-theme \
rustup \
picom \
dunst \
--noconfirm \
--needed
yay -S google-chrome \
docker \
rofi-greenclip \
yad \
--noconfirm \
--needed
# adding docker to sudo group
sudo usermod -aG docker $USER
chsh -s $(which zsh)
}
main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment