https://github.com/kawishkamd/archlinux
Arch Linux Dotfiles
https://github.com/kawishkamd/archlinux
archlinux archlinux-dotfiles dotfiles i3 i3-config i3wm-config
Last synced: 7 months ago
JSON representation
Arch Linux Dotfiles
- Host: GitHub
- URL: https://github.com/kawishkamd/archlinux
- Owner: kawishkamd
- Created: 2024-07-03T09:55:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-29T12:29:22.000Z (10 months ago)
- Last Synced: 2025-06-28T11:41:47.201Z (9 months ago)
- Topics: archlinux, archlinux-dotfiles, dotfiles, i3, i3-config, i3wm-config
- Language: Lua
- Homepage: https://kavishkafx.github.io
- Size: 1.63 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
i3 preview



sway preview

## 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.