Uncomment install.sh steps
This commit is contained in:
parent
065a36622c
commit
881e5a7316
1 changed files with 18 additions and 20 deletions
38
install.sh
38
install.sh
|
@ -5,43 +5,41 @@ set -ex
|
||||||
sudo pacman -Syu --noconfirm
|
sudo pacman -Syu --noconfirm
|
||||||
|
|
||||||
# Install dev packages
|
# Install dev packages
|
||||||
#sudo pacman -S --needed --noconfirm base-devel btop curl fish flatpak git hyfetch imagemagick python-pygments rustup stow
|
sudo pacman -S --needed --noconfirm base-devel btop curl fish flatpak git hyfetch imagemagick python-pygments rustup stow
|
||||||
#rustup install stable
|
rustup install stable
|
||||||
|
|
||||||
# Install paru
|
# Install paru
|
||||||
#git clone https://aur.archlinux.org/paru.git /tmp/paru
|
git clone https://aur.archlinux.org/paru.git /tmp/paru
|
||||||
#(cd /tmp/paru; makepkg -si --needed --noconfirm)
|
(cd /tmp/paru; makepkg -si --needed --noconfirm)
|
||||||
|
|
||||||
# Stow dotfiles
|
# Stow dotfiles
|
||||||
#mkdir -p ~/.config/fish
|
mkdir -p ~/.config/fish
|
||||||
#stow */
|
stow */
|
||||||
|
|
||||||
# Setup fish shell
|
# Setup fish shell
|
||||||
#fish -c "curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher && fisher update"
|
fish -c "curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher && fisher update"
|
||||||
#sudo chsh $USER -s /usr/bin/fish
|
sudo chsh $USER -s /usr/bin/fish
|
||||||
|
|
||||||
# File management
|
# File management
|
||||||
#sudo pacman -S --needed --noconfirm atool ffmpegthumbnailer highlight mediainfo python-pillow ranger transmission-cli
|
sudo pacman -S --needed --noconfirm atool ffmpegthumbnailer highlight mediainfo python-pillow ranger transmission-cli
|
||||||
|
|
||||||
# Audio
|
# Audio
|
||||||
#sudo pacman -S --needed --noconfirm easyeffects helvum mpd pamixer pipewire pipewire-alsa pipewire-audio pipewire-jack pipewire-pulse playerctl wireplumber
|
sudo pacman -S --needed --noconfirm easyeffects helvum mpd pamixer pipewire pipewire-alsa pipewire-audio pipewire-jack pipewire-pulse playerctl wireplumber
|
||||||
#systemctl start mpd --now --user
|
|
||||||
|
|
||||||
# Codecs
|
# Codecs
|
||||||
#sudo pacman -S --needed --noconfirm gst-libav gst-plugin-pipewire gst-plugins-base gst-plugins-good gstreamer gstreamer-vaapi libde265
|
sudo pacman -S --needed --noconfirm gst-libav gst-plugin-pipewire gst-plugins-base gst-plugins-good gstreamer gstreamer-vaapi libde265
|
||||||
|
|
||||||
# Greeter
|
# Greeter
|
||||||
#sudo pacman -S --needed --noconfirm greetd greetd-tuigreet
|
sudo pacman -S --needed --noconfirm greetd greetd-tuigreet
|
||||||
#sudo cp ./greetd.toml /etc/greetd/config.toml
|
sudo cp ./greetd.toml /etc/greetd/config.toml
|
||||||
#sudo systemctl enable greetd
|
sudo systemctl enable greetd
|
||||||
|
|
||||||
# Window Manager
|
# Window Manager
|
||||||
#paru -S --needed --noconfirm brightnessctl gammastep geoclue2 grim fuzzel mako network-manager-applet river slurp swaybg swayidle swaylock way-displays waybar xdg-desktop-portal-gtk xdg-desktop-portal-wlr
|
paru -S --needed --noconfirm brightnessctl gammastep geoclue2 grim fuzzel mako network-manager-applet river slurp swaybg swayidle swaylock way-displays waybar xdg-desktop-portal-gtk xdg-desktop-portal-wlr
|
||||||
|
|
||||||
# Fonts
|
# Fonts
|
||||||
#sudo pacman -S --needed --noconfirm noto-fonts noto-fonts-cjk noto-fonts-emoji noto-fonts-extra ttf-firacode-nerd ttf-liberation wqy-zenhei
|
sudo pacman -S --needed --noconfirm noto-fonts noto-fonts-cjk noto-fonts-emoji noto-fonts-extra ttf-firacode-nerd ttf-liberation wqy-zenhei
|
||||||
|
|
||||||
# GUI Applications
|
# GUI Applications
|
||||||
#sudo pacman -S --needed --noconfirm discord firefox kitty
|
sudo pacman -S --needed --noconfirm discord firefox kitty
|
||||||
#fish -c "set -Ux MOZ_ENABLE_WAYLAND 1"
|
fish -c "set -Ux MOZ_ENABLE_WAYLAND 1"
|
||||||
fish -c "set -Ux MOZ_USE_XINPUT2 1"
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue