Skip to content

christian-heusel/dotfiles

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 

My Dotfiles

This is not really meant to be used by other people (atleast directly), but feel free to look into my ansible playbooks and roles!

Notes for future me

We work on a basic install of ArchLinux so far 😊 Debian Testing should work aswell, but thats not as heavily tested ...

  1. Install the dependent AUR role
    # ansible-galaxy install -r requirements.yml
  2. refresh the mirrors (and update):
    # pacman -Sy
    # pacman -Syu
  3. Install all the Programs
    # ansible-playbook 00_install.yml
  4. Do some stuff by hand:
    1. Set a password for the newly created user
    2. login as the new user
    3. disable the root password
  5. Bootstrap
    $ ansible-playbook --tags bootstrap 01_configure.yml
  6. Do some things by hand (ssh-add etc)
  7. Configure the rest (should not need priv. escalation if nothing needs doing!)
    $ ansible-playbook 01_configure.yml