summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorrafa_99 <raroma09@gmail.com>2021-12-22 21:43:04 +0000
committerrafa_99 <raroma09@gmail.com>2021-12-22 21:43:04 +0000
commitac2d1c555d94a7938474ae13ded73df93ff700f9 (patch)
tree91930476c5b27c0e729e8b1fca1acf294e38cd0e /INSTALL
parenta0b3b307ecf5a1c3d69446ed1bc6a13b79ecc66f (diff)
Updated Gentoo Install
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL/gentoo-install7
1 files changed, 3 insertions, 4 deletions
diff --git a/INSTALL/gentoo-install b/INSTALL/gentoo-install
index fe6602a..3a47447 100644
--- a/INSTALL/gentoo-install
+++ b/INSTALL/gentoo-install
@@ -20,7 +20,7 @@ if [ "$(id -u)" = "0" ]; then
printf "Do you want to install Base Packages? [Y/n]" && read -r BASE
if [ "$BASE" != "N" ] && [ "$BASE" != "n" ]; then
- emerge --ask --quiet xwallpaper x11-misc/xclip vifm zathura zathura-pdf-poppler make bc xorg-x11 xinit zsh doas sys-fs/dosfstools app-editors/neovim pulsemixer pipewire gentoolkit stow app-admin/pass app-arch/p7zip && poweroff
+ emerge --ask --quiet xwallpaper x11-misc/xclip vifm zathura zathura-pdf-poppler make bc xorg-x11 xinit zsh doas sys-fs/dosfstools app-editors/neovim pulsemixer pipewire gentoolkit stow app-admin/pass app-arch/p7zip
fi
printf "Do you want to install Extra Packages? [Y/n]" && read -r EXTRA
@@ -30,7 +30,7 @@ if [ "$(id -u)" = "0" ]; then
printf "Do you want to install User Packages? [Y/n]" && read -r USERPACKAGES
if [ "$USERPACKAGES" != "N" ] && [ "$USERPACKAGES" != "n" ]; then
- emerge --ask --quiet app-emulation/libvirt app-emulation/qemu app-emulation/virt-manager neofetch dev-python/pip media-sound/pavucontrol x11-themes/arc-theme x11-themes/papirus-icon-theme ffmpegthumbnailer x11-misc/unclutter-xfixes x11-misc/screenkey && poweroff
+ emerge --ask --quiet 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/unclutter-xfixes x11-misc/screenkey && poweroff
fi
else
{
@@ -53,7 +53,7 @@ else
cd ~/.local/src/suck && sh sucklessUpdate && cd "$CURDIR" || exit
## Neovimb Setup
- cp -rf "$(pwd)"/../neovimb "$HOME"/.config
+ cp -rf "$(pwd)"/../neovimb "$HOME"/
# Setting up Neovim
## Linking Neovim to Vim
@@ -84,4 +84,3 @@ else
cd ~/Pictures && git clone https://gitlab.com/rafa_99/wallpapers
}
fi
-