userspace-installation-maid/.local/bin/userspace-installation-maid

64 lines
1.9 KiB
Plaintext
Raw Normal View History

2024-02-05 03:30:51 -05:00
#!/bin/bash
sudo pacman -Suuy
2024-04-22 23:13:13 -04:00
sudo pacman -S nvim mpd mpc ncmpcpp htop brightnessctl xwallpaper man dnsutils adobe-source-han-sans-jp-fonts bash-completion pcmanfm mpv maim keepassxc qbittorrent terminus-font firefox xclip wireguard-tools wget p7zip unzip zip rsync neofetch lxappearance gcc cmake gdb nsxiv git alacritty tmux neovim vi element-desktop telegram-desktop fzf
2024-02-05 03:30:51 -05:00
sudo cp -f ~/.config/lightdm/lightdm-gtk-greeter.conf /etc/lightdm/
sudo cp -f ~/.config/pacman/* /etc/
2024-02-05 03:39:49 -05:00
sudo cp -f ~/.config/profile/profile /etc/
2024-02-10 07:17:42 -05:00
mkdir -p ~/.local/share/
2024-02-09 17:45:29 -05:00
mkdir -p ~/.local/share/sqlite3/
mkdir -p ~/.local/share/i3status/
2024-02-10 07:17:42 -05:00
mkdir -p ~/.local/share/ffmpeg/
echo ' put some reminder here man ' > ~/.local/share/i3status/reminder
echo ' here some music will play ' > ~/.local/share/i3status/now-playing
2024-02-05 03:30:51 -05:00
mkdir -p ~/Code/
systemctl --user enable mpd.service
systemctl --user start mpd.service
echo " "
echo " "
echo "Now installing yay!"
echo " "
echo " "
cd /opt
sudo git clone https://aur.archlinux.org/yay-git.git
sudo chown -R "$(id -un)":"$(id -un)" ./yay-git
cd yay-git
makepkg -si
yay -Suy
yay -S unrar i3exit
echo " "
echo " "
echo "Now installing keyboard layout!"
echo " "
echo " "
localectl --no-convert set-x11-keymap us,ru "" "" grp:alt_shift_toggle
sudo nano /etc/locale.gen
sudo locale-gen
echo " "
echo " "
echo "Now downloading wallpapers!"
echo " "
echo " "
sudo mkdir -p /usr/share/backgrounds/
sudo wget https://reisen.church/random/Material-Black-Pistachio-Numix-FLAT.zip -O /usr/share/icons/Material-Black-Pistachio-Numix-FLAT.zip
cd /usr/share/icons
sudo unzip Material-Black-Pistachio-Numix-FLAT.zip
sudo wget https://reisen.church/random/BlackAndWhite.zip -O /usr/share/themes/BlackAndWhite.zip
cd /usr/share/themes
sudo unzip BlackAndWhite.zip
2024-05-14 10:18:45 -04:00
sudo cp ~/.local/share/backgrounds/wallpaper.png /usr/share/backgrounds/wallpaper.png
2024-02-05 03:30:51 -05:00
echo " "
echo " "
echo "Your PC is ready! Now sync your keepassxc"
echo "Don't forget to move ssh keys and wireguard setup"