Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 2.98 KB

README.md

File metadata and controls

50 lines (38 loc) · 2.98 KB

~Welcome to My Dotfiles :D

visitors Twitter: juam_sv Linkedin: juam_sv GitHub: juam_sv Facebook: juam.sv Instagram Badge Medium: Badge Gmail: Badge

Introduction

Dotfiles are plain text configuration files on Unix-y systems for things like our shell, ~/.zshrc, our editor in ~/.vimrc, and many others. They are called "dotfiles" as they typically are named with a leading . making them hidden files on your system, although this is not a strict requirement. Since these files are all plain text, we can gather them together in a git repository and use that to track the changes you make over time. - By Chris & Gabe


Preview & Screenshots

KDE : Dragonized

preview-openbox

Linux Distribuition : Garuda Linux

KDE Theme : Garuda KDE Dr460nized

Terminal & Shell : Alacritty with Catppuccin Theme and Fish.

Wallpaper : Garuda Black 4K

Installation Guide [DEVELOPMEN STAGE]

First run the following command to install the programs I use the most, I suggest editing this to adapt to your own taste.

chmod +x install.sh && chmod +x ./test/* 
./install.sh

Second, run the second script for installing packages that do not require root permission

./test/02-non-root.sh

Third, run the thir script for configuring services and permissions

./test/03-permissions.sh

And finally run the last script to configure the symbolic links

./test/04-symb_links.sh