Skip to content

Files

Latest commit

author
stira
Apr 3, 2024
014e4d1 · Apr 3, 2024

History

History
48 lines (37 loc) · 1.02 KB

README.MD

File metadata and controls

48 lines (37 loc) · 1.02 KB

Linux DotFiles ZSH

  • Konfiguration auf RedHat Fedora und Archlinux basierende Distros
  • Schwerpunkt liegt auf der Fedora und ZSH-Shell
  • Unterstützte Desktops:
    • KDE/Plasma
    • AwesomeWM

Alle Benötigten Paket werden mit mehreren Script - basierend auf Ansible - installiert.

Vorbereitungen

Debian

In Debian den Main-User sudo Rechte geben

su -c "export $USERNAME=$USER; bash"
echo "$USERNAME ALL=(ALL) NOPASSWD: ALL"  >> /etc/sudoers.d/mainuser

Installation

Repository klonen und in den Home-Ordner verschieben:

shopt -s dotglob
export repo=linux-dotfiles
git clone https://github.com/Tenvan/$repo.git
rsync -vrlptgo --include ".*" $repo/* ~/
rm -fr $repo/

Die benötigten Pakete werden mit folgenden Scripten installiert:

~/.scripts/install_ansible
~/.scripts/install_system
~/.scripts/install_workstation
~/.scripts/install_theme
~/.scripts/install_user

Optional:

~/.scripts/install_nvidia
ansible-playbook ~/.ansible/plasma.yml
ansible-playbook ~/.ansible/jetbrains.yml