GitHub - Xgui4-OS/.dotfiles: Dotfiles and Bash scripts for my linux setup

Xgui4 OS Dotfiles For Linux-Based Systems

Note

This branch is my personal config who change often for stability the xgui4-os/.dotfiles is prefered or a other dotfiles made for daily use.

My dotfiles of my GNU/Linux System, including HyprArch (my hyprland setup) and i3wm and qtile config and terminal config and a work in progress installer.

Screenshots

Caelestia Shell Setup

Caelestia Setup Caelestia Bar Setup

Hyprland Setup (will be updated soon)

Hyprland Setup Hyprland Setup image 2

Mores screenshots coming soon...

How to use

to install the dotfiles

Caution

This could override your config, so make sure you backup your .dotfiles first!

  1. (Optional) Use the scripts/installer.sh file to install the neccesary packages
  2. Put the git repo in home/<your username>/.dotfiles
  3. Backup your .config folder
  4. git stow --adopted <package> you want to install
  5. Keep the folder

to update the dotfiles manually

Caution

This could override your config, so make sure you backup your .dotfiles first!

How to Test/Debug

  1. Install Docker
  2. Run docker buildn -t install.sh .
  3. Run docker run -it install.sh .
  4. Run docker commit <container_id> my-debug-image
  5. Run docker run -it my-debug-image /bin/bash