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.
Caution
This could override your config, so make sure you backup your .dotfiles first!
- (Optional) Use the
scripts/installer.shfile to install the neccesary packages - Put the git repo in
home/<your username>/.dotfiles - Backup your .config folder
git stow --adopted <package>you want to install- Keep the folder
Caution
This could override your config, so make sure you backup your .dotfiles first!
git pull
- Install Docker
- Run
docker buildn -t install.sh . - Run
docker run -it install.sh . - Run
docker commit <container_id> my-debug-image - Run
docker run -it my-debug-image /bin/bash