Skip to content

itzkavishka/archlinux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

i3 preview

2024-08-09-19:07:07-screenshot

2024-08-04-12:06:54-screenshot

2024-08-03-19:53:10-screenshot

sway preview 2024-07-22_17-51-20

WIKI

  1. GTK Theme installation

    • sudo pacman -S arc-gtk-theme

    • mkdir ~/.config/gtk-3.0

    • echo -e "[Settings]\ngtk-theme-name=Arc-Dark" > ~/.config/gtk-3.0/settings.ini

  2. AUR Helper Setup

    • sudo pacman -Syu git base-devel

    • AUR Helpers

      • git clone https://aur.archlinux.org/yay.git
      • git clone https://aur.archlinux.org/trizen.git (personal fav)
      • git clone https://aur.archlinux.org/paru.git
    • clone the repo and cd in to the file

    • Run makepkg -si command without sudo.