Commit-v2.0-5
This commit is contained in:
parent
eccfbbe5b1
commit
7b5c0c2f23
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -0,0 +1,26 @@
|
|||
- Arch repos
|
||||
1. Add this lines into /etc/pacman.conf
|
||||
[universe]
|
||||
Server = https://universe.artixlinux.org/$arch
|
||||
Server = https://mirror1.artixlinux.org/universe/$arch
|
||||
Server = https://mirror.pascalpuffke.de/artix-universe/$arch
|
||||
Server = https://artixlinux.qontinuum.space/artixlinux/universe/os/$arch
|
||||
Server = https://mirror1.cl.netactuate.com/artix/universe/$arch
|
||||
Server = https://ftp.crifo.org/artix-universe/$arch
|
||||
Server = https://artix.sakamoto.pl/universe/$arch
|
||||
|
||||
2. Sync
|
||||
sudo pacman -Sy
|
||||
|
||||
3. Install Arch repos support package
|
||||
sudo pacman -Syu artix-archlinux-support
|
||||
|
||||
4. Add this lines into /etc/pacman.conf
|
||||
[extra]
|
||||
Include = /etc/pacman.d/mirrorlist-arch
|
||||
[community]
|
||||
Include = /etc/pacman.d/mirrorlist-arch
|
||||
|
||||
5. Comment the default mirror and uncomment this in /etc/pacman.d/mirrorlist-arch:
|
||||
Server = https://mirror.nw-sys.ru/archlinux/$repo/os/$arch
|
||||
Server = http://mirrors.powernet.com.ru/archlinux/$repo/os/$arch
|
|
@ -0,0 +1,30 @@
|
|||
#!/usr/bin/bash
|
||||
|
||||
#ADD ARCH REPOS FIRST.
|
||||
sudo pacman -S git man
|
||||
|
||||
git clone https://aur.archlinux.org/paru-bin.git
|
||||
makepkg -sic
|
||||
|
||||
paru -S foot waybar waterfox-bin swaybg swayimg gtklock lf starship googledot-cursor-theme catppuccin-gtk-theme-mocha krita mpv wf-recorder transmission-gtk prismlauncher-qt5-bin pipewire pipewire-pulse wireplumber bluez bluez-runit bluez-utils htop grim slurp cmus tlp-runit bc unzip pulsemixer chafa noto-fonts-cjk noto-fonts-extra cava eza lxappearence papirus-icon-theme
|
||||
|
||||
sudo pacman -U /home/lilac/MainDots/Pkgs/hyprland-0.35.0-1-x86_64.pkg.tar.zst
|
||||
sudo pacman -U /home/lilac/MainDots/Pkgs/spdlog-1.13.0-1-x86_64.pkg.tar.zst
|
||||
sudo pacman -U /home/lilac/MainDots/Pkgs/waybar-0.10.0-4-x86_64.pkg.tar.zst
|
||||
sudo pacman -U /home/lilac/MainDots/Pkgs/ayugram-desktop-4.16.8-1-x86_64.pkg.tar.zst
|
||||
|
||||
mkdir /home/lilac/.config
|
||||
mkdir -p /home/lilac/Media/Pics/Walls
|
||||
mkdir -p /home/lilac/Media/Pics/Scr
|
||||
mkdir -p /home/lilac/Media/Mus
|
||||
mkdir -p /home/lilac/Media/Docs
|
||||
mkdir -p /home/lilac/Downloads
|
||||
|
||||
cp -r /home/lilac/MainDots/Configs/* /home/lilac/.config/
|
||||
cp -r /home/lilac/MainDots/Wallpapers/* /home/lilac/Media/Pics/Walls/
|
||||
|
||||
gsettings set org.gnome.desktop.interface gtk-theme Catppuccin-Mocha-Standard-Lavender-Dark
|
||||
gsettings set org.gnome.desktop.interface font-name RobotoMonoNerdFont
|
||||
gsettings set org.gnome.desktop.interface icon-theme Papirus-Dark
|
||||
gsettings set org.gnome.desktop.interface cursor-size 28
|
||||
gsettings set org.gnome.desktop.interface cursor-theme GoogleDot-White
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue