Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

TeryakiiSauce/My-Arch-Dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My Arch Dotfiles

All my dotfiles configs are stored here so that I could recreate, reconfigure or install stuff easily next time.

To avoid annoying directory problems, make sure to save the repo ('My-Arch-Dotfiles' folder) to:

~/Documents/GitHub/ so it should look like this: ~/Documents/GitHub/My-Arch-Dotfiles/ Note: Create directories whenever necessary.

My system info

* OS: Arch Linux
* Shell: BASH / ZSH
* Window Manager: BSPWM
* Terminal: Alarcritty / Kitty
* Resolution: 1920 x 1080
* CPU: AMD R5 3600
* GPU: AMD RX 5600 XT
* Memory: 32GB @ 3200MHz

Installing the required stuff

All my installed packages are found in here. Use either of the following commands below (replace <package-name> to the desired package to be installed):

sudo pacman -Syu <package-name>

OR

yay -Syu <package-name>

  • ⚠ Important Note: To use yay, you need to have yay installed. Google the instructions it's not very difficult to install.
To view packages installed, use the following command: pacman -Qe.

How to create links to file for syncing purposes

I have created one guide here, it can be used to create the links. Just replace the file/ directory names but be careful because some config files have different file names for per user configs and system-wide configs.