script
This commit is contained in:
parent
c9868b51d5
commit
92cea378c1
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
sudo pacman -Suuy
|
||||
sudo pacman -S vim 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 telegram-desktop fzf
|
||||
sudo pacman -S vim flacon mpd mpc ncmpcpp htop brightnessctl xwallpaper man dnsutils adobe-source-han-sans-jp-fonts bash-completion mpv maim keepassxc qbittorrent terminus-font firefox xclip wireguard-tools wget p7zip unzip zip rsync neofetch gcc cmake gdb nsxiv git alacritty tmux neovim telegram-desktop fzf ranger
|
||||
|
||||
sudo cp -f ~/.config/lightdm/lightdm-gtk-greeter.conf /etc/lightdm/
|
||||
sudo cp -f ~/.config/pacman/* /etc/
|
||||
|
@ -10,7 +10,6 @@ mkdir -p ~/.local/share/
|
|||
mkdir -p ~/.local/share/sqlite3/
|
||||
mkdir -p ~/.local/share/i3status/
|
||||
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
|
||||
mkdir -p ~/Code/
|
||||
|
||||
|
@ -19,12 +18,6 @@ curl -fLo ~/.config/vim/autoload/plug.vim --create-dirs https://raw.githubus
|
|||
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
|
||||
|
@ -50,13 +43,6 @@ 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
|
||||
|
||||
sudo cp ~/.local/share/backgrounds/wallpaper.png /usr/share/backgrounds/wallpaper.png
|
||||
|
||||
echo " "
|
||||
|
|
Loading…
Reference in New Issue