1
0
mirror of https://gitlab.com/linuxstuff/dotfiles.git synced 2026-06-19 04:06:00 +02:00

Changed Readme

This commit is contained in:
Simon
2020-05-05 11:28:32 +02:00
parent 297a0a32cd
commit f7e1129df5
+33
View File
@@ -0,0 +1,33 @@
## h45h74x's `.dotfiles`
managed by [yadm](https://yadm.io/)
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`