Skip to content

My dotfiles and i3 install (configured by ansible)

License

Notifications You must be signed in to change notification settings

christian-heusel/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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