1
0
mirror of https://gitlab.com/linuxstuff/dotfiles.git synced 2026-06-19 04:06:00 +02:00
Files
dotfiles/README.MD
T
2020-05-05 11:29:45 +02:00

870 B

h45h74x's .dotfiles

managed by yadm

Of course you can make this config your own. You are allowed to view and modify all of my files and do whatever you want with it.

A bunch of scripts for a quick system setup can be found in Userdata/Scripts/Setup . The installer scripts, hence the usage of pacman for package installation, are meant to be used on Arch-based systems.

Easy Setup

For an easy setup, you need to have git installed:

sudo pacman -S git

Clone this git repository:

git clone https://gitlab.com/h45h74x/yadm-dotfiles.git

Optional: Make sure all scripts in this repo can be executed:

(chmod +x -R yadm-dotfiles)

CD into the dotfiles directory

cd dotfiles

Run the full_install-Script to install everything (or choose individual components by running their respective scripts)

sh full_install.sh