oscarGallardo n00b
Joined: 21 Nov 2023 Posts: 4
|
Posted: Tue Jul 16, 2024 3:30 am Post subject: my New Gentoo installation |
|
|
Hey! I been using gentoo for 4 years now, I'm planning to re-install with different stuff. I was thinking to use ext4 instead btrfs(I dont really use any of the cool things on it), as init: runit instead openrc, instead glibc use musl, and probably libressl, and also I would like to test wayland, and for my home user something like dash. My system is pretty minimal, I would use my machine mainly to program, I'll write some laravel, react, C, python and basically that's it, anything fancy. This are the programs I use on my current system.
Code: |
{
"installations": [
{
"name": "core",
"packages": [
"app-arch/lz4",
"app-arch/lzop",
"sys-fs/dosfstools",
"app-portage/gentoolkit",
"dev-util/ccache",
"sys-fs/e2fsprogs",
"app-portage/eix",
"sys-kernel/linux-firmware",
"sys-kernel/gentoo-sources",
"sys-apps/pciutils",
"sys-fs/btrfs-progs",
"sys-fs/ntfs3g",
"net-misc/dhcpcd",
"app-admin/sysklogd",
"sys-process/cronie",
"sys-apps/mlocate",
"net-wireless/iw",
"net-wireless/wpa_supplicant",
"sys-boot/efibootmgr",
"app-editors/vim",
"www-client/elinks"
"app-arch/7zip",
"app-arch/zip",
"app-portage/cpuid2cpuflags",
"app-portage/portage-utils",
"sys-power/upower",
]
},
{
"name": "base",
"packages": [
"x11-base/xorg-server",
"x11-base/xorg-drivers",
"dev-lang/rust-bin",
"x11-apps/xinit",
"x11-apps/xinput",
"x11-apps/setxkbmap",
"sys-apps/dbus",
"sys-auth/elogind",
"media-plugins/alsa-plugins",
"media-sound/alsa-utils",
"dev-vcs/git",
"sys-power/acpi",
"app-editors/emacs",
"media-gfx/plantuml",
"net-libs/nodejs",
"dev-db/mariadb",
"dev-db/mongodb",
"dev-lang/php",
"sys-devel/clang",
"dev-python/pip",
"www-servers/nginx",
"app-shells/fzf",
"app-shells/autojump",
"sys-process/htop",
"media-sound/alsa-plugins",
"media-libs/libpulse",
"app-misc/neofetch",
"app-office/sc-im",
"sys-apps/lmsensors",
"net-analyzer/nmap",
"app-admin/pass",
"net-ftp/ncftp",
"app-laptop/laptop-mode-tools",
"mail-client/neomutt",
"mail-client/mutt-wizzard",
"sys-libs/ncurses",
"x11-wm/bspwm",
"x11-misc/sxhkd",
"x11-misc/dmenu",
"app-misc/rmlint",
"net-misc/rsync",
"media-sound/moc",
"net-misc/aria2"
"sys-apps/dmidecode",
"sys-apps/lshw",
"sys-fs/fuse:0",
]
},
{
"name": "util",
"packages": [
"x11-misc/polybar",
"media-sound/pulseaudio",
"media-sound/pulseaudio-ctl",
"media-tv/v4l-utils",
"media-video/ffmpeg",
"net-firewall/nftables",
"media-video/mpv",
"x11-misc/xdotool",
"net-misc/rclone",
"x11-misc/wmctrl",
"media-gfx/scrot",
"media-gfx/feh",
"app-text/zathura",
"app-text/zathura-meta",
"app-text/pandoc-bin",
"x11-misc/rofi",
"app-containers/docker",
"app-text/texlive",
"app-misc/grc",
"media-gfx/imagemagick",
"app-misc/neofetch",
"media-sound/pavucontrol",
"media-libs/mlt",
"app-misc/jq",
"sys-fs/ncdu",
"net-misc/ytfzf",
"x11-misc/unclutter-xfixes",
"x11-misc/picom",
"x11-apps/xrandr",
"x11-apps/xrdb",
"x11-misc/xdg-utils",
"x11-apps/xkbutils",
"x11-misc/xev",
"dev-util/desktop-file-utils",
"media-libs/mlt",
"media-gfx/sxiv",
"media-fonts/fira-code",
"media-fonts/noto-emoji"
]
},
{
"name": "external",
"packages": [
"composer https://getcomposer.org/download/",
"mononoki https://madmalik.github.io/mononoki/",
"lemonbar https://github.com/LemonBoy/bar.git",
"bsp-layout https://github.com/phenax/bsp-layout.git",
"surf https://git.suckless.org/surf",
"tabbed https://git.suckless.org/tabbed",
"st https://github.com/LukeSmithxyz/st",
"sent https://git.suckless.org/sent",
"nsxiv https://codeberg.org/nsxiv/nsxiv.git"
]
}
]
}[/quote] |
Any recomendation, or comment? |
|