Update 'install.sh'
This commit is contained in:
parent
a6402509d8
commit
29e978819b
20
install.sh
20
install.sh
|
@ -4,8 +4,8 @@ echo "Master, starting system deploy (^^ )"
|
|||
echo " "
|
||||
echo " "
|
||||
|
||||
sudo pacman -Suy htop httpie bash-completion pcmanfm qtcreator mpv keepassxc clang qbittorrent xterm terminus-font firefox sfml xclip wireguard-tools wget p7zip unzip zip rsync neofetch mumble lxappearance gcc cmake gdb feh soundkonverter picard
|
||||
yay -S telegram-desktop visual-studio-code-bin unrar mednaffe element-desktop kid3
|
||||
sudo pacman -Suuy
|
||||
sudo pacman -S htop httpie bash-completion pcmanfm qtcreator mpv keepassxc clang qbittorrent xterm terminus-font firefox sfml xclip wireguard-tools wget p7zip unzip zip rsync neofetch mumble lxappearance gcc cmake gdb feh soundkonverter picard
|
||||
|
||||
sudo cp -f ./i3wm/lightdm-gtk-greeter.conf /etc/lightdm/
|
||||
sudo cp -f ./i3wm/i3status.conf /etc/
|
||||
|
@ -27,12 +27,28 @@ cp -f ./qt-creator/clangformat/.clang-format ~/.config/QtProject/qtcreator/beaut
|
|||
git config --global user.name "NaiJi"
|
||||
git config --global user.email "naijiworld@protonmail.com"
|
||||
|
||||
echo " "
|
||||
echo " "
|
||||
echo "Now installing yay!"
|
||||
echo " "
|
||||
echo " "
|
||||
|
||||
cd /opt
|
||||
sudo git clone https://aur.archlinux.org/yay-git.git
|
||||
yay -S telegram-desktop visual-studio-code-bin unrar mednaffe element-desktop kid3
|
||||
sudo chown -R "$(id -un)":"$(id -un)" ./yay-git
|
||||
cd yay-git
|
||||
makepkg -si
|
||||
yay -Suy
|
||||
yay -S telegram-desktop visual-studio-code-bin unrar mednaffe element-desktop kid3
|
||||
|
||||
echo " "
|
||||
echo " "
|
||||
echo "Now downloading wallpapers!"
|
||||
echo " "
|
||||
echo " "
|
||||
|
||||
sudo mkdir -p /usr/share/backgrounds/
|
||||
sudo wget https://konachan.net/image/0addf104d25fcad2c283e711fb1a3487/Konachan.com%20-%20345835%20animal_ears%20bikini%20blue_archive%20breasts%20close%20fang%20foxgirl%20halo%20hasumi_%28hasubatake39%29%20hat%20kuda_izuna%20shorts%20swimsuit%20tail%20wristwear.jpg -O /usr/share/backgrounds/my-wallpaper.jpg
|
||||
sudo wget https://konachan.net/image/f04f77e3e96970ce643ef327ae8adfaf/Konachan.com%20-%20346792%20barefoot%20beach%20bikini%20blue_archive%20brown_hair%20clouds%20green_eyes%20hat%20izayoi_nonomi%20long_hair%20navel%20samart_normal%20sky%20swimsuit.jpg -O /usr/share/backgrounds/my-wallpaper-2.jpg
|
||||
sudo wget https://konachan.net/jpeg/4ffaae111e151140a836fb363de1cf53/Konachan.com%20-%20345914%20animal_ears%20aqua_eyes%20ass%20barefoot%20blue_archive%20blush%20breasts%20cleavage%20food%20gray_hair%20halo%20mr.zhuo%20popsicle%20swimsuit%20water%20wolfgirl.jpg -O /usr/share/backgrounds/my-greeter.jpg
|
||||
|
|
Loading…
Reference in New Issue