Skip to content

Instantly share code, notes, and snippets.

@apampolino
Created January 21, 2019 07:31
Show Gist options
  • Select an option

  • Save apampolino/8650c61cfaa7b9fcdfb49074d99afecb to your computer and use it in GitHub Desktop.

Select an option

Save apampolino/8650c61cfaa7b9fcdfb49074d99afecb to your computer and use it in GitHub Desktop.

Revisions

  1. apampolino created this gist Jan 21, 2019.
    67 changes: 67 additions & 0 deletions arch.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,67 @@
    ARCHLINUX

    # start dhcpd service
    systemctl enable dhcpcd

    # update mirrors
    pacman-mirrors -g

    # base base-devel
    pacman -S --needed base-devel

    # XServer
    xorg-server xorg-xrandr

    # desktop manager
    lightdm

    # desktop environment
    xfce4 xfce4-goodies mate-desktop

    # glxinfo
    mesa-demos

    # themes
    arc-gtk-theme adapta-gtk-theme

    # icon packs
    arc-icon-theme papirus-icon-theme numix-icon-theme faenza-icon-theme

    # fonts
    ttf-droid ttf-dejavu

    # browsers
    firefox chromium

    # office
    libreoffice

    # development
    sublime-text filezilla

    # others
    screen screenfetch htop unzip git wget yajl lsb-rlease

    # firewall
    ufw gufw

    # conky
    conky conky-manager

    # yaourt
    git clone https://aur.archlinux.org/package-query.git
    cd package-query
    makepkg -si
    git clone https://aur.archlinux.org/yaourt.git
    cd yaourt
    makepkg -si
    rm -dR package-query/ yaourt/

    # pamac
    yaourt pamac-aur

    # nvidia
    nvidia-dkms
    nvidia-lts
    nvidia-settings
    nvidia-utils