summaryrefslogtreecommitdiff
path: root/INSTALL/gentoo-install
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL/gentoo-install')
-rw-r--r--INSTALL/gentoo-install35
1 files changed, 14 insertions, 21 deletions
diff --git a/INSTALL/gentoo-install b/INSTALL/gentoo-install
index a574a4f..830af8d 100644
--- a/INSTALL/gentoo-install
+++ b/INSTALL/gentoo-install
@@ -18,23 +18,19 @@ if [ "$(id -u)" = "0" ]; then
cp -rf ROOT/issue/issue /etc
cp -rf ROOT/hosts/hosts /etc
- printf "Do you want to install User Packages? [Y/n]" && read -r USERPACKAGES
- if [ "$USERPACKAGES" != "N" ] && [ "$USERPACKAGES" != "n" ]; then
- emerge --ask --quiet app-text/zathura-meta sys-fs/ntfs3g noto-emoji noto-cjk vifm make bc xorg-x11 xinit zsh doas sys-fs/dosfstools app-editors/neovim pulsemixer pipewire gentoolkit stow app-admin/pass app-arch/p7zip app-arch/p7zip zathura zathura-pdf-poppler xwallpaper x11-misc/xclip sxiv mpv newsboat ncmpcpp media-sound/mpc mpd redshift android-tools texlive-latex texlive-latexextra texlive-latexrecommended net-libs/nodejs libreoffice-bin unoconv dev-util/ctags gimp imagemagick net-misc/ntp maim net-libs/webkit-gtk media-libs/gst-plugins-good media-plugins/gst-plugins-libav latex-beamer go sys-apps/net-tools app-emulation/libvirt app-emulation/qemu app-emulation/virt-manager neofetch dev-python/pip x11-themes/arc-theme x11-themes/papirus-icon-theme ffmpegthumbnailer x11-misc/screenkey net-misc/yt-dlp net-p2p/transmission x11-misc/picom media-gfx/simple-scan dev-python/lxml media-libs/vulkan-loader media-libs/vulkan-layers net-print/hplip net-print/cups testdisk foremost app-crypt/swtpm && poweroff
-
- # Adding System default init services
- # go to https://localhost:631/ to configure the printer or run hp-setup
- USER=$(getent passwd | cut -d: -f6 | grep ^\/home | cut -d/ -f3 | head -1)
- gpasswd -a "$USER" lp
- gpasswd -a "$USER" lpadmin
- rc-update add cupsd default
- fi
-
- printf "Do you want to install Extra Packages? [Y/n]" && read -r EXTRA
- if [ "$EXTRA" != "N" ] && [ "$EXTRA" != "n" ]; then
- emerge --ask --quiet app-emulation/winetricks games-util/lutris app-emulation/wine-staging
- poweroff
- fi
+ emerge --ask --quiet app-text/zathura-meta sys-fs/ntfs3g vifm make xinit zsh doas sys-fs/dosfstools app-editors/neovim pulsemixer pipewire wireplumber gentoolkit stow app-admin/pass app-arch/p7zip zathura zathura-pdf-poppler xwallpaper x11-misc/xclip sxiv mpv newsboat ncmpcpp media-sound/mpc mpd redshift android-tools net-libs/nodejs libreoffice-bin unoconv dev-util/ctags gimp imagemagick net-misc/ntp maim media-libs/gst-plugins-good media-plugins/gst-plugins-libav go sys-apps/net-tools app-emulation/libvirt app-emulation/qemu app-emulation/virt-manager neofetch dev-python/pip x11-themes/arc-theme x11-themes/papirus-icon-theme ffmpegthumbnailer x11-misc/screenkey net-misc/yt-dlp net-p2p/transmission x11-misc/picom media-gfx/simple-scan dev-python/lxml media-libs/vulkan-loader media-libs/vulkan-layers net-print/hplip net-print/cups app-crypt/swtpm xorg-server firefox arandr ueberzug pavucontrol keepassxc x11-apps/setxkbmap zeal htop net-vpn/tor noto-emoji noto-cjk
+
+ # Adding System default init services
+ # go to https://localhost:631/ to configure the printer or run hp-setup
+ USER=$(getent passwd | cut -d: -f6 | grep ^\/home | cut -d/ -f3 | head -1)
+ gpasswd -a "$USER" lp
+ gpasswd -a "$USER" lpadmin
+ gpasswd -a "$USER" dialout
+ gpasswd -a "$USER" kvm
+ rc-update add cupsd default
+ rc-update add elogind boot
+
+ poweroff
else
{
@@ -45,14 +41,11 @@ else
chsh -s /bin/zsh
# Deploy Dots
- stow --target="$HOME" fonts gtk man misc mpd ncmpcpp newsboat neovim npm picom qt shell scripts suckless sxiv vifm X11 zathura zsh
+ stow --target="$HOME" fonts gtk keepass man misc mpd ncmpcpp newsboat neovim npm picom pipewire qt shell scripts suckless surf sxiv tor vifm X11 zathura zeal zsh
touch ~/.config/X11/Xauthority ~/.config/mpd/database ~/.config/mpd/log ~/.config/mpd/pid ~/.config/mpd/state ~/.config/mpd/sticker.sql
cd ~/.local/src && sh compileSource && cd "$CURDIR" || exit
- # Installing python scripts
- pip install --user pywal ueberzug
-
# Setting up Neovim
## Linking Neovim to Vim
ln -s /usr/bin/nvim ~/.local/bin/vim