aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorYaroslav <contact@yaroslavps.com>2019-11-16 02:03:22 +0300
committerYaroslav <contact@yaroslavps.com>2019-11-16 02:03:22 +0300
commit09133f24797fcf2bee98194b2e5a18e8c3d308e4 (patch)
treefabefd4bffc3296a2379be3921e651a325d29e0f /install.sh
parent6a12499bb120789bd0576b79833383fc9b4f493e (diff)
downloadswayrice-09133f24797fcf2bee98194b2e5a18e8c3d308e4.tar.gz
swayrice-09133f24797fcf2bee98194b2e5a18e8c3d308e4.zip
moved most fonts from user to system, changed greeter appearance
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh22
1 files changed, 14 insertions, 8 deletions
diff --git a/install.sh b/install.sh
index e56dfe8..d86b794 100755
--- a/install.sh
+++ b/install.sh
@@ -4,6 +4,14 @@
pacman -Sy --noconfirm networkmanager network-manager-applet networkmanager-openvpn neovim sway swaylock swayidle waybar egl-wayland imv swaybg xorg-server-xwayland qt5-wayland wl-clipboard dbus tmux htop bemenu mupdf mpd ncmpcpp mpc mpv mplayer mako cronie grim slop ffmpeg w3m youtube-dl youtube-viewer newsboat wget curl gimp inkscape gcc make fontconfig pkg-config fakeroot lxappearance papirus-icon-theme alsa-utils pulseaudio imagemagick ntfs-3g unzip unrar gnome-themes-standard gtk-engine-murrine telegram-desktop qt5ct r udisks2 perl-term-readline-gnu transmission-cli python-pynvim python-pip calcurse acpi acpid gnupg noto-fonts-cjk powerline-fonts python-pygit2 polkit polkit-gnome zathura zathura-pdf-mupdf zathura-djvu gst-libav vifm blueman bluez acpilight powertop lightdm
+# Install AUR helper
+cd /tmp
+git clone https://aur.archlinux.org/yay.git
+cd yay
+makepkg -si
+
+yay -S --noconfirm ttf-symbola stig pam-gnupg mutt-wizard-git ncmpamixer lightdm-mini-greeter plymouth-git
+
# Copy system config files
cp system/sudoers /etc/
cp system/mkinitcpio.conf /etc/
@@ -12,16 +20,14 @@ cp -r system/lightdm/ /etc/lightdm/
cp systemd/hotspot.service /etc/systemd/system/
cp systemd/startupsound.service /etc/systemd/system/
-# Install AUR helper
-cd /tmp
-git clone https://aur.archlinux.org/yay.git
-cd yay
-makepkg -si
-
-yay -S --noconfirm ttf-symbola stig pam-gnupg mutt-wizard-git ncmpamixer lightdm-mini-greeter plymouth-git
+# Copy some fonts to make them available system-wide
+mkdir -p /usr/share/fonts/rice
+cp system/fonts/* /usr/share/fonts/rice/
# Laptop
-pacman -S --noconfirm xf86-video-intel
+if [ "$1" = "laptop" ]; then
+ pacman -S --noconfirm xf86-video-intel
+fi
systemctl enable lightdm
systemctl enable NetworkManager