Skip to content

Instantly share code, notes, and snippets.

@patterns
Created November 9, 2017 11:44
Show Gist options
  • Select an option

  • Save patterns/f7ce05664746e464bcafb28908e6101e to your computer and use it in GitHub Desktop.

Select an option

Save patterns/f7ce05664746e464bcafb28908e6101e to your computer and use it in GitHub Desktop.

Revisions

  1. patterns created this gist Nov 9, 2017.
    50 changes: 50 additions & 0 deletions arch-start.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,50 @@
    #ip link set wlp3s0 up
    #iw dev wlp3s0 link
    #ip link show wlp3s0

    #vi /etc/wpa_supplicant/example.conf:
    ctrl_interface=/run/wpa_supplicant
    update_config=1

    #wpa_supplicant -B -i wlp3s0 -c /etc/wpa_supplicant/example.conf

    #wpa_cli -i wlp3s0
    scan
    add_network
    set_network 0 said “MYSSID”
    set_network 0 psk “secret”
    enable_network 0
    save_config
    quit

    #dhcpcd wlp3s0

    #genfstab -P / > /etc/fstab
    #vi /etc/fstab # increase size to 2G
    #mount -o remount cowspace

    #pacman -Syy
    #pacman -S xf86-video-nouveau
    #pacman -S xorg
    #pacman -S dwm
    #pacman -S xorg-xinit
    #cp /etc/X11/xinit/xinitrc ~/.xinitrc
    #vi ~/.xinitrc:
    ……
    exec dwm

    #pacman -S ttf-inconsolata
    #pacman -S adobe-source-code-pro-fonts
    #fc-cache
    #vi /etc/profile.d/freetype2.sh:
    ……
    Enable interpreter v38


    #startx
    alt-p “st” to start st terminal
    #pacman -S —needed base-devel
    #pacman -S git
    #yay buildah
    #pacman -S surf
    alt-p “st”