Skip to content

Instantly share code, notes, and snippets.

@stuartmackey
Last active March 14, 2022 22:24
Show Gist options
  • Save stuartmackey/e8b71791358ea545fde8379f6cba8f0c to your computer and use it in GitHub Desktop.
Save stuartmackey/e8b71791358ea545fde8379f6cba8f0c to your computer and use it in GitHub Desktop.
pacman -S --needed base-devel
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si
yay -S github-cli
sudo pacman -S xf86-video-fbdev xorg xorg-xinit nitrogen picom
sudo pacman -S kitty
cp /etc/X11/xinit/xinitrc /home/stuart/.xinitrc
cd
nvim .xinitrc
-- Delete last 5 lines and insert
nitrogen --restore &
picom &
exec i3
sudo pacman -S xorg-server xorg-apps
sudo pacman -S i3-gaps i3blocks i3lock numlockx
sudo pacman -S noto-fonts ttf-ubuntu-font-family ttf-dejavu ttf-freefont
sudo pacman -S ttf-liberation ttf-droid ttf-roboto terminus-font
sudo pacman -S rxvt-unicode ranger rofi dmenu --needed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment